@charset "UTF-8";

/* ------------------------------------------------------
Home CSS Doc for Bell Sports Medicine
-------------------------------------------------------*/

/* Header
-----------------------------*/
#header-home {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	height: 200px;
	background-repeat: no-repeat;
	background-image: url(../images/headers/background-header-running-team.jpg);
}

/* Header
-----------------------------*/
#navigation ul li.home-active {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	width: 83px;
	color: #FFFFFF;
	background-color: #339900;
	text-decoration: none;
	height: 28px;
	padding-top: 12px;
	display: inline;
	text-align: center;
	float: left;
}

/* Content
-----------------------------*/
#content-main-home {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 900px;
	background-image: url(../images/home/background-content-home.gif);
	background-repeat: repeat-y;
}
#content-main-home a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
#content-main-home a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
#content-main-home a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
#content-left-home {
	margin: 0px;
	float: left;
	height: 100%;
	width: 620px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content-left-home-intro {
	margin: 0px;
	float: left;
	width: 570px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../images/home/background-home-blue-intro.jpg);
	background-repeat: repeat-y;
}
#content-left-home-intro-box {
	margin: 0px;
	float: right;
	height: 100%;
	width: 245px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#content-left-home p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content-left-home h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 24px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #99CCCC;
	letter-spacing: 1px;
}
#content-left-home h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #CCFF00;
	letter-spacing: 1px;
}

/* Sidebar
-----------------------------*/
#content-sidebar-home {
	margin: 0px;
	float: right;
	height: 100%;
	width: 270px;
	padding: 0px;
	background-repeat: no-repeat;
}
#content-sidebar-main-home {
	margin: 0px;
	float: left;
	height: 100%;
	width: 230px;
	padding-top: 22px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/home/sidebar-home.jpg);
	background-repeat: repeat-x;
}
#content-sidebar-home p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content-sidebar-home h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCFF66;
	padding-bottom: 11px;
}
#content-sidebar-home h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCFF66;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

