﻿html {
       overflow-y: scroll;
}
body {
	margin: 0;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #444444;
	background: #666666;
	}
#wrap {
	background-color: #66666;
    box-shadow: 0 0 6px 1px #000000;
    height: auto;
    margin: 0 auto;
    width: 980px;
}
a:link, a:visited { color: #1A00FF; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #1A00FF; text-decoration: none; font-weight: bold; }
h1 {
	margin:0px 0px 10px 0px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 18px;
	color:#05cce1;
}
h2 {
	margin:0px 0px 10px 0px;
	font-weight: bold;
	font-size: 14px;
	color:#fff;
	height: 26px;
	width: 366px;
	padding-top: 3px;
	padding-left: 25px;
	background: url("../images/h2.jpg") no-repeat;
}
h3 { font-size: 24px; margin: 0 0 20px; padding: 0; }
h6 { font-size: 12px; margin: 0 0 5px; padding: 0; }

#container {
	margin: auto;
	width: 980px;
}
#header {
	margin: auto;
	width: 980px;
	height: 171px;
	color: #fff;
	background: url("../images/header.jpg") repeat-x;
	position:relative;
}
.header_twitter {
	position:absolute;
	cursor:default;
	right:118px;
	top:30px;
	cursor:pointer;
}
.header_youtube {
	position:absolute;
	cursor:default;
	right:75px;
	top:30px;
	cursor:pointer;
}

.header_ebay {
	position:absolute;
	cursor:default;
	right:35px;
	top:30px;
	cursor:pointer;
}


.header_facebook {
	position:absolute;
	cursor:default;
	right:163px;
	top:30px;
	cursor:pointer;
}

.header_logo {
	position:absolute;
	cursor:default;
	left:118px;
	top: 10px;
	cursor:pointer;
}

#header_upper {
	float: left;
	padding-left: 100px ;
	padding-top: 50px;
	width: 500px;
	height: 40px;
	line-height: normal;
	font-size: 24px;
	font-weight: bold;
}
#header_lower {
	float: left;
	padding-left: 100px ;
	width: 300px;
	height: 50px;
	
}
#header_lower span {
	font-weight: bold;
}
.menu {
	margin: auto;
	width: 980px;
	height: 49px;
	background: url("../images/menu.jpg") no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.menu ul {
	margin: 0px;
	list-style: none;
	padding-left: 100px;
}
.menu li {
	display: inline;
}
.menu li a{
	float: left;
	padding: 10px 0px;
	width: 110px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.menu li a:hover, .menu li .current{
	color: #000;
	background: url("../images/hover.jpg") no-repeat;
}
#content {
	float: left;
	width: 980px;
	background: url("../images/pg_bg.jpg") repeat-y;
}

#gallery {
	float: none;
	width: 700px;
	margin-left: 110px;
}



/* contact */
#main {
	width: 920px;
	margin: 0 auto;
	padding: 10px 20px 0 20px;
}
.col_3 { width: 300px }
.col_12 { width: 450px }
.col_13 { width: 600px }
.col_ful { width: 900px; margin-left:10px}
.float_l { 
	float: left; 
}
.float_r { 
	float: right; 
}
.cleaner { clear: both }
.h10 { height: 10px }
.h40 { height: 40px }
#contact_form { 
	padding: 0; 
	width: 410px; 
	margin-bottom: 40px; 
}

#contact_form form { 
	margin: 0px; 
	padding: 0px; 
}

#contact_form form .input_field { 
	width: 270px; 
	padding: 5px; 
	background: #e7e7e0; 
	border: 1px solid #c8c8bd; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form label { 
	display: block; 
	width: 300px; 
	margin-right: 12px; 
	font-size: 13px; 
}

#contact_form form textarea { 
	width: 398px; 
	height: 200px; 
	padding: 5px; 
	color: #333; 
	background: #e7e7e0; 
	border: 1px solid #c8c8bd; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form .submit_btn { 
	padding: 5px 14px; 
	color: #333; 
	background: #e7e7e0; 
	border: 1px solid #c8c8bd;
	font-size:14px; 
	margin: 10px 0px;
}	

/* end contact */


#contact_form2 { 
	padding: 0; 
	width: 800px; 
	margin-bottom: 40px; 
}

#contact_form2 form { 
	margin: 0px; 
	padding: 0px; 
}

#contact_form2 form .input_field { 
	width: 270px; 
	padding: 5px; 
	background: #e7e7e0; 
	border: 1px solid #c8c8bd; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form2 form .input_field2 { 
	width: 120px; 
	float:left;
	padding: 5px; 
	background: #e7e7e0; 
	border: 1px solid #c8c8bd; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}



#contact_form2 form label { 
	display: block; 
	width: 320px; 
	margin-right: 12px; 
	font-size: 13px; 
}

#contact_form2 form textarea { 
	width: 398px; 
	height: 200px; 
	padding: 5px; 
	color: #333; 
	background: #e7e7e0; 
	border: 1px solid #c8c8bd; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form2 form .submit_btn { 
	padding: 5px 14px; 
	color: #333; 
	background: #e7e7e0; 
	border: 1px solid #c8c8bd;
	font-size:14px; 
	margin: 10px 0px;
}	


.column
{
    float: left;
    width: 33%;
    margin-left: 40px;
}
.column2
{
    float: left;
    width: 33%;
    margin-right: 60px;
}

.column3
{
    float: left;
    width: 33%;
    margin-right: 20px;
}

/* end contact2 */


#top {
	width: 980px;
	height: 15px;
}
#left {
	margin: 0px;
	float: left;
	margin-left: 40px;
	width: 600px;
	text-align: justify;
}

#left1 {
	margin: 0px;
	float: left;
	margin-left: 160px;
	width: 600px;
	text-align: justify;
}

#left img {
	float: left;
	padding-right: 10px;
}


#slidefade,
#slideshow {
	height: 340px;
	width:580;
}

#slideshow1 {
	height: 340px;
	width:580;
	}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: #000;
	color: #fff;
}


#right {
	float: right;
	width: 300px;
	height: 340px;
	margin-right: 40px;
	text-align: justify;
}
#right p {
	padding-left: 15px;
	margin-top: 5px;
}

#center {
	width: 900px;
	margin-left: 40px;
	margin-top: 40px;
}


#buttons {
    height: 360px;
}
#boxHolder1 {
    height: 165px;
    margin-top: 10px;
    width: 920px;
    margin-left: 30px;
}
#box1 {
    float: left;
    height: 165px;
    margin-left: 25px;
    position: relative;
    width: 270px;
}
#box2 {
    float: left;
    height: 165px;
    margin-left: 25px;
    position: relative;
    width: 270px;
}
#box3 {
    float: left;
    height: 165px;
    margin-left: 25px;
    position: relative;
    width: 270px;
}
#boxHolder2 {
    height: 165px;
    margin-top: 15px;
    width: 920px;
    margin-left: 30px;
}
#box4 {
    float: left;
    height: 165px;
    margin-left: 25px;
    position: relative;
    width: 270px;
}
#box5 {
    float: left;
    height: 165px;
    margin-left: 25px;
    position: relative;
    width: 270px;
}
#box6 {
    float: left;
    height: 165px;
    margin-left: 25px;
    position: relative;
    width: 270px;
}


#footer {
	float: left;
	width: 980px;
	height: 32px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 20px;
	background: url("../images/footer.jpg") no-repeat;
}







nav {
		position: relative;
		min-height: 46px;
		margin-bottom: 20px;
		width: 100%;
	}	
	nav ul {
		width: 260px;
		padding: 0;
		position: absolute;
		left: 50%;
		margin-left: -130px;
		top: 0;
		z-index: 9999;
		border: 1px solid #1e5486;
		background: #255a8c;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
		        border-radius: 3px;
		-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2), inset 0 0 2px 0 rgba(255,255,255,0.2);
		   -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2), inset 0 0 2px 0 rgba(255,255,255,0.2);
	        	box-shadow: 0 0 5px 0 rgba(0,0,0,.2), inset 0 0 2px 0 rgba(255,255,255,0.2);
	}
	nav li {
		display: none; /* hide all <li> items */
		margin: 0;
	}
	nav li a  { border: none!important; text-shadow: 1px 1px 0 rgba(0,0,0,0.3); }
	nav li a:hover  { text-decoration: underline; }
	nav .active {
		display: block; /* show only current <li> item */
	}
	nav a {
		display: block;
		padding: 10px 20px;
		text-align: center;
		font-size: 12px;
	}
	nav .active a {
		background: none;
		color: #fff;
		position: relative;
	}
	nav .active a:after  {
		font-family: flexslider-icon;
		content: '\f005';
		font-size: 13px;
		position: absolute;
		right: 10px;
		top: 10px;
	}

	/* on nav hover */
	nav ul:hover {
		background: #32679a;
	}
	nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	nav ul:hover .active {
		border: 1px solid #1e5486!important;
		background: #255a8c;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	}
	nav ul:hover .active a:after  {
		display: none;
	}
  
}


