@charset "UTF-8";
body  {
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #61AFFF;
	background-image: url(images/skybackround.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.thrColFixHdr #container {
	width: 1060px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header #bestdeals {
	float: right;
	width: 210px;
	position: relative;
}
.thrColFixHdr #header #headershop {
	width: 700px;
	float: left;
	margin-left: 135px;
}
.thrColFixHdr #mainContent #welcometext {
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.thrColFixHdr #mainContent #welcometext p {
	font-size: 13px;
	color: #333333;
}
.thrColFixHdr #mainContent #welcometext h1 {
	font-size: 24px;
	font-weight: bold;
	color: #61AFFF;
	line-height: 1.2em;
}
.thrColFixHdr #header {
	height: 90px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/skybackround.jpg);
	background-repeat: no-repeat;
	background-position: top;
} 
.thrColFixHdr #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;
	text-indent: -9000px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #DCEBFF;
}
.thrColFixHdr #mainContent #longbanner {
	height: 150px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	clear: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
} 
.thrColFixHdr #container #mainContent h5 {
	font-size: 16px;
	font-weight: bold;
}
.thrColFixHdr #mainContent #contentbox {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 261px;
}
.thrColFixHdr #mainContent #contentbox p {
	text-align: right;
}
.thrColFixHdr #mainContent #contentbox img {
	float: left;
	margin-right: 5px;
}
.thrColFixHdr #mainContent #contentbox h2 {
	font-size: 18px;
	line-height: .9em;
	color: #61AFFF;
}
.thrColFixHdr #mainContent #contentbox h2 a {
	color: #72B7FF;
}
.thrColFixHdr #mainContent #contentbox h2 a:hover {
	color: #74B8FF;
	text-decoration: underline;
}
.thrColFixHdr #mainContent #contentbox #contentbox1 {
	float: left;
	width: 320px;
	margin-right: 10px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
	height: 240px;
}
.thrColFixHdr #mainContent #contentbox #contentbox1 h3 {
	font-size: 18px;
	color: #61AFFF;
	text-decoration: none;
}
.thrColFixHdr #mainContent #contentbox2 {
	height: 255px;
}
.thrColFixHdr #mainContent #contentbox2 #contentbox2a {
	float: left;
	width: 320px;
	margin-right: 20px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
}
.thrColFixHdr #mainContent #contentbox #contentbox1 img {
	float: left;
	margin-bottom: 5px;
}
.thrColFixHdr #mainContent #contentbox #contentbox1 p {
	padding-right: 10px;
	padding-left: 5px;
	text-align: justify;
}
.thrColFixHdr #mainContent #flashmall {
	margin-bottom: 10px;
	margin-top: 10px;
}
.thrColFixHdr #mainContent #3banners {
	height: 90px;
	background-color: #FFFFCC;
	margin-top: 7px;
	margin-bottom: 10px;
	text-align: center;
}
.thrColFixHdr #mainContent #3banners img {
	text-align: center;
	vertical-align: top;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 4px;
	padding: 0px;
}
.thrColFixHdr #mainContent #contentbox #contentbox1a {
	width: 300px;
	float: right;
}
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #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 */
	text-align: center;
}
.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;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #mainContent #contentbox #contentbox1 h2 {
	color: #61AFFF;
	line-height: 0.2em;
	font-size: 18px;
}
a:link {
	color: #61AFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #61AFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.thrColFixHdr #mainContent #contentbox2 #amazonwidget {
	width: 245px;
}
.thrColFixHdr #mainContent #contentbox2 #widget {
	width: 297px;
	float: right;
	background-color: #000000;
}
.thrColFixHdr #sidebar1 #navigation {
	text-align: left;
	height: 370px;
}
.thrColFixHdr #sidebar1 #navigation a:link {
	color: #FFFFFF;
	display: block;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0A68DD;
	border-bottom-color: #0A68DD;
}
.thrColFixHdr #sidebar1 #navigation a:visited {
	color: #2E88F1;
	display: block;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0066CC;
	border-bottom-color: #0066CC;
}
.thrColFixHdr #mainContent #adsensebanner #adsright {
	float: right;
	width: 160px;
}
.thrColFixHdr #sidebar1 #adsenseleft {
	text-align: center;
	margin-top: 10px;
}
.thrColFixHdr #sidebar2 #bannerright {
	text-align: center;
}
.thrColFixHdr #mainContent #widthbanner2 {
	background-color: #182975;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.thrColFixHdr #mainContent #topbanners {
	text-align: center;
}
.thrColFixHdr #mainContent #topbanners img {
	text-align: center;
	margin-right: 3px;
	margin-left: 3px;
}
.thrColFixHdr #mainContent #contentbox #contentbox11 {
	float: right;
	width: 300px;
}
.thrColFixHdr #mainContent #contentbox #contentbox11 h4 {
	font-size: 18px;
	color: #61AFFF;
	text-decoration: none;
}
.thrColFixHdr #mainContent #breadcrumbs {
	background-color: #EBEBEB;
	height: 20px;
}
.thrColFixHdr #mainContent #breadcrumbs a:link {
	color: #000099;
}
.thrColFixHdr #mainContent #breadcrumbs a:visited {
	color: #000099;
}
.thrColFixHdr #mainContent #breadcrumbs p {
	color: #000099;
}
.thrColFixHdr #mainContent #breadcrumbs #breadbox1 {
	float: left;
	width: 400px;
}
.thrColFixHdr #mainContent #breadcrumbs #breadbox2 {
	float: right;
	width: 200px;
}
.price {
	font-size: 14px;
	font-weight: bold;
	color: #009933;
}
.thrColFixHdr #mainContent #widthbanner {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #323F35;
}
.blue {
	color: #61AFFF;
}
.thrColFixHdr #mainContent #adsensebanner {
	text-align: center;
	height: 60px;
	background-color: #EBEBEB;
}
.thrColFixHdr #mainContent #adsensebanner #adsleft {
	float: left;
	width: 469px;
}
.thrColFixHdr #sidebar2 #newsletter {
	height: 80px;
}

ul.menu, ul.menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 150px;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
	background: #000088;
	color: #fff;
	padding: 0.5em;
}

ul.menu li a:hover {
	background: #025ACE;
}

ul.menu li ul li a {
	background: #92D1FE;
	color: #000088;
	padding-left: 20px;
}

ul.menu li ul li a:hover {
	background: #C4F1FF;
	border-left: 5px solid #FF0000;
	padding-left: 15px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }
.thrColFixHdr #mainContent #usukstorenav {
	margin-top: 10px;
	margin-bottom: 10px;
}

