@import url("reset.css");
@import url("text.css");
@import url("grid.css");

body {
	background: url("../images/splash-bg.jpg") no-repeat 0 0;
	background-color: #5f338e;
	width: 100%;
	min-width:970px;
	margin: 0;
	padding: 0;
}

a {
	color: #fff000;
	font-weight: bold;
}

a:hover {
	color: #fff;
}

*html .container {
	height: 100%;
}

.container {
	min-height: 100%;
	width: 100%;
}

#education-logo {
	width: 500px;
	height: 100px;
	background: url(../images/education-logo.jpg) no-repeat right 0;
	position: absolute;
	right: 0;
	top: 20px;
	text-align: right;
}

#education-logo p {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 70px 10px 0 0;
}

#education-logo p a {
	color: #fff;
	text-transform: none;
}

ul#primary-nav{
	margin-top: 5px;
}

ul#primary-nav li{
	list-style: none;
}

ul#primary-nav a{
	display: block;
	height: 30px;
	padding-left: 30px;
}

ul#primary-nav a {
	text-decoration: none;
	color: #fff;
	font-family: 'HelveticaNeueLTCom87HeavyConden';
	text-transform: uppercase;
	font-size: 20px;
}

ul#primary-nav a.top:hover, ul#primary-nav li.active a.top {
	background: url("../images/splat.png") no-repeat 0 0;
}

ul#primary-nav li.active {
	
}

ul#primary-nav li ul.inner{
	margin: -5px 0 8px 0;
}

ul#primary-nav li ul.inner li a {
	color: #fff000;
}

ul#primary-nav li ul.inner a:hover, ul#primary-nav li ul.inner li.active a {
	background: url("../images/splat-inner.png") repeat-y 0 0;
	color:#fff;
}

#content {
	color: white;
}

div#content h1, div#content h2 {
	text-decoration: none;
	color: #fff000;
	font-family: 'HelveticaNeueLTCom87HeavyConden';
	text-transform: uppercase;
}

div#content h1 {
	font-size: 30px;
}

div#content h2 {
	font-size: 18px;
}

div.product-thumb{
	float: left;
	margin-right: 20px;
	width: 280px;
	height: 211px;
	position: relative;
}

div.product-thumb a{
	text-align: right;
	text-decoration: none;
}

div.product-thumb a:hover span{
	color: #fff000;
}

div.product-thumb span{
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 60px;
	font-weight: bold;
	color: #fff;
	line-height: 16px;
}

div.product-thumb.last{
	margin-right: 0;
	margin-bottom: 10px;
}

div#product-image img, div#product-fabric-swatch img{
	float: left;
}

div#product-image h2{
	display: block;
	width: 120px;
	text-transform: uppercase;
	color: #89abda;
}

div#product-detail h2{
	color: #363665;
	font-weight: lighter;
}

div#product-detail ul{
	padding-left: 20px;
}

div#product-detail ul li{
	list-style-position: outside;
	line-height: 16px;
	font-size: 12px;
	color: #363665;
}

div#product-detail h3{
	color: #00acec
}

div#specification{
	font-size: 11px;
	font-weight: bold;
	color: #363665;
}

div#specification {
	font-size: 11px;
	font-weight: bold;
	color: #363665;
}

div#specification img, img.news-thumbnail{
	float: left;
	margin: 0 10px 0 0;
}

.news-image{
	margin-bottom: 20px;
}

div#content h1.news-title{
	font-weight: bold;
}

a.news-link{
	color: #fff000;
}

form{
	margin-top: 30px;
}

label{
	display: block;
	width: 200px;
	float: left;
}


#footer {
	width: 100%;
	background: url("../images/footer.jpg") repeat-x bottom left;
	height: 60px;
}
