/*
-----------------------------------------------
OfficeMax Tul Screen Style
author:  briana como - www.u4eadesign.com
version:  1.1 - August 2009
----------------------------------------------- */

/* Sitewide text
----------------------------------------------- */
body, td {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 135%;
	margin: 0;
	padding: 0;	
	
	text-align: center; /* so footer is centered on IE */
}
body {
	color: #888;
	background: #fff url(../images/bg.jpg) top repeat-x;
}
td {
	color: #999;

}
#flashcontent {
	min-height: 600px;
	
}
#footer {
	width: 789px;
	margin: 30px auto 5px auto;
	clear: both;
	z-index: 3;
}
.right {
	text-align: right;
}
.clear {
	clear: both;
}
img {
	border: 0;
	}
	
/* png fix http://www.twinhelix.com/css/iepngfix/ */
#logo, #tagline, .pngfix { behavior: url(images/iepngfix.htc) }

h3 {
	font-size: 13px;
	color: #032f63;
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 16px;
	color: #c60270;
	font-weight: normal;
	}

p {
	padding-top: 0;
	margin-top: 2px;
	}

/* Header
----------------------------------------------- */
#header {
	width: 931px;
	height: 125px;
	margin: 0 auto;
	background: url(../images/bg-header.jpg) top center no-repeat;
	position: relative;
	}
#logo {
	position: absolute;
	left: 50px;
	top: 29px;
	}
#tagline {
	position: absolute;
	right: 71px;
	top: 54px;
}
#nav {
	position: absolute;
	top: 100px;
	right: 71px;
	width: 860px;
	height: 25px;
	
	font-size: 14px;
	text-align: right;
}
#nav ul {
	text-align: right;
	
	list-style-type: none;
	margin-top: 5px;
}
#nav li {
	display: inline;
	padding: 2px 4px;
	margin-left: 20px;
	
}

/* Main
----------------------------------------------- */
#home {
	width: 931px;
	margin: 0 auto;
	
	min-height: 475px;
	
	
}
#homecontent {
	/*background: url(../images/bg-white.png);*/
	float: left;
	margin-left: 71px;
	text-align: left;
	width: 300px;
	
	margin-top: 30px;
	
	padding: 10px;
	
}
#homecontent.left {
margin-top: 350px;
	float: left;
	margin-left: 71px;
}
#homecontent.right {
margin-top: 350px;
	float: right;
}

#homecontent ul {
	margin-left: 15px;
	padding-left: 0;
	
}

#homecontent li {
	
}

#detailcontent {
	width: 789px;
	margin: 0 auto;
	padding-top: 30px;
	
}
#photo {
	width: 425px;
	float: left;
	
	}
#info {
	width: 354px;
	float: right;
	
	text-align: left;
	line-height: 160%;
	}
#info .border {
	border: solid 1px #ccc;
	}
#info ul {
	margin-left: 0;
	padding-left: 0;
}
#info li {
margin-left: 12px;
	padding-left: 0;
}


/* Links
----------------------------------------------- */
a:link, a:visited {
	color: #999;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
}

#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #032f64;
	background: #c0c8d0;
}

#homecontent a:link, #homecontent a:visited {
	color: #032f64;
	text-decoration: none;
	padding-right: 4px;
}
#homecontent a:hover, #homecontent a:active {
	color: #032f64;
	background: #c0c8d0;
}

a.buynow:link, a.buynow:visited {
	color: #032f64;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../images/cart.gif) no-repeat;
	padding-left: 25px;
}
a.buynow:hover, a.buynow:active {
	color: #c60270;
	background: url(../images/cart-ro.gif) no-repeat;
}
