@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;

}
fieldset,img { 
	border:none;
}
/* CLEAR FIX */
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* ----|| GLOBAL/DEFAULT ||---- */
/* Note: Modernizr creates the HTML5 elements we need */

* { margin:0; padding:0; }
article, aside, figure, footer, header, hgroup, nav, section { display:block; }
h2{ font-size:18px; font-weight:normal; line-height:20px; vertical-align:baseline; }
h1, h3, h4, h5, h6 { font-size:14px; font-weight:normal; line-height:20px; vertical-align:baseline; }
p, dl, address, pre { padding-bottom:14px; }
ul, ol { padding:10px 0; }
li { padding-bottom:0px; }
ul ul, ol ol { padding:10px 0 0 14px; }
ul ul li:last-child, ol ol li:last-child { padding-bottom:0; }
q:before { content:""; }
q:after { content:""; }
strike, del { color:#8b8b8b; }
.amp { font-family:"Adobe Caslon Pro", "Adobe Garamond Pro", Baskerville, serif; line-height:70%; vertical-align:baseline; }

body { font-family:franklin-gothic-urw, sans-serif; font-size:16px; line-height:21px; color:#4b4b4b; background-color:#ebebeb; }

a { color:#398fb7; text-deoration:none;}
a:visited { color:#398fb7; }
a:hover, a:visited { color:#ef6639; }


#container{
	width:100%;
	}

#header_wrap{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#header{
margin-bottom: 0px;
padding: 0;}

.identity {
		background: -moz-linear-gradient(center top , #005679 20%, #00adee 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0% 20%, 0% 100%, from(#005679), to(#00adee));
	background-image: -ms-linear-gradient(top, #005679, #00adee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005679', endColorstr='#00adee'); 
	margin-bottom: 1px;
	overflow: hidden;
	padding: 0 0 10px;
}

#header-logo{
	width:226px;
	height:100px;
	background-color:#CCCCCC;
	float:left;
	clear:none;
	margin-top:10px;
}

#header-contact{
	width:420px;
	padding:10px;
	float:left;
	clear:none;
	margin-top:-50px;
	position:absolute;
	margin-left:250px;
	font-style: italic;
	background-color:#FF4900;
	color:#fff;
	-webkit-transition:all ease-in-out 500ms;
	-moz-transition:all ease-in-out 500ms;
}

.search-form {
	float:right;
	margin-top:10px;
}
.search-form input {
	border: 0 none;
	border-radius: 100px 100px 100px 100px;
	color: #1B1B1B;
	display: block;
	font-family: franklin-gothic-urw,sans-serif;
	font-size: 16px;
	height: 35px;
	line-height: 16px;
	opacity: 0.5;
	padding: 0 15px;
	width: 100px;
	transition: all 250ms ease-in 0s;
	-moz-transition: all 250ms ease-in 0s; /* Firefox 4 */
	-webkit-transition: all 250ms ease-in 0s; /* Safari and Chrome */
	-o-transition: all 250ms ease-in 0s; /* Opera */
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: 110px 10px;
}
.search-form input:focus {
    box-shadow: 0 0 5px #000000;
    opacity: 1;
    outline: 0 none;
	width: 270px;
	background-position: 280px 10px;
}
.clear {
    clear: both !important;
    display: block !important;
    height: 0 !important;
    overflow: hidden !important;
}

.id-sep {
display: block;
height: 1px;
border: 0;
border-top: 2px solid 
#1B1B1B;
border-bottom: 1px dotted 
#1B1B1B;
background-color: 
white;
}

.frame {
    margin: 0 auto;
    position: relative;
    width: 1091px;
}

.header-content {
    padding: 0;
    position: relative;
}

#products{
	float:left;
	margin-top:70px;
	margin-left:15px;
	font-size:18px;
	height:40px;
	line-height:40px;
	width:120px;
	font-weight:bold;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#D6E4E1;
	padding-left:10px;}

#products a{
	font-weight:bold;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#D6E4E1;
	float:left;
}

#products a:hover{
	text-decoration:underline;
	cursor:pointer;
	color:#fff;
}
	
#products:hover{
	text-decoration:underline;
	cursor:pointer;
	color:#fff;}

#news{
	float:right;
	margin-top:80px;
	right:125px;
	font-size:16px;
	height:40px;
	line-height:20px;
	width:180px;
	font-weight:bold;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#D6E4E1;
	padding-left:10px;
	position:absolute;}

#news a{
	font-weight:bold;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#D6E4E1;
	float:left;
}

#news a:hover{
	text-decoration:underline;
	cursor:pointer;
	color:#fff;}
	
#news:hover{
	text-decoration:underline;
	cursor:pointer;
	color:#fff;}
	
	
.inactive{
	background-image:url(../images/article_down.png);
	background-repeat: no-repeat;
	background-position: 95px 13px;
	
}

.active{
	background-image:url(../images/article_up.png);
	background-repeat: no-repeat;
	background-position: 95px 13px;
	text-decoration:underline;
	color:#fff!important;
	}	

.next{

	}	

.next2{

	}	

.next3{

	}

.content_head{height:0px; margin-top:0px; text-align:center; -webkit-transition:height ease-in-out 250ms; -moz-transition:height ease-in-out 250ms;}
.menu-select { display:none; position:absolute; right:0; top:36px; font-family:franklin-gothic-urw, sans-serif; font-size:16px; line-height:20px; }
.main-nav2 { display:block; margin-bottom:0; padding:0; border-bottom:0 dotted #1b1b1b; -webkit-transition:height ease-in-out 250ms; -moz-transition:height ease-in-out 250ms; }
.main-nav { display:block; margin-bottom:0; padding:0; border-bottom:0 dotted #1b1b1b; -webkit-transition:height ease-in-out 250ms; -moz-transition:height ease-in-out 250ms;}
.main-nav-list { display:block; padding:0; list-style:none; }
.main-nav-item { display:inline; width:auto; height:0px; margin:0px 0 0px 0; padding:0 0 0 3px; position:relative; float:left; background:url("images/main-nav-border.png") left top repeat-y; -webkit-transition:height ease-in-out 250ms; -moz-transition:height ease-in-out 250ms; }
.main-nav-item:first-child { background-image:none; }
.main-nav-item:hover, .main-nav-item:focus, .current-menu-ancestor, .current-menu-item { margin:-12px -4px -10px -1px; padding:11px 3px 9px 3px; border:1px solid #fff; background-image:none; background-color:#398fb7; z-index:100; }
.current-menu-ancestor .current-menu-item { display:inline; margin:0; padding:0; border:0; background-color:transparent; }

.main-nav-item-stack { height:33px; position:absolute; bottom:0; background-image:none;  }
.main-nav-services:hover, .main-nav-services:focus, .main-nav-services.current-menu-ancestor, .main-nav-services.current-menu-item { background-color:#ef6639; }
.main-nav-about:hover, .main-nav-about:focus, .main-nav-about.current-menu-ancestor, .main-nav-about.current-menu-item  { background-color:#FF4900; }
.main-nav-new-here:hover, .main-nav-new-here:focus, .main-nav-new-here.current-menu-ancestor, .main-nav-new-here.current-menu-item  { background-color:#FF4900; }
.main-nav-contact:hover, .main-nav-contact:focus, .main-nav-contact.current-menu-ancestor, .main-nav-contact.current-menu-item  { background-color:#FF4900; }
.main-nav-advertising:hover, .main-nav-advertising:focus, .main-nav-advertising.current-menu-ancestor, .main-nav-advertising.current-menu-item  { background-color:#bed847; }
.main-nav-item:hover a, .main-nav-item:focus a, .current-menu-ancestor a { color:#fff; }
.main-nav-item:hover + .main-nav-item, .current-menu-ancestor + .main-nav-item { background-image:none; }

.main-nav-link { display:block; width:auto; padding:13px 18px 15px 18px; float:left; font-family:Segoe UI; font-weight:bold; font-weight:700; font-size:20px; letter-spacing:0; line-height:20px; text-align:center; text-decoration:none; color:#1b1b1b; }
.main-nav-link:visited { color:#1b1b1b; }
.main-nav-link:hover, .main-nav-link:focus { text-decoration:underline; color:#fff; }
.current-menu-ancestor .main-nav-link { color:#fff; }
.current-menu-item .main-nav-link { color:#fff; }

.main-nav-products a, .main-nav-services a { font-family:franklin-gothic-urw, sans-serif; font-weight:bold; font-weight:700; letter-spacing:1px; }
.main-nav-products .subtab a, .main-nav-services .subtab a { font-weight:normal; }
.main-nav-new-here a { padding-top:20px; font-family:franklin-gothic-ext-comp-urw, franklin-gothic-comp-urw, franklin-gothic-urw, sans-serif; font-size:34px; font-weight:bold; font-weight:700; }

.tab-alt { width:48px; margin:5px 0 4px 0; padding:0 0 0 3px; }
.tab-alt.current-menu-item { margin:-7px -4px -6px -1px; padding:11px 3px 9px 3px; }
.tab-alt a { text-indent:-109px; -webkit-transform-origin:left top; -webkit-transform:rotate(-90deg); -moz-transform-origin:left top; -moz-transform:rotate(-90deg); -o-transform-origin:left top; -o-transform:rotate(-90deg); -ms-transform-origin:left top; -ms-transform:rotate(-90deg); }
.main-nav-about a { text-indent:-98px; }
.current-menu-ancestor, .current-menu-item { }

.menu-item-12772 a{font-family: franklin-gothic-urw,sans-serif; font-weight: 700; letter-spacing: 1px;}
.menu-item-12772 .submenu a{ font-weight:inherit; letter-spacing:inherit;}
.menu-item-12772.current-menu-item {background-color:#DD5820;}

/* Set up the @media query transitions */
.main-nav-about a, .main-nav-new-here a, .menu-item-9595 a { /*-webkit-transition:-webkit-transform ease-in-out 250ms;*/ }

.submenu { display:block; width:auto; margin:-10px 18px 10px 18px; padding:0; float:left; clear:left; line-height:16px; list-style:none; }
.subtab { display:inline; padding:0; float:left; font-size:13px; line-height:16px; color:#4b4b4b; }
.subtab:after { content:"\00A0•\00A0"; }
.subtab:last-child:after { content:""; }
.subtab a { display:block; width:auto; float:left; font-family:franklin-gothic-urw, sans-serif; font-size:13px; letter-spacing:0; line-height:16px; text-decoration:none; text-transform:none; color:#1b1b1b; }
.subtab a:visited { color:#1b1b1b; }
.subtab a:hover, .subtab a:focus { text-decoration:underline; }
.main-nav-item:hover .subtab, .main-nav-item:focus .subtab, .current-menu-ancestor .subtab, .current-menu-item .subtab { color:#fff; }
.main-nav-item:hover .subtab a, .main-nav-item:focus .subtab a, .current-menu-ancestor .subtab a, .current-menu-item .subtab a { color:#fff; }



.subheader {
	background-color: #ebebeb;
	border-radius: 0 0 5px 5px;
	border-top: 3px double #1B1B1B;
	position: relative;
	height:250px;
	z-index:500;
	text-align:center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg2.png);
	background-repeat: repeat-x;
	
}

.subheader #name_tag2{
	margin-top:100px;
	margin-left:-5px;
	width:0px;
	text-align:center;
	padding:10px;
	height:auto;
	background-color:#FF4900;
	color:#fff;
	-webkit-transition:all ease-in-out 1000ms;
	 -moz-transition:all ease-in-out 1000ms;
	 min-height:21px;
	}
	
.subheader #name_tag{
	margin-top:100px;
	margin-left:-250px;
	width:250px;
	text-align:center;
	padding:10px;
	max-height:42px;
	background-color:#FF4900;
	color:#fff;
	-webkit-transition:all ease-in-out 500ms;
	 -moz-transition:all ease-in-out 500ms;
	}
.subheader #name_txt{
z-index:1000;
	}
.subheader #name_txt2{
z-index:1000;
	}
#main_stream{
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	background-color:#ebebeb;
	color: #000;
}

#content{
	width:100%;
	float:left;
	background:#ebebeb;
	margin-top: -100px;
	-webkit-transition:all ease-in-out 250ms; -moz-transition:all ease-in-out 250ms;
	}
	
#left_side{
	width:66%;
	float:left;
	}

#rect300{
	width:
	background:#FFFFFF;}
	
#right_side{
	width:34%;
	float:right;}



#col1
{
	float: left;
	width: 256px;
	color: #333;
	text-shadow: 0 1px 0 #000;
	font-size:12px;
	height:270px;
}

#col6
{
	float: left;
	width: 222px;
	color: #333;
	text-shadow: 0 1px 0 #000;
	font-size:12px;
	height:320px;
}

#img_cont1{
	width:100%;
	margin-top:2px;
	margin-bottom:2px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	}
#col2
{
	float: left;
	width: 345px;
	color: #333;
	text-shadow: 0 1px 0 #666;
	font-size:12px;
	height:270px;
}

#col4
{
	float: left;
	width: 300px;
	color: #333;
	text-shadow: 0 1px 0 #666;
	font-size:12px;
	height:235px;
}

#col5
{
	float: left;
	width: 300px;
	color: #333;
	text-shadow: 0 1px 0 #666;
	font-size:12px;
	height:235px;
}

#img_cont2{
	width:100%;
	margin-top:2px;
	margin-bottom:2px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	}

#description{
	padding-left:10px;
	padding-right:10px;
	background-color:#000;
	color:#fff;
	font-size:16px;}

#description2{
	padding-left:10px;
	padding-right:10px;
	background-color:#000;
	color:#fff;
	font-size:15px;}
	
#description a,
#description2 a
{
	color:#fff;
	}

#col2:hover #description a,
#col2:hover #description2 a,{
	color:#999;
	}
#col3
{
	float: left;
	width: 20%;
	margin-left: 3%;
	background-color: #bbb;
	margin-bottom: 10px;
}

.imgshadow2 { /* Better style on light background */
	background:#FFFFFF;
	padding:1px;
	border:1px solid #CCCCCC;
	-moz-box-shadow:0px 0px 2px #666666;
	-webkit-box-shadow:0px 0px 2px #666666;
	box-shadow:0px 0px 2px #666666;
	margin-right:3px;
	text-align:center;
}

#col1:hover .imgshadow2{
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;}

#col1:hover{
		color: #017CC5;
	text-shadow: 0 1px 0 #0099FF;
	font-size:12px;}

#col2:hover .imgshadow2{
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;}

#col2:hover{
		color: #017CC5;
	text-shadow: 0 1px 0 #0099FF;
	font-size:12px;}

#footer{
	width:100%;
	background:-moz-linear-gradient(center top , #474A50, #0F161A) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0% 00%, 0% 100%, from(#474A50), to(#0F161A));
	background-image: -ms-linear-gradient(top, #474A50, #0F161A);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474A50', endColorstr='#0F161A'); 
	float:left;
	margin-top:20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #fff;
	-webkit-transition:all ease-in-out 250ms; -moz-transition:all ease-in-out 250ms;
	min-height:300px;
	max-height:630px;
}

#row2{
	width:100%;
	clear:both;}

#row1{
	width:100%;
	clear:both;
	min-height:150px;
	max-height:300px;}
#footer #col_3{
	width:10%;
	margin-left:1%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
	float:left;
	clear:none;
	font-family:Segoe UI;
	min-width:134px;
	min-height:150px;
	max-height:300px
}

#footer h2,
#footer h2 a{
	color: #FFf;
	margin-bottom:20px;
	margin-top:10px;

}

#footer h2:hover,
#footer h3:hover{
	text-decoration:underline;
}

#footer h3,
#footer h3 a{
	color: #FF4900;
	font-size:16px;
	
}

#footer h4{
	color: #CCC;
	font-size:14px;
	float:left;
	margin-top:20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right:10px;
	padding-left:10px;
}

#footer h4 a{
	color: #CCC;}
	
#footer h4 a:hover{
	text-decoration:underline;}
	
#credits{
	width:800px;
	text-align:center;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	opacity:0.5;
	}


/* PRODUCTS */

#product_content{
	width:100%;
	min-height:200px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background:#ebebeb;
	margin-top:-140px;
	margin-left:-2000px;
	-webkit-transition:all ease-in-out 250ms;
	-moz-transition:all ease-in-out 250ms;
	float:left;
	margin-bottom:40px;
	}

#bigpic{
	text-align:center;
	max-width:600px;
	max-height:600px;
	margin-right:auto;
	margin-left:auto;
	}

#bigtitle{
	max-width:400px;
	max-height:600px;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	color:}

#smalltitle{
	margin-top:35px;
	max-width:300px;
	max-height:600px;
	margin-right:auto;
	margin-left:auto;
	color:#fff;
	background-color:#FF4900;
	float:right;
	margin-right:100px;
	padding: 10px;
	text-transform: none;
}

#bigdescription{
	margin-top:40px;
		max-width:800px;
	max-height:10000px;
	margin-right:auto;
	margin-left:auto;
	color:}
	
#bigdescription ul{
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	background-color: #005679;
	text-align: left;
	color:#fff;
	padding:20px;
}

#bigdescription ul li{
	margin-top:5px;
	margin-bottom:5px;}
	
#box1{
	float:left;
	clear:none;
	width:300px;
	background-color:#ccc;
	margin-top:20px;
	margin-left:150px;
	font-size:20px;
	font-style:normal;
	color:#666;
	padding:20px;
	font-weight: bold;
}

#box2{
	float:right;
	clear:none;
	width:300px;
	background-color:#ccc;
	margin-top:20px;
	margin-right:150px;
	color:#666;}

#box3{
	clear:none;
	width:800px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#666;}

#test{
	clear:none;
	width:740px;
	height:640px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;}
	
#tag{
width:200px;
background-color:#00ADEE;
color:#fff;	
	}
td{
	width:150px;
	border-bottom:1px solid #fff;}
/* General Demo Style */
a{
	color: #555;
	text-decoration: none;
}
a:hover{
	color: #000;
}
.clr{
	clear: both;
}
.wrapper{
	position: relative;
	width: 100%;
}

.wrapper2{
	position: relative;
	width: 100%;
	margin-top:30px;
	text-align:center;
}
.wrapper p{
	clear: both;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
.reference{
	padding-top: 40px;
}
h1{
	font-size: 34px;
	position:relative;
	color: #000;
	font-weight: 400;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
	padding: 20px;
	z-index:1000;
	text-align: center;
	line-height:34px;
	text-transform: capitalize;
}
h1 span{
	font-family: 'Playfair Display', serif;
	font-style: italic;
	text-transform: none;
	font-size: 20px;
}
/* Header Style */
.header{
	font-family:"Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 3px 5px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
}
.header a{
	line-height: 18px;
	padding: 0 4px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;
	color: #ddd;
}
.header a:hover{
	color: #fff;
}
.header a span{
	font-weight: bold;
}
.header span.right{
	float: right;
}

.text_paragraph{
	min-width:400px;
	max-width:600px;
	clear:none;
	padding:10px;
	color:#474A50;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
}

.text_left
		{float:left;
		font-family:Verdana, Geneva, sans-serif;
		color:#474A50;}
		
.text_right
		{float:right;}

#seperator{
	text-align: left;
	margin-bottom: 40px;
	background: url(../images/div-line.png) repeat-x center center;
	float:left;
	width:100%;
	height:3px;}
@media screen and (max-width: 1280px) {
	#footer #col_3{
min-width:104px;
}

#footer h2,
#footer h2 a{
font-size:13px;
}

#footer h3,
#footer h3 a{
font-size:13px;
}
	}		
@media screen and (max-width: 1210px) {
.subheader #name_txt{
z-index:1000;
margin-top:-200px;
display:inline-block;
text-align:left;
float:left;
	}
}


@media screen and (max-width: 1100px) {
	.frame{
		width:960px;
		}
	#news{
		right:0px;
		}
	#col2{
		width:300px;}
	#col1{
		width:222px;
		height:290px;}
	.header a{
		display: block;
		text-align: center;
		font-size: 10px;
		text-shadow: none;
	}
	.header span.right{
		float: none;
	}
.subheader #name_txt{
z-index:1000;
margin-top:-200px;
display:inline-block;
text-align:left;
float:left;
	}
#footer #col_3{
min-width:94px;
}

#footer h2,
#footer h2 a{
font-size:12px;
}

#footer h3,
#footer h3 a{
font-size:12px;
}
#filter{
	margin-top:-30px!important;
	}
#containersmall{
	margin-top:40px!important;}
.search-form input:focus {
	width: 150px;
}

#box1{
	margin-left:80px;}
}

@media screen and (max-width: 1026px) {
	.frame{
		width:960px;
		}
	#news{
		right:0px;
		}
	#col2{
		width:300px;}
	#col1{
		width:222px;
		height:290px;}
	.header a{
		display: block;
		text-align: center;
		font-size: 10px;
		text-shadow: none;
	}
	.header span.right{
		float: none;
	}
.subheader #name_txt,
.subheader #name_txt2{
z-index:1000;
margin-top:-200px;
display:inline-block;
text-align:left;
float:left;
	}
#footer #col_3{
min-width:94px;
}

#footer h2,
#footer h2 a{
font-size:11px;
}

#footer h3,
#footer h3 a{
font-size:11px;
}
}

@media screen and (max-width: 860px) {
	.header a{
		display: block;
		text-align: center;
		font-size: 10px;
		text-shadow: none;
	}
	.header span.right{
		float: none;
	}
}
