﻿/* ---------------------- layout ----------------------------- */

* { margin: 0; padding: 0; }
img {
	border: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

body {
	text-align: center;
	background: #fff url('../img/header1.jpg') top center no-repeat;
	color: #5C5C5C;
}

body.home, body.site { background: #fff url('../img/header1.jpg') top center no-repeat; }

#wrapper {
	width: 756px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0;
}

#masthead {
	position: relative;
	height: 30px;
	margin-bottom: 5px;
	padding-top: 30px;
}

#content {
	float: left;
	width: 508px;
	padding: 0 12px 0 0;
	position: relative;
	overflow: hidden;
}

#sidebar	{
	float: right;
	width: 206px;
	padding: 0 12px 12px 12px;
	position: relative;
}

.home #content {
	float: none;
	width: 100%;
}

.offers {
	width: 756px;
	min-height: 1.00em;
	margin-bottom: 7px;
}

#content .offers img {
	background-color: transparent;
	border: none;
	padding:0;
}

.offers a {
	text-decoration: none;
	display: block;
	width: 226px;
	height: 08.0em;
	padding-top: 0;
	position: relative;
}

.offers .p {
	display: block;
	color: rgb(143,161,218);
	width: 180px;
	height: 7em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 0px;
	padding: 0 25px 0 25px;
	z-index: 200;
}

.offers .ft {
	display: block;
	width: 226px;
	height: 103px;
	position: absolute;
	bottom: 0px;
	z-index: 100;
}

.offers .col-a .ft { background: url('../img/ft_buy_online.png') no-repeat bottom left; }
.offers .col-a2 .ft { background: url('../img/ft_orderonline.png') no-repeat bottom left; }
.offers .col-a3 .ft { background: url('../img/ft_kerasoft.png') no-repeat bottom left; }
.offers .col-a4 .ft { background: url('../img/ft_sih.png') no-repeat bottom left; }
.offers .col-b .ft { background: url('../img/ft_get_advice.png') no-repeat bottom left; }
.offers .col-c .ft { background: url('../img/ft_subscribe.png') no-repeat bottom left; }
.offers .col-c2 .ft { background: url('../img/ft_queen.png') no-repeat bottom left; }

.offers a.col-a {
	float: left;
	width: 234px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.offers a.col-a2 {
	float: left;
	width: 234px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.offers a.col-a3 {
	float: left;
	width: 234px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.offers a.col-a4 {
	float: left;
	width: 234px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.offers a {
	background: url('../img/featurebox_foot.jpg') no-repeat bottom left;
}

.offers a:hover {
	background-position: 100% 100%;
}

.offers a:hover .title {
	background-position: 100% 0;
}

.offers .wrap {
	float: left;
	width: 495px;
}

.offers a.col-b {
	float: right;
	width: 234px;
	background-image: url('../img/featurebox_foot.jpg');
}

.offers a.col-c {
	float: right;
	width: 234px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.offers a.col-c2 {
	float: right;
	width: 234px;
}

span.title {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.25em;
	margin:0;
	width: 234px;
	height: 91px;
	position: absolute;
	z-index: 100;
	letter-spacing : normal; text-indent : -999em; overflow : hidden;
}

.col-a .title { background: url('../img/hd_buy_online.jpg') no-repeat; }
.col-a2 .title {background: url('../img/hd_orderonline.jpg') no-repeat;}
.col-a3 .title {background: url('../img/hd_kerasoft.jpg') no-repeat;}
.col-a4 .title {background: url('../img/hd_sih.jpg') no-repeat;}
.col-b .title { background: url('../img/hd_get_advice.jpg') no-repeat; }
.col-c .title { background: url('../img/hd_subscribe.jpg') no-repeat; }
.col-c2 .title { background: url('../img/hd_queen.jpg') no-repeat; }

/* ---------------------- masthead ----------------------------- */
#masthead h1 {
	position: relative;
	width: 500px;
	height: 92px;
	margin: 0 0 0 0;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../img/uvlogo.png') no-repeat 0
0;
}

#masthead h1 a {
	display: block;
	position: absolute;
	top:0; left:-11px;
	width: 238px;
	height: 92px;
}
	
#masthead ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#masthead li {
	position: relative;
	float: left;
	width: 128px;
	height: 50px;
	margin:0;
	padding:0;
	overflow: hidden;
}

#masthead li a {
	display: block;
	position: absolute;
	top:0; left:0;
	width: 384px;
	height: 50px;
}

#masthead li a {
	left: -256px;
}

#masthead li a:hover {
	left: -128px;
}

#masthead li a em {
	overflow: hidden;
	text-indent: -5000px;
}

#content .contextNav {
	margin-top: 1em;
}

#content .contextNav ul {
	list-style: none;
	padding-top:.5em;
	margin-top: 0;
}

#content .contextNav ul li {
	display: inline;
	padding:0;
	margin:0 15px 0 0;
	font-size: 1.25em;
}

.contextNav ul li.active a {
	color: rgb(31,31,79);
}

#content .contextNav {
	background: url("../img/rule.gif") repeat-x left top;
	width:506px;
	padding-top: .25em;
	margin-bottom: 2em;
}

#content .contextNav ul {
	background: url("../img/rule.gif") repeat-x left bottom;
	padding-bottom: .5em;
}

#username {	
	font-size:.92em;
	font-weight:bold;
}

#content p {
	margin: 0 0 1.5em 0;
}

#content p.intro {
	font-size: 1.25em;
	color: #999;
	line-height: 1.6em;
}

#content p.strap {
	color: #3C5082;
	font-size: 1.2em;
	line-height: 1.5em;
}

#content div.pagination {
	color: rgb(31,31,79);
	font-size: .92em;
	clear: both;
	margin: .72em 0 2em 0;
	padding-bottom: .8em;
	background: url("../img/rule.gif") repeat-x left bottom;
}

#content div.pagination div {
	padding-top: .9em;
	background: url("../img/rule.gif") repeat-x left top;
}

#content div.pagination p {
	float: left;
	margin:0;
	padding:0;
}

#content div.pagination p.links {
	color: #666;
	float: right;
}


#content a.more {
	font-size: .92em;
	padding-left: 5px;
	background: url("../img/btn_more.png") no-repeat 0 2px;
}

/* headings */

h2 {
	margin: 10px 0 1.0px 0;
	color: #000000;
	height: 40px;
	font-size: small;
	white-space: normal;
	line-height: 30px;
	text-decoration: none;
	font-style: normal;
	font-weight: lighter;
}

h3 {
	color: #5170BE;
	margin: 1.5em 0 .5em 0;
	font-weight: normal;
	font-size: 1.25em;
}

h3.strap {
	color: #3C5082;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top:-1.4em;
	margin-bottom: 1em;
}

h3 a {
	background: url("../img/btn_more.png") no-repeat 100% 60%;
	padding-right: 15px;
	}

h3 a:link {
	color: #5170BE;
}
h3 a:visited 			{ color: rgb(118,134,200); }	
h3 a:focus, h3 a:hover 	{ color: rgb(31,31,79); }
h3 a:active 			{ color: rgb(31,31,79); }

h4 {
	font-size: 1em;
	color: #333;
	font-weight: bold;
	margin: 1em 0 .5em 0;
}

h3 img, h4 img, #content ol li img, #content ul li img, .inline, #content img.inline {
	display: inline;
	border:none;
	padding:0;
}

/* lists */

#content ul {
	margin: 1.5em 0 1.5em 0;
	padding: 0;
}
#content ul li {
	margin: 0 0 .5em 30px;
	padding: 0;
}

#content ul li ul li {
	margin: 0 0 .5em 60px;
	padding: 0;
}
ol {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}
ol li {
	font-size: 1.0em;
	margin: 0 0 .5em 30px;
	padding: 0;
}

/* definition list - inline */	
dl.inline {
	margin: 0 0 1em 0;
	float: none;
}
dl.inline dt {
	display:block;
	margin:0;
	padding:0;
	float:left;
}

dl.inline dd {
	margin:0;
	padding:0 0 0.5em 15px;
}

#content img.heading {
	float: right;
	margin-left: 15px;
	width: 200px;
	height: 138px;
	padding: 5px;
	border: 1px solid #eee;
	background-color: #fff;
}

#content img.plain, #content li img {
	padding: 0px;
	border: none;
}

div.inset-l {
	float: left;
	margin:0 15px 1em 0;
}

div.inset-r {
	float: right;
	margin:0 0 1em 15px;
}

#content div.figure img {
	margin:0;
	padding: 0;
}

#content h3 span.postmetadata {
	font-size: .92em;
	color: #666;
}

/* ---------------------- footer ----------------------------- */
#foot	{
	font-size: .92em;
	padding:50px 0 20px 0;
	clear: both;
}

#foot ul	{
	margin: 0;
	padding: 0;
}

#foot ul li	{
	list-style: none;
	display: inline;
	color: #999;
}

#foot ul li.copyright {
	display: block;
	float: right;
	width: 231px;
	text-align: right;
}



/* ---------------------- misc ----------------------------- */

.clearfix:after, .product:after, .summary:after, .dept:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix, .product, .summary, .dept {display: inline;}

/* Hides from IE-mac \*/
* html .clearfix, * html .product, * html .summary, * html .dept {height: 1%;}
.clearfix, .product, .summary, .dept {display: block;}
/* End hide from IE-mac */


.floatclear {
	clear: both;
	line-height: 0px;
	font-size: 0;
	width:100%;
	height:2px;
	margin:0;
	padding:0;
}

.float-r { float: right; }
.float-l { float: left; }

.hide {
	position: absolute;
	left: -999px;
	width: 990px;
}

.highlight {
	color: red;
}

/* ---[ Malarkey Image Replacement (MIR) ]---- */
.mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 


/* ---------------------- sifr ----------------------------- */

.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h2 { visibility: hidden; letter-spacing: 0px; }

/* ---------------------- tables and forms ----------------------------- */
fieldset {
	border:none;
	padding:0;
	margin:0;
}

legend {
	color: #5170BE;
	padding: 0 0 .5em 0;
	font-weight: normal;
	font-size: 1.25em;
}

#content table {
	width:100%;
	margin:0 0 1.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th {
	border:1px solid #fff;
	background:#ddd;
	padding:5px;
}
td {
	background:#F0F0F0;
	border:1px solid #fff;
	padding:5px;
	vertical-align:top;
}
.formField, .formSelect {
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium {
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
	padding: 2px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}

.formRadio{vertical-align:middle;}
.formButton{
	background:#7686C8;
	font-weight: bold;
	color:#fff;
	border:none;
	padding:3px 2px 3px 2px;
}
label span{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}
/* cart */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}
/**/
td.first{width:40%;}

.note {
	font-size: .92em;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	margin: 1em 0 1em 0;
}

.cartText {
	font-size: .92em;
	margin: 0 0 1em 0;
}

#content .cartText p {
	margin: 0 0 .5em 0;
}

#content .note p {
	margin: .5em 0 .5em 0;
	text-align: center;
}

.note img {
	margin: 0 10px 0 0;
}

/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .inner, * html .products, * html .products li, * html #pagination, 
* html #total, * html .modules{height: 1%;}
/* end float fix */

/* ---------------------- lightbox ----------------------------- */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{
	background-image: url('../img/QA-Logo150.jpg');
	position: absolute;
	width: 150px;
	height: 250px;
	background-repeat: no-repeat;
}

/* ---------------------- rounded images ----------------------------- */
.roundimgwrapper {
	position: relative;
}
.roundimgwrapper span {
	position: absolute;
	z-index: 2;
	height: 12px;
	width: 12px;
}
.curve1 {
	background: url('topright.png') no-repeat right top;
	top: 0; right: 0;
}
ssets/img/bottomleft.png') bottom left no-repeat;
	bottom: 0; left: 0;
}
.col-head {
	background: url('../img/banner.jpg') no-repeat;
	position: absolute;
}

