@charset "ISO-8859-1";

/* HTML Defaults */

body {
	font: 75%/1.5em Arial, Helvetica, sans-serif;
	color: #fff;
	background: #000 url(../images/body_bg.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #10b2f0;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;
}
img, input[type="image"] {
	border: none;
}
h1, h2, h3, h4, h5 {
	font-family: "Arial Black";
	font-weight: normal;
}
h1 {
	font-size: 200%;
	line-height: 1.2em;
	color: #10b2f0;
	margin: 0 0 .2em 0;
}
h2, h3, h4, h5 {
	color: #666;
}
h2 {
	font-size: 150%;
	line-height: 1.2em;
	font-weight: bold;
}
h3 {
	font-size: 117%;
	line-height: 1.2em;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
h5 {
	font-size: 92%;
	line-height: 1.3em;
	font-weight: bold;
}
hr {
	color: #ddd;
	background: #ddd;
	height: 1px;
	padding: 0;
	border: none;
}
th, td {
	font-size: 100%;
}
input, textarea, button, select {
	font: 100% Arial, Helvetica, sans-serif;
}
input[type="text"], input[type="password"], textarea, select {
	color: #000;
	background-color: #fff;
	padding: 4px;
	border: solid 1px #ccc;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #cbf0ff;
}
input[type="submit"], input[type="button"], button {
	font-family: "Arial Black";
	color: #fff;
	background-color: #10b2f0;
	background-image: url(../images/button_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 4px 10px;
	border: none;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover {
	background-color: #3fcaff;
	cursor: pointer;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

/* Main Containers */

.inner {
	width: 970px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
#header, #footer, #wrapper {
	width: 100%;
	float: left;
	clear: both;
}
#header {
	border-bottom: solid 1px #999;
}
#footer {
	border-top: solid 1px #999;
}

/* Header */

#header .inner {
	background: url(../images/header_bg.png) no-repeat left bottom;
	min-height: 85px;
}
#header p, #header ul {
	margin: 0;
}
#logo, #logo p, #logo a {
	height: 85px;
	float: left;
}
#logo {
	width: 530px;
}
#logo p, #logo a {
	width: 450px;
}
#logo a {
	text-indent: -9999px;
}
#search {
	width: 255px;
	float: left;
	padding-top: 25px;
}
#search form {
	margin: 0;
}
#search label {
	font-family: "Arial Black";
	display: block;
	padding-bottom: 4px;
}
input.searchbox {
	background-image: url(../images/search_input_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 197px;
	float: left;
	margin-right: 4px;
	border: none;
}
.searchbutton {
	float: left;
}
#cart {
	font-family: "Arial Black";
	font-size: 92%;
	line-height: 1.3em;
	background: #5b5b5b url(../images/cart_bg.png) repeat-x left bottom;
	min-height: 65px;
	width: 165px;
	float: right;
	margin-top: 10px;
	padding: 5px 10px;
}
#cart p {
	margin: 0;
}
.topcheckoutbutton {
	font-family: "Arial Black";
	font-size: 92%;
	line-height: 22px;
	color: #fff;
	background-color: #10b2f0;
	background-image: url(../images/cart_button_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	margin-top: 8px;
	padding: 0 10px 0 28px;
}
.topcheckoutbutton:hover {
	text-decoration: none;
	background-color: #3fcaff;
}

/* Side */

#side {
	width: 185px;
	float: left;
	padding: 10px 0;
}
ul.ectmenu1, li.ectmenu1 {
	width: 175px;
	float: left;
}
ul.ectmenu1 {
	font-family: "Arial Black";
	font-size: 108%;
	line-height: 1.2em;
	background: #10b2f0 url(../images/nav_bg.png) no-repeat right bottom;
	margin: 0;
	padding: 0;
}
li.ectmenu1 {
	list-style: none;
	border-top: solid 1px #aee2f6;
	position: relative;
}
ul.ectmenu1 li:first-child {
	border-top: none;
}
ul.ectmenu1 a {
	color: #fff;
	width: 155px;
	float: left;
	padding: 5px 10px;
}
ul.ectmenu1 a:hover {
	text-decoration: none;
	color: #aee2f6;
}
.cards {
	float: left;
	clear: both;
	margin: 0;
	padding: 15px 0;
}

/* Top Nav */

#top {
	min-height: 45px;
	width: 785px;
	float: left;
}
#top ul {
	font-family: "Arial Black";
	margin: 0;
	padding: 0;
}
#top ul li {
	float: left;
	list-style: none;
}
#contact {
	font-size: 117%;
	line-height: 1.2em;
	width: 370px;
	float: left;
}
#contact li {
	background-repeat: no-repeat;
	background-position: 8px center;
	padding: 10px 10px 10px 35px;
}
.toptel {
	background-image: url(../images/top_icon_tel.png);
}
.topemail {
	background-image: url(../images/top_icon_mail.png);
}
#topnav {
	width: 405px;
	float: right;
}
#topnav li {
	background: url(../images/topnav_line.png) no-repeat left top;
	padding-left: 1px;
}
#topnav a {
	color: #fff;
	line-height: 1.2em;
	float: left;
	padding: 12px 20px 12px 10px;
}
#topnav a:hover {
	text-decoration: none;
	color: #10b2f0;
}
#homepage #navhome, #aboutpage #navabout, #deliverypage #navdelivery, #contactpage #navcontact, #cartpage #navcart, #newspage #navnews {
	color: #999;
}

/* Footer */

#copyright {
	font-size: 75%;
	line-height: 1.3em;
	color: #999;
	width: 480px;
	float: left;
	padding: 10px 0;
}
#copyright p {
	margin: 0;
}
#footernav {
	font-size: 92%;
	line-height: 1.2em;
	width: 450px;
	float: right;
	margin: 0;
	padding: 0;
}
#footernav li {
	background: url(../images/topnav_line.png) no-repeat left top;
	float: left;
	padding-left: 1px;
	list-style: none;
}
#footernav a {
	color: #fff;
	float: left;
	padding: 12px 20px 12px 10px;
}
#footernav a:hover {
	text-decoration: none;
	color: #10b2f0;
}

/* Content */

#main, #content, #front {
	width: 785px;
	float: left;
}
#content, #front {
	clear: both;
}
#main {
	padding-bottom: 10px;
}
#content, #contentside {
	color: #000;
	background: url(../images/content_bg_bottom.png) no-repeat right bottom;
	min-height: 170px;
	padding: 0 0 20px 0;
}
#contentinner {
	background: #fff url(../images/content_bg.png) repeat-x left top;
	min-height: 180px;
	width: 765px;
	float: left;
	padding: 10px 10px 0 10px;
}
#contentside {
	width: 590px;
	float: left;
	clear: left;
}
#contentside #contentinner {
	width: 570px;
}
#sidebar {
	font-size: 92%;
	width: 185px;
	float: right;
}
.alert {
	color: #f90;
}
td.prodnavigation, td.catnavigation {
	color: #666;
	margin: 0;
	border-bottom: solid 1px #fff;
}
p.prodnavigation, p.catnavigation {
	margin: 0;
}
#front h2, #front p, #sidebar h2, #sidebar p {
	margin: 0;
}
#front h2, #sidebar h2 {
	font-size: 117%;
	padding: 5px 10px;
}
#frontfeatured {
	background: url(../images/featured_bg.png) repeat-x left top;
	text-align: center;
	min-height: 410px;
	width: 305px;
	float: left;
}
#frontfeatured h2 {
	text-align: left;
}
#frontfeatured .prodseparator, #frontfeatured input, #frontfeatured .allproddiscounts {
	display: none;
}
#intro {
	text-align: left;
	padding: 10px 15px;
}
#intro h1 {
	font-size: 150%;
}
#intro h1, #intro h2, #intro p {
	margin: 0 0 1em 0;
	padding: 0;
}
ul.tick li {
	list-style: url(../images/tick.png);
}
#frontmain {
	width: 480px;
	float: right;
}
.frontpromo, .frontpromo, .frontpromo a {
	float: left;
}
#frontoffer a, #frontgirls a {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	width: 240px;
}
#frontoffer a:hover, #frontgirls a:hover {
	background-position: left -200px;
}
#frontoffer a {
	background-image: url(../images/promo_shipping.png);
}
#frontgirls a {
	background-image: url(../images/promo_girls.png);
}
.ectlink {
	font-family: "Arial Black";
	font-size: 92%;
}
.extraimage a {
	background: url(../images/icon_enlarge.png) no-repeat left center;
	padding: 0 5px 0 20px;
}
.prodname {
	font-size: 130%;
}
.prodprice, .detailprice {
	font-family: "Arial Black";
	color: #666;
}
.prodprice strong, .detailprice strong {
	font-weight: normal;
}
#contactform {
	color: #fff;
	background: #333;
	width: 370px;
	float: left;
	margin: 0 15px 0 0;
	padding: 10px 15px;
	border: solid 1px #ccc;
}
#contactform input, #contactform textarea {
	width: 360px;
}
#contactform input.formbutton {
	width: auto;
}
.detailimage {
	vertical-align: top;
}
