@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,fieldset,input,textarea,p,blockquote,th,td 
{ 
	margin:0;
	padding:0;
}
a, a:hover, a:visited
{
    text-decoration: none;
}
html,body 
{
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding:0;
}
table 
{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img 
{ 
	border:0;
}
input
{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var 
{
	font-style:normal;
	font-weight:normal;
}
ol,ul 
{
	list-style:none;
}
caption,th
{
	text-align:left;
}
h1,h2,h3,h4,h5,h6 
{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after 
{
	content:'';
}
abbr,acronym 
{ 
	border:0;
}
body
{
	font-family: 'Open Sans', sans-serif;
	background: #000033;
}
#wrapper
{
	width:990px;
	margin:0 auto;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	background: #FFF;
}
#header
{
	width:100%;
}
#header h1
{
	margin-top:20px;
	font-size:28px;
	width:150px;
	line-height:20px;
	color:#006;
}
#header h1 span
{
	font-size:24px;
	float:right;
	font-weight:normal;
	color:#000;
}
#header h2
{
	font-style:italic;
	color:#797979;
	font-weight:normal;
	font-size:16px;
	float:right;
	padding-top:15px;
	margin-right: 30px;
}
#header img
{
	height:	139px;
	float: left;
	margin: 0;
}

#navigation ul
{
	width: 710px;
	padding-top:2px;
	padding-bottom:5px;
	background: -webkit-gradient(linear, center top, center bottom, from(#2a6491), to(#15125b));
    background-image: linear-gradient(#2a6491, #15125b);
    border-radius: 2px;
    box-shadow: 0px 0px 4px 2px rgba(0,0,128,0.4);
    position: relative;
	float:	left;
	margin-top: 29px;
	margin-left: 20px;
	background-image: url('../images/navbg.gif');
	background-repeat: repeat-x;
	z-index: 100;
}
#navigation li
{
	float:left;
	display:inline;
}
#navigation li a 
{
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 6px 10px;
    margin: 8px 0px;
    vertical-align: middle;
    text-decoration: none;
}
#navigation ul li:first-child{
	margin-left: 30px;
}
#navigation li a:hover {
	color: #222;
    background: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#fff));
    background-image: linear-gradient(#ededed, #fff);
    border-radius: 8px;
    box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
    color: #222;
}
#navigation li ul.sub-menu {
	display: none;
}
#navigation li:hover ul.sub-menu {
	display: block;
	width: 150px;
	padding-top:2px;
	padding-bottom:5px;
	background: #192064;
    background-image: none;
    border-radius: none;
    box-shadow: none;
    position: absolute;
	margin-top: 6px;
	margin-left: 5px;
}
#navigation li:hover ul.sub-menu li{
	margin-left: 10px !important;
	padding-left: 0 !important;
}
#navigation li:hover ul.sub-menu li a {
	color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
	margin-left: 10px !important;
	padding-left: 0 !important;
}
#navigation li:hover ul.sub-menu li a:hover {
	color: #fff;
    background: none;
    background-image: none;
    border-radius: none;
    box-shadow: none;
	text-decoration: underline;
	margin-left: 10px !important;
	padding-left: 0 !important;
}
#homebutton {
	width: 20px;
    height: 20px;
    position: absolute;
    top: 47px;
    left: 50%;
    margin-left: -237px;
    z-index: 101;
}
#homebutton img {
	height: 20px !important;
	width: 20px !important;
}
#content, #subcontent
{
	padding-top:5px;
	clear: both;
}

#content h1, #subcontent h1
{
	font-size: 17pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #666;
}

#subcontent p
{
	margin-top:	20px;
	font-weight: 300;
	line-height: 20px;
}

#subcontent .ten
{
	margin-top:	10px;
}

#subcontent .five
{
	margin-top:	5px;
}

#subcontent .zero
{
	margin:	0;
}

#leftColumn
{
	float: left;
	width: 250px;
	height: 234px;
}

#leftColumn h1
{
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #000033;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0px 0px 7px;
}

#leftColumn a
{
	font-weight:			normal;
	font-family: 'Open Sans', sans-serif;
	text-decoration:		none;
	width:					240px;
	display:				block;
	color:					#000033;
	text-align:				left;
	font-size:				14px;
	letter-spacing:			0.5px;
	padding:				9px 10px;
	border-bottom-color:	rgb(222,222,222);
	border-bottom-width:	1px;
	border-bottom-style:	solid;
}

#leftColumn a:hover
{
	background:				#183F7D;
	color:					#FFF;
}

#contentBar
{
	position:				absolute;
	top:					375px;
	left:					50%;
	margin-left:			-190px;
	z-index:				20;
	height:					25px;
	width:					655px;
	background-image:		url('../images/backgroundgradient.png');
	text-align:				right;
	padding-top:			5px;
}

#contentBar a
{
	margin-right:			20px;
}

/*slideshow styles*/

.ei-slider-thumbs{
	display: none;
}
.ei-slider-large li{
	position: relative;
}

.ei-slider{
	position: relative;
	width: 710px;
	height: 238px;
	margin: 0 auto;
	float: left;
	margin-bottom: 20px;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	right: 50%;
	margin-right: 13%;
	top: 30%;
	opacity: 0.7;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 30px;
	line-height: 50px;
	font-style: italic;
	color: #fff;
}
.ei-title h3{
	font-size: 40px;
	line-height: 50px;
	color: #fff;
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow:
	0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow:
	0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-o-box-shadow:
	0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-ms-box-shadow:
	0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow:

	0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
}
/*slider teaser*/
#sliderTeaser h5
{
	font-family: 'Open Sans', sans-serif;
	font-size:		12px;
	text-transform:	uppercase;
	color:			#212121;
	letter-spacing:	2px;
	font-weight:	bold;
	padding-bottom: 5px;
}

#sliderTeaser ul li
{
	font-family: 'Open Sans', sans-serif;
	font-size:		11px;
	color:			#212121;
	letter-spacing:	0.5px;
	border-bottom:	1px solid #dedede;
	padding-top:	5px;
	padding-bottom:	5px;
}

/*content stuff*/
.news
{
	float:left;
	margin-left:10px;
	width:40%;
}
.news h2, .details h2, .contact h2
{
	font-size:15px;
	line-height:20px;
	color:#666;
	text-align: left;
	font-weight: bold;
}
.news h3
{
	margin-top:15px;
	color:#333;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}
.news p, .contact p
{
	margin-top:15px;
	color:#797979;
	font-size:14px;
}
.details, .contact
{
	float:left;
	margin-left:40px;
	width:200px;
}
.details ul
{
	margin-top:10px;	
}
.details ul li
{
	font-size:12px;
	color:#797979;
}
.contact
{
	width:250px;
}
#newsletter
{
	float:RIGHT;
	color:#797979;
	font-size:14px;
	width:460px;
	margin-top:40px;
	margin-right:20px;
}
#newsletter input[type="submit"]
{
	background-color:#4e4e4e;
	width:80px;
	margin-left:20px;
	padding:10px;
}
#newsletter input[type="text"]
{
	margin-left:10px;
	width:240px;
	background-color:#4e4e4e;
	padding:10px;
}
#footer
{
	height:40px;
	width: 1020px;
	background-color:#4e4e4e;
	color:#fff;
	margin: 0 auto;
}
#footer p
{
	float:left;
	font-size:12px;
	margin-left:15px;
	margin-top:13px;
}
#footer span
{
	margin-left:		488px;
}

#footer span a
{
	color:				#FFF;
	text-decoration:	none;
	margin:				0px 5px 0px 5px;
}

#footer span a:hover
{
	text-decoration:	underline;
}

.rsswidget
{
	font-size: 13px;
	font-family: 'Open Sans',sans-serif;
	font-weight: bold;
	color: rgb(0, 0, 51);
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0px;
}

.rssSummary
{
	font-size: 12px;
	font-family: 'Open Sans',sans-serif;
	color: rgb(0, 0, 51);
}

/********************************
		4 Columns
********************************/
	.products {	margin-top:10px; display:inline-block; width:200px; padding: 10px; margin-right: 20px; margin-bottom: 0px; font-size:15px; line-height:20px; color:#666; text-align: center; float: left;}
	.products .productHeads { font-weight: bold; }
	.products p { margin-bottom: 0px; }
	.lastProduct { margin-right: 0px; }
	#box { background-color: #4e4e4e; width: 200px; margin-top: 10px; height: 99px; margin: 0 auto; }
	#box p { color:#fff; text-align:center; padding-top: 40px; }
	.productInfo { margin-top:0px; font-size:12px; line-height:20px; color:#979797; margin-bottom:20px; }
	
/********************************
		4 Column buttons
********************************/
	.productbutton { width:200px; padding: 10px; margin-right: 20px; margin-bottom: 20px; float: left;}
	.lastbutton { margin-right: 0px; }
	.productbutton input:hover  { font-weight: bold; border: 1px solid #000; background: #183F7D; color: #fff; }
	
	
	