/* @override http://www.kasurihome.com/stylesheets/screen.css */

/*
 *  Kasuri Home
 *  Styles for the screen
 *
 *  Created by Eli Van Zoeren
 *  http://elivz.com
 *
 */

/* Eric Meyer's Reset styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}


/* Begin text */

body {
    color: #000000;
	font-size: 81.25%;  /* Reset base size to 13px */
	line-height: 1.385em;
	}

body, input, textarea, select, button, label {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	}
		
h1, h2, h3, h4, h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	}
	
code {
	font-family: Consolas, "Courier New", Courier, mono;
	}
	
p {
	padding-bottom: 1.385em;
	max-width: 40em;
	}
	
a:link, a:visited {
	color: #275380;
    text-decoration: none;
	}	
a:focus, a:hover, a:active {
    color: #275380;
    text-decoration: underline;
	}

h1, h2 {
	font-size: 1.077em;
	padding-bottom: 1.286em;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
h3 {
    font-size: bold;
    text-transform: uppercase;
    }

blockquote {
	margin-left: 5em;
	max-width: 35em;
	}
blockquote p {
	
	}
blockquote cite {
	font-style: italic;
	color: #666666;
	}
	
ul {
	padding-bottom: 1.385em;
	max-width: 40em;
	}
ul li {
    padding-bottom: 0.693em;
	}
	
ol {
	padding-bottom: 1.385em;
	max-width: 40em;
	}
ol li {
    padding-bottom: 0.693em;
	}

address {
	font-style: normal;
	}

form {
	padding-bottom: 1.385em;
	}

form dl {
	width: 31em;
	overflow: hidden;
	}
form dl dt {
	float: left;
	clear: both;
	width:5em;
	margin-right: 1em;
	margin-bottom: 0.25em;
	text-align: right;
	}
form dl dd {
	float: left;
	width: 25em;
	margin-bottom: 0.25em;
	}

label {
	color: #666666;
	font-size: 1em;
	font-weight: bold;
	}

input, textarea, select, button {
	font-size: 1em;
	color: #444444;
	}

input[type=text], textarea {
	width: 95%;
	padding: 4px;
	border: none;
	background: #d8d8d8;
	}

input[type=submit], input[type=button], button {
	padding: 4px 12px;
	border: none;
	background: #d8d8d8;
	font-weight: bold;
	}
#mailer input[type=submit], #mailer input[type=button], #mailer button {
    margin-left: 6em;
	}
input[type=submit]:hover, input[type=button]:hover, button:hover {
	background: #dfdfdf;
	}
input[type=submit]:active, input[type=button]:active, button:active {
	background: #cccccc;
	}

form dl span {
	float: left;
	clear: left;
	margin-left: 7.09em;
	color: #c01313;
	font-size: 0.846em;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

img {
	max-width: 100%;
	display: block;
	-ms-interpolation-mode: bicubic;  /* Fixes IE6 scaling ugliness */
	}

.meta {
	color: #666666;
	font-size: 0.923em;
	}

.alert {
	color: #c01313;
	}

.alignLeft {
	float: left;
	}
img.alignLeft {
	margin-right: 1em;
	}
.alignRight {
	float: right;
	text-align: right;
	}
img.alignRight {
	margin-left: 1em;
	}
	
.clear {
	clear: both;
	}

/* End text */ 


/* Begin page styles */

	
body {
    background: #a1a1a1;
    position: relative;
	}
	
#wrapper {
	position: relative;
    width: 960px;
    height: 600px;
	margin: 0 auto;
	padding: 30px;
	text-align: left;
	background: #ffffff;
	}
#wrapper:after {
/* auto clear the section */
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#wrapper {display: inline-table;}
/* Hide from IE Mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE Mac */

.col1 {
	width: 60%;
	margin-right: 5%;
	float: left;
	display: inline;
	}
.col2 {
	width: 33%;
	float: left;
	}

/* End page */


/* Begin header styles */

#header {
	float: left;
	width: 230px;
	height: 100%;
	margin-right: 20px;
	}

#skip {
	height: 0;
	width: 0;
	position: absolute;
	left: -9999px;
	}

#logo {
	background: #ffffff;
	padding-bottom: 20px;
	}
#logo a {
	display: block;
	width: 230px;
	height: 70px;
	background: url(../images/interface/logo.png) no-repeat 0 0;
	text-indent: -9999px;
	}

#nav {
	padding: 30px 50px;
	height: 360px;
	background: #d8d8d8;
	font-size: 1em;
	line-height: 1.538em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#nav li {
	padding-bottom: 1.538em;
	color: #323232;
	cursor: pointer;
	}
#nav li ul {
    max-width: none;
    padding: 0.333em 0 0;
	font-size: 0.846em;
	}
#nav li ul li {
	padding: 0 0 0 30px;
	}
#nav li a {
	color: #323232;
	text-decoration: none;
	display: block;
	}
#nav li a:focus, #nav li a:hover, #nav li a:active, #nav li.current a, #nav li.parent_of_current a {
    color: #275380;
    }

/* End header */


/* Begin body styles */

#content {
	position: relative;
	margin-left: 250px;
	padding-top: 90px;
	height: 510px;
	background: url(../images/interface/content-bg.png) repeat-x top;
	}

.contentBlock {
	position: relative;
	height: 100%;
	}

.textBlock {
	margin: 30px 0 20px 30px;
	height: 390px;
	overflow: auto;
	}
.textBlock img {
    float: right;
    clear: right;
	margin: 0 0.5em 1em 1em;
    }
.textBlock img.alignLeft {
    float: left;
    clear: left;
	margin: 0 1em 1em 0;
    }


.contentTag {
	background: #ff9933;
	color: #ffffff;
	width: 100%;
	height: 70px;
	margin-top: 20px;
	line-height: 70px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	}
	
/* End body */


/* Begin footer styles */

#footer {
	float: left;
	width: 230px;
	height: 90px;
	margin-top: -90px;
	background: #d8d8d8 url(../images/interface/copyright.png) no-repeat 0 bottom;
	text-indent: -9999px;
	}
#footer.gap {
	background: url(../images/interface/copyright-gap.png) no-repeat 0 bottom;
	}
	
/* End footer */


/* Begin hompage styles */

.featureImage {
	overflow: hidden;
	text-align: center;
	}

/* End homepage */


/* Begin Product Index */

.productList {
	margin: 30px 0 20px 0;
	height: 480px;
	overflow: auto;
	max-width: none;
	}

.productList li {
	float: left;
	margin: 0 0 18px 48px;
	display: inline;
	}

.productList li a {
	text-decoration: none;
	}

.productList li img {
    max-width: none;
    }

/* End Product Index */


/* Begin Product styles */

.productDescription {
    height: 460px;
    width: 250px;
    float: left;
    display: inline;
    }
.productDescription h1 {
    padding-bottom: 0;
    }

.productImages {
	position: relative;
	float: right;
	width: 400px;
	height: 500px;
	padding: 10px 0 0;
	}
.productImages ol {
	position: absolute;
	bottom: 14px;
	width: 400px;
	padding: 0;
	text-align: center;
	}
.productImages ol li {
    padding: 0;
	display: inline;
    }
.productImages ol li img {
	display: inline;
	margin: 10px 10px 0 0;
	max-width: none;
	line-height: 60px;
	vertical-align: middle;
	}
.productImages .meta {
	position: absolute;
	width: 400px;
	bottom: 0;
	padding-bottom: 0;
	line-height: 14px;
	text-align: center;
	}

#productImage .imgWrapper {
	position: absolute;
	line-height: 400px;
	vertical-align: middle;
	text-align: center;
	height: 400px;
	width: 400px;
	}
#productImage .imgWrapper img {
	display: inline;
	max-width: 400px;
	max-height: 400px;
	vertical-align: middle;
	}

/* End product styles */


/* Begin Product image detail styles */

#imageWrapper {
	position: fixed;
	top: 100%;
	left: 0;
	bottom: 0;
	right: 0;
    background: #ffffff;
    margin: 0;
    overflow: auto;
    text-align: center;
	padding-top: 1.385em;
    }
    
#imageWrapper p {
    max-width: none;
    }

#imageWrapper ul {
	max-width: none;
	}
#imageWrapper ul li {
	padding-bottom: 1.385em;
    }

#imageWrapper img {
    display: inline;
    max-width: none;
    }

/* End Product image detail styles */


/* Begin Invoice */

.invoiceBlock {
	margin: 30px 0 20px 30px;
	height: 480px;
	overflow: auto;
	}
.invoiceBlock #number { float: right; text-align: right; }
.invoiceBlock #address { float: left; padding-bottom: 1.385em; }

#invoice { width: 100%; clear: both; }
#invoice thead { background: #ddd; border-bottom: 2px solid #aaa; }
#invoice thead th.qty { width: 15%; }
#invoice thead th.price { width: 15%; }
#invoice tbody tr:hover { background: #f4f4f4; }
#invoice th, #invoice td { padding: 2px 4px; }
#invoice .price { text-align: right; }
#invoice .subtotal, #invoice .shipping, #invoice .tax, #invoice .total { text-align: right; }
#invoice .total { font-weight: bold; }
.subtotal { border-top: 1px solid #ddd; }
.notes { max-width: none; border-top: 1px solid #aaa; margin-top: 2.77em; padding-top: 1.385em; }

#payInvoice input[type=submit] { background: #ff9933; }

/* End invoice */


/* Styles specific to catalinaarocena.com */

#ca .textBlock {
	height: 480px;
	}

#ca .productImages #image {
	position: absolute;
	line-height: 480px;
	vertical-align: middle;
	text-align: center;
	height: 480px;
	width: 400px;
	}
#ca .productImages #image img {
	display: inline;
	max-width: 400px;
	max-height: 480px;
	vertical-align: middle;
	}

#ca #logo a {
	background: url(../images/interface/ca_logo.png) no-repeat 0 0;
	}

#ca #footer {
	position: absolute;
	height: 91px;
	margin-top: -101px;
	padding-top: 20px;
	background: #ffffff;
	}
#ca #footer p {
	padding: 0;
	margin: 0;
	}
#ca #footer a {
	display: block;
	width: 230px;
	height: 70px;
	background: url(../images/interface/ca_kasuri-link.png) no-repeat 0 bottom;
	text-indent: -9999px;
	}
#ca #footer #copyright {
	display: block;
	width: 230px;
	height: 11px;
	background: #d8d8d8 url(../images/interface/ca_copyright.png) no-repeat 0 bottom;
	text-indent: -9999px;
	}

/* End catalinaarocena.com sytles */