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

body{
	margin:0;
	padding:0;
	background-color:#000000;
	color:#818382;
	font-size:13px;
	font-family:arial;
}
h1{
	color:#45b1e2;
	font-size:20px;
}
.input{
	font-family:arial;
	font-size:12px;
}
#wrapper{
	width:1159px;
	height:729px;
	margin:20px auto;
}
hr.clear{
	visibility:hidden;
	height:0;
	clear:both;
	padding:0;
	margin:0;
	line-height:0;
	border:0;
}

/** MENU **/
#top-menu{
	padding:77px 0 40px 0;
}
#top-menu ul{
	list-style:none;
	margin:0 0 0 14px;
	padding:0;
}
#top-menu ul li{
	list-style:none;
	margin:0;
	padding:0 12px;
	color:#FFFFFF;
	border-right:1px solid #FFFFFF;
	font-size:12px;
	line-height:30px;
	float:left;
}
#top-menu ul li.noborder{
	border:0;
}
#top-menu ul li a,
#top-menu ul li a:link,
#top-menu ul li a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-size:20px;
	letter-spacing:0.2em;
	font-family:Arial, Helvetica, sans-serif;
}
#top-menu ul li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/** HOME PAGE **/
#page-home{
	width:1159px;
	height:729px;
	background:url(../images/home-bg.jpg) no-repeat;
}
#page-home #top-logo{
	float:left;
	margin:20px;
}
#page-home #top-menu{
	float:right;
	margin-right:220px;
}
/* ABOUT PAGE */
#page-about{
	width:1159px;
	min-height:729px;
	background:url(../images/specials-bottom.gif) repeat-y;
}
#page-about .left{
	width:455px;
	height:729px;
	float:left;
	background:url(../images/aboutus-left.jpg) no-repeat;
}
#page-about .right{
	width:704px;
	/*height:729px;*/
	float:right;
	background:url(../images/aboutus-right.jpg) no-repeat;
}
/* SPECIALS PAGE */
#page-specials{
	width:1158px;
	min-height:729px;
	background:url(../images/specials-bottom.gif) repeat-y;
}
#page-specials .left{
	width:454px;
	height:729px;
	float:left;
	background:url(../images/specials-left.jpg) no-repeat;
}
#page-specials .right{
	width:704px;
	/*height:729px;*/
	float:right;
	background:url(../images/aboutus-right.jpg) no-repeat;
}
/* CONTACT PAGE */
#page-contact{
	width:1158px;
	height:729px;
}
#page-contact .left{
	width:454px;
	height:729px;
	float:left;
	background:url(../images/contact-left.jpg) no-repeat;
}
#page-contact .right{
	width:704px;
	height:729px;
	float:right;
	background:url(../images/aboutus-right.jpg) no-repeat;
}
/* SAMPLES PAGE */
#page-samples{
	width:1158px;
	height:729px;
	background:url(../images/samples-bg.jpg) no-repeat;
}
#page-samples #top-logo{
	float:left;
	position:relative;
	z-index:40;
	margin:20px 0 0 40px;
}
#page-samples .menu-holder{
	float:right;
	width:820px;
	height:200px;
	background:url(../images/samples-menubg.jpg) no-repeat 0 62px;
}
#page-samples #top-menu{
	margin-left:122px;
}
#page-samples #samples-wrapper{
 	width:1026px;
	margin:0 auto;
	clear:both;
}
#page-samples #samples-menu{
	width:1026px;
	height:45px;
	float:left;
	position:relative;
	z-index:20;
	margin-top:-30px;
	background-image:url(../images/samples-innermenu-bg.jpg);
}

#page-samples #samples-menu ul{
	list-style:none;
	margin:11px 118px 0 0;
	padding:0;
	float:right;
}
#page-samples #samples-menu ul li{
	list-style:none;
	margin:0;
	padding:0 12px;
	color:#FFFFFF;
	border-right:1px solid #FFFFFF;
	font-size:11px;
	line-height:22px;
	float:left;
}
#page-samples #samples-menu ul li.noborder{
	border:0;
}
#page-samples #samples-menu ul li a,
#page-samples #samples-menu ul li a:link,
#page-samples #samples-menu ul li a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
}
#page-samples #samples-menu ul li a:hover,
#page-samples #samples-menu ul li a.current{
	color:#FFFFFF;
	text-decoration:underline;
}

#page-samples #samples-holder{
	width:1026px;
	height:455px;
	float:left;
	clear:left;
	background-image:url(../images/samples-innerbg.jpg);
}
.samples-pic-menu td{
	width:46px;
	border:2px solid #FFFFFF;
}
.samples-pic-menu td a,
.samples-pic-menu td a:link,
.samples-pic-menu td a:visited{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:46px;
	text-align:center;
}
.samples-pic-menu td a:hover{
	text-decoration:underline;
}
.samples-pic-menu td a.current{
	text-decoration:underline;
	font-weight:bold;
	width:45px;
}
.samples-download{
	text-align:center;
}
.samples-download a,
.samples-download a.link,
.samples-download a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
