@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 100%;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
#detailsContainer {
	width: 100%;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
	position: relative;
}  
#onclickContainer {
	width: 100%;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
	position: relative;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
}
#mainContent h2{
	margin: 0px;
	padding: 0px;
}
#header {
	width: 100%; 
	float: left;
	background: #FFFFFF url(../images/headingtop3.jpg);
	padding: 0;
	max-width: 960px;
	margin: 0;
	height: 62px;
} 
#header img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 12px Arial, Helvetica, sans-serif;
}
#header2 {
	width: 100%; 
	float: left; 
	background: #0a2956 url(../images/bg2.gif) repeat-x;
	padding: 0;
	margin: 0;
	height: 24px;
} 
#header2 h1 {
	margin: 0;
	padding: 2px 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFE866;
	text-align: right;
}

#header3{
	background: #212121 url(../images/bg3.gif) repeat-x;
	padding: 0;
	margin: 0;
	height: 44px;
	width: 100%;
	text-align: right;
	float: left;
} 
#header3center{
	float: right;
	height: 44px;
}
#header3left{
	background: #212121 url(../images/bg3.gif) repeat-x;
	float: left;
	height: 44px;
	width: 135px;
}
#header3right{
	background: #212121 url(../images/bg3.gif) repeat-x;
	float: right;
	height: 44px;
	width: 36px;
	display: none;
}
#header3 ul{
	list-style-image: url(../images/bullet1on2.gif);
}
ul.topNav{
	margin: 0px;
	padding: 8px 0px 0px;
	height: 44px;
	visibility: hidden;
}
ul.topNav li{
	display:inline;
	padding-right: 20px;
}
ul.topNav a, ul.topNav a:visited {
	font-family:arial, verdana, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
	padding: 0px;
	margin: 0px;
  }
ul.topNav a:hover {
  color:#FFFF00;
  }

#sidebar1 {
	float: right;
	width: 100%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 6px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	background-color: #2F2B46;
}
#sidebar1 li{
	margin-bottom: 24px;
}
#sidebar1 ul{
	list-style: url(../images/bullet1-2.gif);
	color: #0FF;
	font: 24px Arial, Helvetica, sans-serif;
	margin-left: 7px;
	padding-left: 7px;
	padding-top: 0px;
	margin-top: 0px;
}
#sidebar1 ul a{
	display:block;
	color: #FFF;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
}
.navselected{
	list-style: url(../images/bullet1on2.gif);
}
* html #sidebar1 ul a{  height: 1px;  }  /* Fix IE6 Bug  */

#sidebar1 ul a:hover{
	color: #FFFF66;
	background: #68657C;
}
#sidebar1 h3{
	display:block;
	background: #000;
	color: #ebcb35;
	font: bold 24px/43px Arial, Helvetica, sans-serif;
	padding-left: 5px;
	height: 43px;
	padding-top: 0px;
	margin: 0px;
}
#sidebar1 .endorsement{
	color: #DADDFE;
	font: italic 12px Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #8179A8;
	margin: 0px 5px 10px 5px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.navBox{
	margin: 0px;
}

#sidebar2 {
	float: right;  
	bottom: 0px;
	width: 98%;
	font-size: 12px;
	text-align: center;
	padding: 5px 1% 15px 1%;
	background-color: #E1E6EC;
}
#sidebar2  h2 {
	padding: 0px;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
}
#sidebar2  h3 {
	margin: 0px;
	padding: 0px;
}
#sidebar2 form{
	margin: 0px;
	padding: 0px;
}
#mainContentWrapper{
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
}
#detailsWrapper{
	margin: 0;
	padding: 0;
	float: right;
	width: 99%;
	border-right: 1px solid #0A2956;
	border-bottom: 1px solid #0A2956;
}
#mainContentTop {
	margin: 0;
	padding: 0;
	background: #000 url(../images/bg4.gif) repeat-x;
	font: bold 18px/58px Arial, Helvetica, sans-serif;
	height: 48px;
	color: #EBCB35;
	text-align: center;
}
#mainContentTop h2{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 58px;
	font-weight: bold;
}
#mainContent {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
} 
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
	background:#020202;
	font: 12px Arial, Helvetica, sans-serif;
	color: #EAEAEA;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer .address{
	font-size: 14px;
	padding-top: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/* .section and .column are required in your HTML */
div.section {
	display:table; 
	width:624px;	
	clear: both;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
	margin-top: 0px;
}
#McAfee {
	position: absolute;
	left: 0px;
	top: 2px;
	width: 142px;
	height: 99px;
	z-index: 3;
	visibility: hidden;
}
#McAfeeDate{
	width: 90px;
	position: absolute;
	top: 37px;
	left: 12px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	z-index:4;
}
#plusone {
	position: absolute;
	left:150px;
	top:90px;
	width: 60px;
	height: 40px;
	z-index: 3;
	visibility: hidden;
}
#plusonepage {
	position:absolute;
	left:125px;
	top:16px;
	width:80px;
	height:40px;
	z-index:3;
}
#plusonepage a{
	color: #CC0;	
}
#facebook {
	position:absolute;
	left:195px;
	top:16px;
	width:60px;
	height:28px;
	z-index:3;
}
#pinterest {
	position:absolute;
	left:230px;
	top:95px;
	width:40px;
	height:20px;
	z-index:3;
}
.warning {
	color: #F30;
	font-weight: bold;
}
.outOfStock {	
	color: #FF0000;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #700;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #700;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar2 .tipTitle {
	text-align: center;
	border-width: 1px 0px 0px 0px;
	border-style: dashed none none none;
	border-color: #000;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
}
#sidebar2 .tipText {
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	border-style: dashed;
	border-color: #000;	
	border-width: 0px 0px 1px 0px;
}
#sidebar2 p {
	margin-top: 9px;
}
.productTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #700;
	font-weight: bold;
	margin: 5 auto;
}
.productName {
	background-color: #314563;
	float:left;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	clear: both;
}
.productName a:link {
	text-decoration: none;
	font-weight: bold;
	color: #0FF;
	font-size: 12px;
}
.productName a:visited {
	text-decoration: none;
	color: #0FF;
}
.productName a:hover {
	text-decoration: none;
	color: #FF0;
}
.productName a:active {
	text-decoration: none;
	color: #FF0;
}
.productImage {
	width: 220px;
	float: left;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.productDescription {
	width: 382px;
	float: left;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #bfc9d4;
}
.productName h2 {
	color: #EBCB35;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
}
.price {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #700;
}
input {
	font-weight: bold;
	background-color: #ECF5FF;
	width: 25px;
}
label {
	font-size: 12px;
	font-weight: bold;
}
.order {
	font-size: 12px;
	font-weight: bold;
}
.outOfStock {
	color: #F00;
	font-weight: bold;
	text-align: center;
}
.tips {
	background-color: #B9C2D0;
	text-align: center;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.divLine {
	background-color: #bfc9d4;
	width: 100%;
	float: left;
	clear: both;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#breadcrumb{
	font-size: 12px;
	clear: both;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1E6EC;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #E1E6EC;
	height: 18px;
	width: 90%;
	visibility: hidden;
}
#orderBox{
	background-color: #D8DAF1;
	clear: both;
	padding: 5px 10px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #6C85A2;
	font-size: 12px;
}
#orderBox h6{
	font-size: 16px;
	color: #330066;
	margin: 0px;
	padding: 0px;
}
.productTable{
	text-align: center;
	background-color: #FFF;
	font-size: 12px;
}
.productTable table{
	border-width: 0px;
	border-collapse:collapse;
}
.productTable td{
	padding: 0px;
	border-style: solid;
	border-color: #bfc9d4;
	border-width: 1px;
	font-weight: bold;
}
.productTable th{
	background-color: #314563;
	text-align: center;
	color: #eeeeff;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-style: solid;
	border-color: #bfc9d4;
	border-width: 1px;
	padding-right: 0px;
	padding-left: 0px;
}
.instbackground{
	background-color: #4C466C;
	color: #FFFFFF;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #878AA7;
	border-bottom: 1px solid #878AA7;
}
.instbackground a:link {
	color: #01FDD9;
	font-size: 12px;
	text-decoration: none;
	margin-left: 0px;
}
.instbackground a:visited {
	text-decoration: none;
	color: #01FDD9;
}
.instbackground a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
.instbackground a:active {
	text-decoration: none;
	color: #FFFF00;
}
.instbackground p {
	margin-left: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 1px;
	margin-right: 6px;
}
.instructionTable{
	text-align: left;
	background-color: #FFF;
	font-size: 12px;
}
.instructionTable table{
	border-width: 0px;
	border-collapse:collapse;
}
.instructionTable td{
	border-style: solid;
	border-color: #bfc9d4;
	border-width: 1px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.instructionTable th{
	background-color: #314563;
	text-align: center;
	color: #EBCB35;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-style: solid;
	border-color: #bfc9d4;
	border-width: 1px;
	padding-right: 0px;
	padding-left: 0px;
}
.blankTable{
	text-align: center;
	background-color: #FFF;
}
.blankTable td{
	padding: 0px;
	border-width: 0px;
}
.quantityLeft {
	float: left;
	width: 49%;
	text-align: right;	
}
.quantityRight {
	float: left;
	width: 49%;
	text-align: left;	
}
.quantityTable table{
	border-width: 0px;
}
.quantityTable td{
	border-width: 0px;
	padding-bottom: 3px;
	background-color: #D8DAF1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-left: 5px;
}
.quantityDiv{
	width: 100%;
	float:left;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #D8DAF1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
}
.quantityRowBack{
	background-color: #D8DAF1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.productTable h2 {
	color: #EBCB35;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
}

.productTable th a:link {
	text-decoration: none;
	font-weight: bold;
	color: #0FF;
	font-size: 12px;
}
.productTable th a:visited {
	text-decoration: none;
	color: #0FF;
}
.productTable th a:hover {
	text-decoration: none;
	color: #FF0;
}
.productTable th a:active {
	text-decoration: none;
	color: #FF0;
}
.descriptionTable{
	background-color: #22395E;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.descriptionTable h2{
	color: #FFF;
}
#announceBox{	
	background-color: #22395E;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #314563;
	border-right-color: #314563;
	border-bottom-color: #314563;
	border-left-color: #314563;
	color: #FFF;
	margin-top: 20px;
}
.quantityRowBack{
	background-color: #D8DAF1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.lightTable{
	background-color: #E1E6EC;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.lightTable2{
	float:left;
	width: 96%;
	background-color: #E1E6EC;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
}
.customer{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.smallText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mediumText{
	font-size: 16px;
	font-weight: normal;
}
.largeText{
	font-size: 18px;
	font-weight: bold;
}
.introText {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.boldBlue {
	color: #667B9A;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.subTitle {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.smallYellow{
	font-size: 20px;
	color: #FFFF00;
	font-weight: bold;
}
.speedArrow{
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #C10409;
}

#logo{
	position:absolute;
	left: 9px;
	top:3px;
	width:116px;
	height:117px;
	z-index:3;
}
.image1{
	margin: 0 auto;
}
.image1 img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
.fiftyFifty {
	float: left;
	width: 98%;
	border-right: 0px solid #bfc9d4;
	border-top: 1px solid #bfc9d4;
	border-bottom: 0px solid #2A2641;
	border-left: 0px solid #2A2641;
	padding-right: 1%;
	padding-left: 1%;
}
.fiftyFiftyRight {
	float: left;
	width: 98%;
	border-top: 1px solid #bfc9d4;
	padding-right: 1%;
	padding-left: 1%;
}
.fiftyFiftyR {
	float: left;
	width: 98%;
	border-right: 0px solid #bfc9d4;
	border-top: 1px solid #bfc9d4;
	border-bottom: 0px solid #2A2641;
	border-left: 0px solid #2A2641;
	padding-right: 1%;
	padding-left: 1%;
}
.fiftyFiftyRightR {
	float: left;
	width: 98%;
	border-top: 1px solid #bfc9d4;
	padding-right: 1%;
	padding-left: 1%;
}
.fullWidth {
	float: left;
	width: 98%;
	text-align: center;
	margin: 0 auto;
	padding-left: 1%;
	padding-right: 1%;
}
.backButton {
	width: 170px;
	background-image: url(../images/back_arrow.jpg);
	background-color: #FFFFFF;
	font: bold 16px Arial, Helvetica, sans-serif;
	height: 63px;
	text-align: left;
	margin: 0 auto;
	padding-left: 22px;
	padding-right: 0px;
	background-repeat: no-repeat;
	padding-top: 22px;
	clear: both;
}
.spacer{
	height: 20px;	
	clear: both;
}
.third{
	width: 98%;
	border-top: 1px solid #bfc9d4;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
}
.twoThird{
	width: 96%;
	border-top: 1px solid #bfc9d4;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
}
.fourth{
	width: 46%;
	border-right: 1px solid #bfc9d4;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.fourthRight{
	width: 47%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.oneFourth{
	width: 98%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.threeFourths{
	width: 98%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.split{
	width: 48%;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
}
.description{
	background-color: #E1E6EC;
	color: #000;
	float: left;
	width: 98%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 10px 1%;
}
.paintBox {
	height: 80px;
	width: 32%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	float: left;
	text-align: center;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #999;
}
.paintBox2 {
	height: 80px;
	width: 33%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	float: left;
	text-align: center;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #999;
}
.paint-top {
	background: #999;
	width: 100%;
	height: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-width: 0px 0px 1px 0px;
	border-color: #999;
	border-style: solid;
}
.videoContainer {
	float:left;
	position: relative;
	width: 600px;
	max-width: 100%;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hei4{
	float: left;
	width: 100%;
	height: 0px;
}
.hei10{
	float: left;
	width: 100%;
	height: 0px;
}
.hei13{
	float: left;
	width: 100%;
	height: 0px;
}
.hei200{
	float: left;
	width: 100%;
	height: 0px;
}
.productRow{
	float: left;
	width: 100%;
}
.cartLeft{
	width: 100%;
	float:left;
}
.cartRight{
	width: 100%;
	float: left;
	margin-left: 10px;
	border-left: 1px solid #A2A1A1;
	border-right: 1px solid #A2A1A1;
}
.cartDescription{
	background-color: #E1E6EC;
	color: #F00;
	float: left;
	width: 98%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
}
.cartSuggest {
	float: left;
	width: 98%;
	text-align: left;
	padding-left: 1%;
	padding-right: 1%;
	border-bottom: 1px solid #A2A1A1;
}
.imgSuggest{
	float: left;
	padding-right: 10%;
	width: 25%;
}
.suggestDesc{
	float: left;
	text-align: left;
	width: 65%;
}
.productCart{
	background-color: #092956;
	float: left;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	min-height: 66px;
}
.cartNav {
	float: left;
	width: 100%; 
	padding: 0px 0px 0px 6px; 
	margin: 0px;
	background-color: #2F2B46;
}
.cartNav li{
	margin-bottom: 14px;
}
.cartNav ul{
	list-style: url(../images/bullet1-2.gif);
	color: #0FF;
	font: 24px Arial, Helvetica, sans-serif;
	margin-left: 7px;
	padding-left: 7px;
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
}
.cartNav ul a{
	display:block;
	color: #FFF;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
}
.cartNav ul a:hover{
	color: #FFFF66;
	background: #68657C;
}
.cartNav h3{
	display:block;
	background-color: #000000;
	color: #ebcb35;
	font: bold Arial, Helvetica, sans-serif;
	font-size: 23px;
	padding-left: 0px;
	height: 64px;
	padding-top: 5px;
	margin: 0px;
}
#formContainer{
	width: 100%;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
	position: relative;
} 
.youAreHere{
	display: none;
	text-align: left; 
}
.Rvideo-box{
	float: left;	
	background-color: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
}
.Rvideo-box video{
	width: 100%;
	height: auto;
	display: block;
	padding: 0px;
	margin: 0px;
}
.responsive-video{
	max-width: 100%;  
	height: auto;  
}
video {
  width: 100%    !important;
  height: auto   !important;
}
@media only screen and (min-width: 590px) {
.oneFourth{
	width: 26%;
	border-right: 1px solid #bfc9d4;
}
.threeFourths{
	width: 70%;
}
.split{
	width: 99%;
}
#plusone {
	left: 125px;
	top: 16px;
}
#facebook {
	left:270px;
}
#pinterest {
	left:375px;
	top:16px;
}
#plusonepage {
	left:200px;
}
.cartNav h3{
	font-size: 15px/27px;
	height: 32px;
}
#formContainer{
	width: 570px;
}
.backButton {
	width: 222px;
	padding-left: 50px;
	font: bold 20px Arial, Helvetica, sans-serif;
	padding-top: 19px;
} 
.youAreHere{
	display: inline;
}
#sidebar2 .tipText {
	font-size: 11px;
}
.price {
	font-size: 11px;
}
label {
	font-size: 11px;
}
#breadcrumb{
	font-size: 11px;
}
.quantityTable td{
	font-size: 11px;
}
.descriptionTable{
	font-size: 11px;
}
#announceBox{
	font-size: 11px;
}
.lightTable{	
	font-size: 11px;
}
.lightTable2{
	font-size: 11px;
}
.description{
	font-size: 11px;
}
}
@media only screen and (min-width: 730px) {
#mainContentWrapper{
	width: 80%;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 18%; /* padding keeps the content of the div away from the edges */
	position:relative; 
	bottom: none;
}
#sidebar2 .tipText {
	margin-bottom: 295px;
}
#sidebar1 h3{
	background: url(../images/link-heading2.gif) no-repeat;
	font: bold 15px/27px Arial, Helvetica, sans-serif;
	height: 27px;
}
#header3right{
	display: inline;
} 
ul.topNav{
	visibility: visible;
}
#McAfee {
	left: 366px;
	visibility: visible;
}
#header2 h1 {
	font: normal 14px Arial, Helvetica, sans-serif;
}
#header h1 {
	font: 10px;
}
#breadcrumb{
	visibility: visible;
	font-size: 12px;
}
.third{
	width: 31%;
	border-right: 1px solid #bfc9d4;
}
.twoThird{
	width: 64%;
}
.fourth{
	width: 22%;
}
.fourthRight{
	width: 23%;
}
.threeForths{
	width: 74%;
}
.fiftyFifty {
	width: 47%;
	border-right: 1px solid #bfc9d4;
}
.fiftyFiftyRight {
	width: 48%;
}
.fiftyFiftyR {
	width: 47%;
}
.fiftyFiftyRightR {
	width: 48%;
	border-left: 1px solid #bfc9d4;
}
.paintBox {
	width: 24%;
}
.paintBox2 {
	width: 25%;
}
.hei4{
	height: 4px;
}
.hei10{
	height: 10px;
}
.hei13{
	height: 13px;
}
.hei200{
	height: 200px;
}
.cartNav ul{
	font: 14px Arial, Helvetica, sans-serif;
}
.cartLeft{
	width: 66%;
}
.cartRight{
	width: 32%;
}
.cartNav h3{
	height: 55px;
	font-size: 15px;
}
#pinterest {
	left:510px;
	top:16px;
}
}
@media only screen and (min-width: 820px) {
#plusone {
	left:150px;
	top:90px;
}
#plusonepage {
	left:235px;
	top:90px;
}
#mainContentTop h2{
	font-size: 16px;
}
.paintBox {
	width: 16%;
}
.paintBox2 {
	width: 17%;
}
#footer {
	font: 12px Arial, Helvetica, sans-serif;
}
#footer .address{
	font-size: 14px;
}
}
@media only screen and (min-width: 960px) {
#container {
	width: 960px;  
	background: #FFFFFF url(../images/bg-main.gif);
}
#detailsContainer {
	width: 960px;  
	background: #FFFFFF url(../images/bg-awana.gif);
}
#header3{
	width: 960px;
}
#mainContentWrapper{
	width: 624px;
} 
#detailsWrapper{
	width: 780px;
}
#facebook {
	left:315px;
	top:92px;
}
#pinterest {
	left:220px;
	top:16px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 164px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 6px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	background-color: transparent;
}
#sidebar1 li{
	margin-bottom: 4px;
}
#sidebar1 ul{
	font: 14px Arial, Helvetica, sans-serif;
}
#sidebar2 {
	width: 144px;
	background-color: transparent;
	padding-left: 5px;
	margin-left: 7px;
}
#breadcrumb{
	width: 94%;
}
.smallYellow{
	font-size: 9px;
} 
.cartNav h3{
	height: 27px;
}
}
