/* CSS Document for Host365 Welcome Page*/
/*reset*/
* {
	margin: 0;
	padding: 0;
}
/*general layout styles*/

/* Note: Make HTML 5 elements block-level for consistent styling */
header, nav, article, footer, address, section, hgroup {
	display: block;
}
.accessibility_navigation {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
body {
	background: url(images/body-bcg.jpg) repeat left top;
	background-color: #fdfdfd;
	font: normal 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #575757;
}
a, a:link, a:active, a:visited {
	color: #4B76F7;
	outline: none;
	text-decoration: none;
}
a:hover {
	outline: none;
	text-decoration: none;
	color: #575757;
}
:focus {
	outline: none;
}
img {
	border: 0px;
}
.page-container {
	width: 980px;
	margin: 0 auto;
	clear: both;
}
@font-face {
	font-family: 'beautifuleverytime';
	src: url('fonts/beautifuleverytime-webfont.eot');
	src: url('fonts/beautifuleverytime-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/beautifuleverytime-webfont.woff') format('woff'), url('fonts/beautifuleverytime-webfont') format('truetype'), url('fonts/beautifuleverytime-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*****header begin*****/
h1#logo {
	width: 248px;
	height: 56px;
	display: block;
	margin: 50px auto;
}
/*****header end*****/

/*****content begin*****/
.article {
	background: url(images/content-box-bcg.gif) repeat left top;
	border: 1px solid #F5F5F5;
	box-shadow: inset 0 0 15px #dddddd;
	-moz-box-shadow: inset 0 0 15px #dddddd;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 11px 15px;
	position: relative;
	min-height: 390px;
}
.article header {
	display: block;
	overflow: hidden;
	min-height: 125px;
}
.article h2 {
	display: block;
	float: left;
	font-size: 34px;
	text-shadow: 1px 1px 1px #ccc;
	color: #575757;
	font-size: 32px;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 400;
	width: 300px;
	padding: 15px 0;
}
.article p {
	display: block;
	clear: both;
	padding: 10px 0 0 0;
	line-height: 150%;
}
.article ul {
	list-style: none;
	display: block;
	clear: both;
	overflow: hidden;
	margin: 10px 0 0 0;
}
.article ul li {
	clear: both;
	display: block;
}
.article ul#video-tutorials-list {
	width: 440px;
	float: left;
}
.article ul#video-tutorials-list li {
	display: block;
}
.article ul#video-tutorials-list li a {
	display: block;
	padding: 2px 0 4px 25px;
	position: relative;
}
.article ul#video-tutorials-list li a span {
	width: 19px;
	height: 17px;
	display: block;
	position: absolute;
	left: 0px;
	top: 5px;
	background: url(images/tutorials-list-off.png) no-repeat 0px 0px;
	overflow: hidden;
}
.article ul#video-tutorials-list li a:hover span {
	background: url(images/tutorials-list-on.png) no-repeat 0px 0px;
}
.image-right {
	float: right;
}
.left {
	float: left;
	width: 442px;
}
.right {
	float: right;
	width: 442px;
}
a.more-videos, a.more-videos:link, a.more-videos:active, a.more-videos:visited, a.more-videos:hover {
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 700;
	float: right;
	font-size: 18px;
}
/*****content end*****/
