@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0; 
}
body {
	margin: 0 auto;
	padding: 0;
	background-color: #5a5a5a;
	background-repeat:repeat-x;
	background-position:top center;
	font: 90% Arial,Tahoma,sans-serif; 
	line-height:1.4em;
}

p {
	color: #000;
	margin: .7em 0;
	line-height:1.4em; }
em {
	font-style: normal;
	font-weight: bold; }
ul {
	margin: 0;
	padding: 0;
	list-style-position:inside; }
li {
	margin: 0;
	padding: 0; }
table {
	border: none; }
img {
	/* put "overflow:hidden;" in any div that contains an image so images dont mess up div %'s when divs get smaller than image */
	border: none; }
a {
	color:#000000; }
a:hover {
	text-decoration: none; }
	
form {
	margin: 0;
	padding: 0; }

.alignRight { text-align:right; }
.floatLeft { float:left; }
.floatRight { float:left; }
.clearBoth { clear:both; }
.littlePadding { padding:0.25em; }
.somePadding { padding:0.5em; }
.bigPadding { padding:1em; }


h1 {
	font-size:120%;
	display:block;
	margin:0.5em 0 1em 0;
	color:#2f2f3c;
}
h2 {
	font-size:110%;
	display:block;
	margin:1em 0 0.75em 0;
}
h3 {
	font-size:110%;
	display:block;
	margin:0 0 0.5em 0;
}

/* template */
#page {
	margin:0 auto;
	width:994px;
	background-color:#FFFFFF;
}
#header {
	height:213px;
	height:auto !important;
	min-height:213px;
	background-image:url(../images/headerBackground-Extreme-Velocity.jpg);
	background-repeat:no-repeat;
}

#horizontalNavigationContainer {
	min-height:40px;
	height:auto !important;
	height:40px;
	background-color:#444444;
	background-image:url(../images/horizontalNavigationBackground.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
#horizontalNavigation {
	text-align:center;
	line-height:1.3em;
	padding:10px 0 0;
}
#horizontalNavigation li {
	display:inline;
	list-style-type:none;
}
#horizontalNavigation li a {
	font-size:90%;
	text-transform:uppercase;
	color:#F6F6F6;
	padding:12px 1.8em 10px 2em;
	background-image:url(../images/horizontalNavigationLinkBackground.gif);
	background-repeat:no-repeat;
	background-position:top left;
	line-height:1.6em;
	text-decoration:none;
}
#horizontalNavigation li a:hover {
	text-decoration:underline;
}
#horizontalNavigation li a.first {
	background:none;
}

#contentAll {
	background-color:#000000;
	background-image:url(../images/contentAllBackground.gif);
	background-repeat:repeat-y;
}

#contentLeft {
	float:left;
	width:202px;
}
#contentLeft .contentLeftBox {
	margin:0 0.35em 1em 1.1em;
}
#contentLeft em {
	color:#2f2f3c;
	display:block;
	font-size:100%;
	padding:0.3em;
}
.contentLeftBoxNavContent {
	background-color:#e5e7ec;
	font-size:90%;
	border:1px solid #AAAAAA;
}
.contentLeftBoxNavContent p {
	margin:0.25em;
}
#contentLeft ul {
	list-style-position:outside;
	list-style-type:none;
}
#contentLeft ul li a {
	border-bottom:1px solid #999999;
	color:#000000;
	display:block;
	padding:0.25em 0.4em;
	text-decoration:none;
}
#contentLeft ul li a:hover {
	background-color:#cacde8;
}

#contentRight {
	float:left;
	width:775px;
	background-color:#FFFFFF;
	min-height:600px;
	height:auto !important;
	height:600px;
	border-left:1px solid #333333;
	background-image:url(../images/contentRightMainBackground.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}
#contentRightMain {
	padding:0.25em 0.5em;
}
#contentRightMain ul li {
	line-height:1.5em;
}
#contentAllTop {
	background-image:url(../images/contentTopBackground.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	background-position:top;
	clear:both;
	height:19px;
}
#contentAllBottom {
	background-image:url(../images/contentBottomBackground.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	background-position:bottom;
	clear:both;
	height:19px;
}

#footer {
	margin:0 auto;
	width:69em;
}

.banner {
	padding:0.05em 0.5em;
	background-color:#C2C8E4;
	border:2px solid #2D3564;
	color:#2D3564;
	font-size:110%;
	text-align:left;
}
.banner p {
	margin:0.3em 0;
}
.banner strong {
	font-size:115%;
}

.breadcrumbs { 
	font-size:85%;
}
blockquote {
	margin-left:1em;
}

table.product-list {
}

table.product-list td {
padding: 0 0 7px 0;
width:33%;
text-align:left;
}

#main-results table.product-list td {
padding: 0 6px 12px 6px;
vertical-align:top;
}

table.product-list td div.image {
width:auto;
height:auto;
margin:0 2px 5px 2px;
}
table.product-list td div.image img {border:1px solid #333333;}

table.product-list td p {
font-size: 0.95em;
margin: 0 2px 3px 2px;
}

table.product-list td p.price {
color: #000000;
font-size: 1.2em;
font-weight: 700;
margin: 2px 5px 2px 5px;
}

table.product-list td p.more {
font-size: 0.8em;
margin: 3px 5px 5px 5px;
}


.ContentType_SubPageList_list{ border-top:1px solid #ccc; margin: .25em 0}
.ContentType_SubPageList_listItem{ padding: .5em;}
.ContentType_SubPageList_listTable td{ border-bottom: 1px solid #ccc;}
.ContentType_SubPageList_listItemEven{ }
.ContentType_SubPageList_listItemOdd{ }
.ContentType_SubPageList_title{ font-size: 140%; }
.ContentType_SubPageList_textAboveList{ }
.ContentType_SubPageList_textBelowList{ }
.SubPageList_summaryCustomContent{ }
.SubPageList_summaryPageTitle{ font-size: 14pt; padding-bottom: .5em; }

.ImageWithInfo_Title{
	color: #222;
	margin: .25em 0;
	font-size: 10pt;
	font-weight: bold;
}

/* videos */
.video_summary {

}
.video_summary div {
	font-size:70%;
}
.video_note{
}
