@charset "UTF-8";
/* CSS Document */

@import "ecommerce.css";

* {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	margin: 0 auto;

    color: #555;
	background: url(../images/bodyBG.gif) bottom center no-repeat #fff;

	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body, div#masthead { width: 100%; }

div#page {
	position: relative;
	width: 974px;
	padding-top: 175px;
	margin: 0 auto;
}

div#content {
	clear: both;
	width: 972px;
	border: 1px solid #8c8fa1;
	border-top: 0;
	margin-bottom: 20px;
	padding-top: 10px;
}

/* MASTHEAD */
div#masthead {
    position: absolute;
    top: 0;
    left: 0;
    height: 53px;
    padding-top: 122px;
    background: url(../images/header.png) top left no-repeat; 
}

div#masthead ul {
    width: 100%;
	height: 25px;
	list-style-type: none;
}

div#masthead ul li {
	float: left;
    height: 25px;
    line-height: 25px;
    margin-left: 25px;
}

div#masthead ul li#cart {
    float: right;
    margin-right: 5px;
    margin-left: 0;
}

div#masthead ul li a {
	color: #fff;
    font-weight: bold;
	text-decoration: none;
}

div#masthead ul li a:hover { text-decoration: underline; }

div#masthead form {
    width: 50%;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
}

div#masthead form label { color: #293158; font-size: 13px; }
div#masthead form input { margin-left: 2%; }
div#masthead form input#searchstring {
    width: 40%;
    padding: 2px;
    border: 1px solid #ccc;
}

/* COLUMNS */
div.column {
    float: left;
    width: 75%;
    padding: 0 0 10px 10px;
}

div.column#side {
	float: right;
    width: 20%;
    padding: 0 15px 10px 0;
    border-left: 0;
}

/* PAGE CONTENT */
div.contentBox {
	clear: both;
	padding: 10px 15px 10px 5px;
}

div.column h2 {
	width: 100%;

	color: #cc003a;
	padding-bottom: 10px;

	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	font-size: 21px;
}

div.column h3 {
	font-size: 15px;
	font-weight: normal;
	color: #293158;
}

div.column a {
	color: #cc003a;
	text-decoration: none;
}

div.column a:hover { text-decoration: underline; }

div.column p {
	margin-bottom: 5px;
	color: #555;
	text-align: justify;
	line-height: 15px;
}

div.column div.sideBox { width: 100%; height: auto; margin-bottom: 10px; }
div.column div.sideBox h3 { padding: 4px 0 0 6px; }
div.column div.sideBox ul { list-style-type: none; padding-left: 10px; }
div.column div.sideBox ul li { margin: 4px 0; }

div.column img.sideBox {
	border: 0;
	margin: 0 0 6px 2px;
}

/* IMAGE POPUP */
div#imagePopupContainer {
	display: none;
	overflow: hidden;

	position: absolute;
	width: 600px;
	height: 400px;

	top: 50%;
	left: 50%;

	margin-top: -40px;
	padding: 20px 0;

	text-align: center;
	cursor: pointer;

	border: 1px solid #555;
	background: url(../images/interface/popupImageBG.gif) top left no-repeat #fff;
}

div#imagePopupLogo {
	position: absolute;
	bottom: 13px;
	right: 13px;
	width: 150px;
	height: 33px;
	background: url(../images/interface/popupImageLogo.gif) top left no-repeat;
}

/* CATEGORY NAV BAR */
ul.categoryNav {
    clear: both;
	width: 100%;
	height: 25px;
    line-height: 25px;

	background-color: #fca7a9;
	list-style-type: none;
}

ul.categoryNav li { float: left; }

ul.categoryNav li#numProducts {
	color: #cc003a;
	padding-left: 10px;
	width: 135px;
}

ul.categoryNav li#sortBox {
	float: right;
	padding-right: 10px;
	width: 250px;
	text-align: right;
}

ul.categoryNav li#sortBox form select, ul.categoryNav li#sortBox form input { font-size: 11px; }

ul.categoryNav li#pageNav {
	color: #cc003a;
	padding-left: 10px;
}

ul.categoryNav li#pageNav a { color: #cc003a; }

/* CONTACT FORM */
form fieldset { border: 0; }
span.highlight { color: #cc003a; }
form#contact label, form#contact input, form#contact textarea {
	margin-top: 10px;
	float: left;
}

form#contact label {
	display: block;
	width: 20%;
	text-align: right;
	padding-right: 10px;
}

form#contact input.text, form#contact textarea {
	width: 75%;
	border: 1px solid #fea700;
	padding: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* NEW CONTACT FORM */
form.newForm { width: 95%; }

form.newForm fieldset {
	border: 1px solid #aaa;
	padding: 3%;
	margin-bottom: 7%;
	background: url(../images/interface/contactBG.gif) bottom left no-repeat;
}

form.newForm fieldset legend {
	color: #04546c;
	font-size: 17px;
	font-weight: normal;

	padding: 0 2%;
}

form.newForm ol { list-style-type: none; }

form.newForm ol li {
	clear: both;
	width: 100%;
	padding: 4px 0;
}

form.newForm ol li label {
	float: left;
	display: block;

	text-align: right;
	width: 35%;
	padding-right: 10px;
}

form.newForm ol li label em { font-weight: bold; color: #d00; }

form.newForm ol li input, form.newForm ol li textarea, form.newForm ol li select, form.newForm ol li#captcha div {
	float: right;
	width: 60%;

	border: 1px solid #777;
	background-color: #fff;
	padding: 2px;

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form.newForm ol li textarea { height: 70px; }
form.newForm ol li textarea#message { height: 150px; }

form.newForm ol li input.button { width: auto; }

/* Captcha */
form.newForm ol li#captcha img {
	display: block;
	padding: 20px 0;
	float: right;
}

form.newForm ol li#captcha label { width: 70%; }
form.newForm ol li#captcha input { clear: right; width: 20%; }

/* FOOTER */
ul#footer {
	clear: both;
	width: 100%;
	height: 30px;
    line-height: 30px;

	background-color: #fca7a9;
	text-align: center;
}

ul#footer li {
	display: inline;
	margin: 0 10px;
}

ul#footer li, ul#footer li a { color: #cc003a; }
ul#footer li a { font-weight: normal; }
ul#footer li a:hover { text-decoration: underline; }

/* CAPTCHA; ADDED 3rd Oct 2008 */
div#captcha input.text { width: 60px; }

div#captcha img {
	display: block;
	float: left;
	margin: 10px 0 0 10px;
}

/* NEW ECOMMERCE CHECKOUT IN IFRAME STUFF; ADDED 6th Nov 2008 */
iframe#cartFrame {
	position: relative;
	float: left;
	top: -100px;
	left: -82px;
	width: 900px;
	height: 850px;
	overflow: hidden;
	border: 0;	
}

/* FEATURED PRODUCT */
div#featuredProduct {
	position: relative;
	width: 100%;
	height: 175px;

	margin-top: 2px;
	overflow: hidden;
	border: 1px solid #ccc;
}

div#featuredProduct div {
	position: absolute;
	left: 100%;
	width: 100%;
	height: 100%;
}

div#featuredProduct img {
	position: absolute;
	display: block;

	top: 4px;
	left: 5px;
	height: 165px;
	border: 1px solid #cc003a;
}

div#featuredProduct h3 {
	position: absolute;
	top: 45px;
	right: 20px;
	font-size: 25px;
}

div#featuredProduct p {
	position: absolute;
	height: 75px;
	line-height: 75px;
	color: #293158;

	bottom: 20px;
	right: 150px;

	z-index: 2;
}

div#featuredProduct p span { font-size: 31px; }

span#bannerBG {
	display: block;
	position: absolute;
	width: 1458px;
	height: 100%;
	background: url(../images/bannerBG.gif) bottom right no-repeat;
}

p#breadcrumbs { margin-left: 5px; }

/* WEBCASTLE BRANDING */
ul#footer li a#webcastle {
	padding: 1px 3px;

	font-size: 11px;

	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-style: oblique;

	color: #0043f3;
	background-color: #fff;
	border: 1px solid #555;
}

ul#footer li a#webcastle span { color: #fd1824; }

ul#footer li a#webcastle:hover {
	color: #4376ff;
	border-color: #7d7d7d;
}

ul#footer li a#webcastle:hover span { color: #fe686f; }
