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

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;
	background-color:#000000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Page Layout */

#page {
	margin:0 auto;
	background:url(../images/middle.jpg) repeat-y top;
	width:1200px;
}
#top {
	padding:0 120px;
	background:url(../images/top.jpg) no-repeat top;
	width:960px;
	height:450px;
}
#bottom {
	padding:20px 120px 380px 340px;
	background:url(../images/bottom.jpg) no-repeat bottom;
	width:740px;
}
#footer {
	height:30px;
	width:700px;
	padding:0 20px;
	display:block;
	clear:both;
	text-align:right;
	color:#CCCCCC;
	font-size:10px;
	line-height:22px;
	font-family:Tahoma, Verdana, sans-serif;
}
#sidebar {
	float:left;
	width:180px;
	display:block;
	padding:0 20px;
	margin-bottom:20px;
	background:url(../images/sidebar.jpg) repeat-y;
}
#header {
	width:700px;
	height:240px;
	padding:20px;
	float:right;
	overflow:hidden;
}
#content {
	width:480px;
	padding:0 20px;
	float:right;
	margin-bottom:20px;
	min-height:330px;
}
#content.full {
	width:700px;
	float:none;
}
#content.noheader {
	width:700px;
	float:none;
	margin-top:-270px;
}
#sidebar.hide {
	display:none;
}
#header.hide {
	display:none;
}
#logo {
	width:420px;
	height:180px;
}
/* Menu */

#menu {
	width:220px;
	height:250px;
}
#menu li {
	width:220px;
	height:50px;
	display:block;
	background:url(../images/menu.jpg) no-repeat -220px -0px;
}
#menu li.first {
	background:url(../images/menu.jpg) no-repeat -000px -000px;
}
#menu li.last {
	background:url(../images/menu.jpg) no-repeat -440px -000px;
}
#menu li:hover {
	background:url(../images/menu.jpg) no-repeat -220px -050px;
}
#menu li.first:hover {
	background:url(../images/menu.jpg) no-repeat -000px -050px;
}
#menu li.last:hover {
	background:url(../images/menu.jpg) no-repeat -440px -050px;
}
#menu li.active {
	background:url(../images/menu.jpg) no-repeat -220px -100px;
}
#menu li.first.active {
	background:url(../images/menu.jpg) no-repeat -000px -100px;
}
#menu li.last.active {
	background:url(../images/menu.jpg) no-repeat -440px -100px;
}
#menu li a {
	line-height:50px;
	width:200px;
	padding-left:20px;
	height:50px;
	display:block;
	font-size:16px;
	color:#575757;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#menu li a:hover {
	color:#0b9003;
}
#menu li.active a {
	color:#FFFFFF;
	font-weight:bold;
}

#social { float:left; padding:20px 0 0 20px; }
.facebook { border-radius:4px; margin:0 3px 0 0; }

.gallery {
	border:#CCCCCC 1px solid;
	padding:2px;
	margin:5px 1px 5px 0;
}
.gallery:hover {
	border:#FF9900 1px solid;
}
.supplier {
	width:220px;
	display:block;
	margin:10px 13px 10px 0;
	min-height:280px;
	float:left;
	text-align:center;
}
.supplier p {
	font-size:12px;
}

a { color:#3399FF; text-decoration:none; }
a:hover { color:#FF6600; }



/* Elements */

h1 {
	width:520px;
	height:50px;
	float:right;
	clear:right;
	text-align:center;
	line-height:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:normal;
	color:#FFFFFF;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0b9003;
	font-size:24px;
	font-weight:normal;
	margin-bottom:14px;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:16px;
	font-weight:normal;
	margin:15px 0;
}
#content ul { margin: 10px 0 0 0; }
#content li {
	font-size:14px;
	line-height:20px;
	margin:0 0 5px 15px;
	width:80%;
	color:#575757;
	padding-left:25px;
	background:url(../images/bullet.jpg) no-repeat top left;
}
p {
	color:#575757;
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
}

p.testimonial {
font-style:italic;
margin:16px 0 14px 0;
}

/* Lightbox */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

