@charset "UTF-8";
/* CSS Document */

/* CSS RESET
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'interstate-lightcondensedRg', Tahoma, Geneva, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'interstate-lightcondensedRg', Tahoma, Geneva, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END CSS RESET*/


html, body {
	height: 100%;
	font-family: 'interstate-lightcondensedRg', Tahoma, Geneva, sans-serif;
}

h5 {
	font-family: 'interstate-boldcondensedbold', Tahoma, Geneva, sans-serif;
	color: #222;
	text-transform: uppercase;	
	text-align: center;
	padding-top: 10px;
}

strong {
	font-family: 'interstate-regularcondensedRg', Tahoma, Geneva, sans-serif;	
}

#nav {
	/*position: fixed;*/
	z-index: 20;
	min-height: 100%;
	/*background:url(../img/65opacityBlack.png);
	background-repeat:repeat-y;*/
}

#nav ul{
	font-family: 'interstateregular', Tahoma, Geneva, sans-serif;
	color: #FFF;
	letter-spacing:1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size:15pt;
	list-style-type: none;
	list-style: none;
}

#nav ul li {
	text-align: center;
	width: 200px;		
}

#nav ul li#logo {
	height: 213px;
	margin-top: 0px;
	margin-left: 0px;
	/*background: url(../img/logo.png) no-repeat;*/
	top: 0;
	left: 0;
}

#nav ul li#rule {
	background: url(../img/line.png) no-repeat;
	height: 20px;
	margin: 0;
}
*#nav ul li a.roll{
	display: block;
	width: 200px;
	height: 40px;
	background: url(../img/Hover.png) no-repeat;
}

#nav ul li a.roll:hover{
background-position: 0 -40px;
font-family: 'interstate-lightcondensedRg', Tahoma, Geneva, sans-serif;		
}

#nav ul li a.selected {
	display: block;
	width: 200px;
	height: 40px;
	background: url(../img/Selected.png) no-repeat;
	font-family: 'interstate-lightcondensedRg', Tahoma, Geneva, sans-serif;
}

/*#nav ul li#designs {
	background: url(../img/NavLabels.png) no-repeat;
	height: 40px;
}

#nav ul li#products {
	background: url(../img/NavLabels.png) no-repeat;
	height: 40px;
}

#nav ul li#contact {
	background: url(../img/NavLabels.png) no-repeat;
	height: 40px;
}*/



#nav ul li#spacer {
	background: url(../img/spacer80opacity.png) no-repeat;
	height: 10px;
}

#spacers {
	height: 500px;
	overflow: hidden;
	background:	url(../img/spacer80opacity.png) repeat-y;
}


a:link {
	color: #FFF;
	text-decoration:none;}
a:visited {
	color: #FFF;
	text-decoration:none;}
a:hover {
	color: #FFF;
	text-decoration:none;}
a:active {
	color: #FFF;
	text-decoration:none;}
	
#home-page #nav{
	position: fixed;
	
}


#about-page {
	background:url(../img/home2.jpg) no-repeat fixed;	
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 900px;
	min-width: 100%;
	min-height: 100%;
}

#contact-page {
	background:url(../img/home4.jpg) no-repeat  fixed;	
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 900px;
	min-width: 100%;
	min-height: 100%;
}

#products-page {
	background:url(../img/home1.jpg) no-repeat fixed;	
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 900px;
	min-width: 100%;
	min-height: 100%;
	top: 0;
}

#designs-page {
	background:url(../img/home3.jpg) no-repeat fixed;	
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 900px;
	min-width: 100%;
	min-height: 100%;
	top: 0;
}



#about-page .content {
	padding: 50px;
	position: absolute;
	top: 200px;
	left: 200px;
	background:url(../img/whiteBlock20x20.png) repeat;
}
#contact-page .content {
	padding: 50px;
	position: absolute;
	top: 430px;
	left: 200px;
	right: 0px;
	background:url(../img/whiteBlock20x20.png) repeat;
}
#designs-page .content {
	padding: 50px 0px 50px 50px;
	position: absolute;
	top: 100px;
	left: 200px;
	right: 0px;
	
	background:url(../img/whiteBlock20x20.png) repeat;
}

#products-page .products-content {
	padding: 50px 0px 75px 50px;
	position: absolute;
	top: 250px;
	left: 200px;
	right: 0px;
	background:url(../img/whiteBlock20x20.png) repeat;
}

#designs-page .detail-content {
	padding: 50px;
	position: absolute;
	top: 220px;
	left: 200px;
	right: 0px;
	background:url(../img/whiteBlock20x20.png) repeat;
}

p {
	font-family: 'interstate-lightcondensedRg', Tahoma, Geneva, sans-serif;
	font-size: 13pt;	
	line-height: 22px;
}
.group {
	float: left;
	overflow: hidden;
	clear: both;
}

.group a {
	float: left;
	width: 124px;
	height: 94px;
	/*width: 156px;
	height: 117px;*/
	padding: 0 10px 10px 0;
	margin: 0 5px 5px 0;
	cursor: pointer;
	left: 0;
}


.group a img {
  float: left;
  width: 124px;
  height: 94px;
  /*width: 156px;
  height: 117px;*/
}

.group ul li#images {
	display: inline;
}

.products-content a{
	float: left;
	width: 124px;
	height: 94px;
	padding: 0 10px 10px 0;
	margin: 0 5px 5px 0;
	cursor: pointer;
	left: 0;
}

.products-content a img {
	float: left;
	width: 124px;
	height: 94px;
	padding: 0 10px 10px 0;
	margin: 0 5px 5px 0;
}

#contact-page .content a {
	color: #111;
}