@charset "utf-8";
@import url('style-reset.css');

/*   

*/

/*-----------------------------------------------*/
/*--------------- SITE STRUCTURE ---------------*/
/*---------------------------------------------*/

body {font-size: 100%; font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif; color: #3C3C3C; background: #f9f9f9 url(images/header_small.jpg) repeat-x}

#body_frontpage {background: #f9f9f9 url(images/header.jpg) repeat-x}

#body_subpage {background: #f9f9f9 url(images/headersub.jpg) repeat-x}

#header_home {width:960px; height:628px; margin: 0 auto 10px; position: relative;}

#header {width:960px; margin: auto; position: relative; height: 110px;}

#header_sub {width:960px; margin: auto; position: relative; height: 460px;}

#container {margin: auto; width: 910px; padding: 25px; font-size: .875em;}

#logo {position:absolute; left: 25px; top: 19px;}

#teaser {padding-top: 10px}

#teaser p {float: left; width: 670px; font-size: 1.2em; font-weight: normal; font-style: italic; padding: 7px 5px}

#left {float: left; width: 570px; margin-bottom: 40px}

#lefttest {float: left; width: 885px; margin-bottom: 40px}

#leftsub {float: left; width: 770px; margin-bottom: 40px}

#right {float: right; width: 300px; margin-bottom: 40px;}

#full_width {
	padding-top: 25px;
}

#footer {clear:both; padding: 12px 0; width: 910px; margin: auto; font-size: .7em; background:url(images/seperator.png) repeat-x top; position: relative}

a.info span {
display: none;
}

a.info:hover {
position: relative;
}

a.info:hover span {
	display: block;
	position: absolute;
	border: thin solid black;
	padding: 12px;
	color: #ffffff;
	width: 400px;
	background-image: url(images/blue.png);
	background-repeat: repeat;


}

.left_box {width: 285px; float: left; margin-right: 24px; margin-bottom: 20px}

.right_box {width: 285px; float: right; margin-bottom: 20px}

.center_box {width: 285px; float: left; margin-bottom: 20px}

.seperator {background:url(images/seperator.png) repeat-x; height:2px; margin: 20px 0; clear: both}

.comments {margin: 0px 0 20px}

.comments ul li {background:#1a2227; border: 1px dotted #fff; padding: 10px 20px; margin:15px 0; color: #eaeaea}

/*-----------------------------------------------*/
/*---------------   TYPOGRAPHY, IMG   ----------*/
/*---------------------------------------------*/

a {color: #156e9b; text-decoration: none}

p {padding: 15px 0; line-height: 1.5em}

strong {font-weight: 700}

.ital {
	font-style: italic;
}

.left_box h3, .right_box h3, .center_box h3 {background:url(images/icon1.png) no-repeat; height: 38px; padding-top: 10px; padding-left: 54px; font-size: 1.4em; font-weight: normal; color: #1c4254}

.right_box h3 {background:url(images/icon3.png) no-repeat}

.center_box h3 {background:url(images/icon2.png) no-repeat}

.left_box p, .right_box p, .center_box p {font-size: .9em; line-height: normal;}

.main_heading span{font-size: 1em;}

h1.main_heading {font-size: 2em; font-weight: normal}

h2 {font-size: 2em;}

h2 a:hover {
	color:#6691FC
}

h2#comments_heading {margin: 20px 0 0}

h3 {font-weight: bold}

h4 {font-weight: bold}

h5 {
	font-size: 1.0em;
	font-weight: 700;
	color: #FFFFFF;
	padding: 12px;
}

h6 {
	font-size: 0.9em;
	font-weight: 500;
	color: #FFFFFF;
	padding: 12px;
}

.h7 {font-size: 1.3em;}

.faqhead {
	font-size: 2em;
	color: #6691F6;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 14px;





}

#right h3 {font-size: 1.2em; font-weight: 700; margin-bottom: 15px;}

.align_left {float: left; margin-right: 10px}

.blog_photo, .blog_photo_single {padding: 10px; background: #fff; border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc; margin-top: 5px}

.blog_photo_single {border-bottom: 1px solid #ccc; margin-bottom: 15px}

.blog_post {padding: 10px; background: #E3EbF6; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc; margin-bottom: 30px}

.blog_post_meta {
	font-weight: 700;
	font-style:italic;
	float: right;
	color: #999;
	background:#fff;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-color: #ccc;
	border-left-color: #ccc;

}

.blog_post p {padding-top: 5px}

.read_more {text-align:right; margin-right: 15px; font-weight: 700; font-style:italic}


/*-----------------------------------------------*/
/*---------------   NAVIGATION   ---------------*/
/*---------------------------------------------*/

/* horizontal menu ---------------*/

#nav{
	float:left;
	list-style-type: none;
	margin: 22px 0px 0px 320px;
	margin-bottom: 33px;
	height: 47px;
	background: url(images/menu_seperator.png) left center no-repeat
}
#nav li{
	float:left;
	background: url(images/menu_seperator.png) right center no-repeat
}
#nav li a:link, #nav li a:active, #nav li a:visited{
	display:block;
	width:100px;
	padding:4px 20px;
	text-decoration: none;
	line-height: 20px;
	outline: none;
	text-align:left;
	font-size: 18px;
	color: #DEDEDE;
}
#nav li a:hover, #nav li.selected a,
#nav li.current_page_item a {
	color:#6691F6;
}
span.nav_text{
	font-size:11px; 
	padding:0px 20px;
	color:#989797
}



/* vertical menu ---------------*/

#v_navcontainer {border: 1px solid #c5d4dc; margin: 0px 0 30px; padding: 10px; background: #1A2227;}

#v_navcontainer ul {list-style-type: none;}

#v_navcontainer a {
     display: block;
	 color: #FFFFFF;
     padding: 8px 0;
	 border-bottom: 1px solid #2e393f
}

#v_navcontainer a:hover {
     color: #fff;
}



/*-----------------------------------------------*/
/*---------------      FORMS     ---------------*/
/*---------------------------------------------*/

#form_container {border: 1px solid #000; margin: 0 0 30px; padding: 10px; background: #1a2227; color: #dedede}

/* comment form */

form {margin-top: 20px}

textarea {width: 100%}

#commentform p {padding: 5px 0}

.input_bg {background: #fff; border: 1px solid #000; color: #000;
    -moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.input_bg:hover {border: 1px solid #000}

.input_bg:focus {border: 1px solid #fff; background: #f7f7f7}

fieldset {padding: 10px 20px;}

legend {margin-left: 2px; padding: 2px 0px; font-weight: bold;}

#submit {background: #000; color: #FFF; font-weight:700; border: 1px solid #888888; padding: 5px; cursor: pointer;}


/*-----------------------------------------------*/
/*---------------      Slider     --------------*/
/*---------------------------------------------*/


#screen {height: 328px; border: 1px solid #2d383f; background: #090d0f url(images/screen_bg.jpg); margin: 10px 0 40px; padding: 30px 0 0;
    -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	 border-radius: 4px;
}

	#slideshow{
	background-color: #DFE6F0;
	width: 890px;
	overflow: hidden;
	height: 283px; 
	margin: 5px 0px 0px 36px;
	}
	
	#slideshow2{
	background-color: #DFE6F0;
	width: 890px;
	overflow: hidden;
	height: 283px; 
	margin: 5px 0px 0px 36px;
	}
	
	#slideshow-threed{
	width: 920px;
	height: 283px; 
	margin: 15px 0px 0px 0px;
	float: left;
	}
	
	#box-nav-slider{
	width:935px;
	height:17px;
	float:left;
	}
	
	#slideshow-navigation a{
	background: url(images/slide.png) no-repeat scroll 50% 50%;
	display: block;
	float: left;
	font-size: 0px;
	width: 9px;
	height: 9px;
	margin: 10px 0 0;
	outline-style: none;
	outline-width: medium;
	padding: 2px;
	}
	
	#slideshow-navigation{float:right; padding-right:10px}
	#slideshow-navigation .activeSlide {background: url(images/slide.png) no-repeat scroll 0% 50%;}
	.slidehalf { margin-top:0px; margin-right:20px; float:left;} /* Editable Slider Image Position */
	.slidehalf2 { margin-top:0px; margin-right:0px; float:left;} /* Editable Slider Image Position */
	.slide-text h1{color: #666; padding:50px 20px 0px 0px}
	.slide-text p{font-size:12px; color:#666; line-height:22px; padding-right:20px}
	.flash-img {text-align:center; display:block; margin:100px auto 0 auto;}
	
	a.read_more{color:#000; font-size:12px; float: right; margin-right: 20px}

/*-----------------------------------------------*/
/*---------------      Panes      --------------*/
/*---------------------------------------------*/ 

h2.latest_products_heading {font-size: 1em; font-weight: bold; color: #eaeaea; margin-bottom: 3px}

.product_text {font-size: .8em; line-height: normal; padding: 0}

/* hover divs (pane list) */

.pane-list {
	margin-bottom: 30px;
	list-style: none;
}

.pane-list li {
	background: #1a2227;
	cursor: pointer;
	height: 50px;
	padding: 4px;
	margin-bottom: 1px;
	color: #eaeaea;
}

.pane-list li:hover {
	background: #333e45;
	color: #6691FC;

}

.pane-list img {border: 2px solid white; float: left; margin-right: 8px}

.pane-list a {color:#fff}

.pane-faq {
	margin-bottom: 30px;
	list-style: none;
}

.pane-faq li {
	background: #1a2227;
	cursor: pointer;
	height: 50px;
	padding: 4px;
	margin-bottom: 1px;
	color: #eaeaea;
}

.pane-faq p {
	padding: 4px;
	margin-top: 10px;
	color: #6691F6;
	font-size: 2em;
}

.pane-faq li:hover {
	background: #333e45;
	color: #6691FC;

}

.pane-faq img {border: 2px solid white; float: left; margin-right: 8px}

.pane-faq a {color:#fff}

.pane_floatR {
	font-size: 1.0em;
	float: right;
	color: #6691F6;

}

/*-----------------------------------------------*/
/*---------------      Social      -------------*/
/*---------------------------------------------*/ 

/* share (social icons) */

#sharethis {width: 160px; float: right}

#sharethis ul li {display: inline; float: left; margin-right: 8px}


	
	
	
/**************************** Portfolio Gallery *****************************/

#gallery {
	width: 570px;
	margin: auto;
	overflow: auto;
	padding-bottom: 18px;
	position:static;
}

#gallerytest {
	width: 885px;
	margin: auto;
	overflow: auto;
	padding-bottom: 18px;
	position:static;
}

.float_left_thumb {
	float: left;
	height: 250px;
	width: 260px;
	margin: 10px;
	background: #dedede;
	padding: 0px;
	border: 1px solid #c5d4dc;
	text-align: center;
}

.float_left_thumb img {border: 5px solid white}

.float_left_thumb h2 {text-align: left; padding: 10px; font-size: 1em; font-weight: 700}

.float_left_thumb p {font-size: .8em; padding: 10px; text-align: left;}

.float_left_affil {
	float: left;
	height: 250px;
	width: 300px;
	margin: 10px;
	background: #dedede;
	padding: 0px;
	border: 1px solid #c5d4dc;
	text-align: center;
}


.float_left_test {
	float: left;
	height: auto;
	width: 260px;
	margin: 10px;
	background: #dedede;
	padding: 0px;
	border: 1px solid #c5d4dc;
	text-align: center;
}

.float_left_test img {border: 5px solid white}

.float_left_test h2 {text-align: left; padding: 10px; font-size: 1.2em; font-weight: 700}

.float_left_test p {font-size: .85em; text-align: justify; padding: 10px;}

.float_left_contact {
	float: left;
	height: 250px;
	width: 260px;
	margin: 10px;
	background: #000000;
	padding: 0px;
	border: 1px solid #c5d4dc;
	text-align: center;
}

.float_left_contact h2 {
	text-align: left; 
	padding: 10px;
	color: #6DBB29; 
	font-size: 1.2em; 
	font-weight: 700
}

.float_left_contact p {
	font-size: 1em;
	color: #FFFFFF;
	text-align: left;
	padding: 0 10px;
	margin-bottom: 5px;
}

.float_left_contact a {
	font-size: 1em;
	color: #6DBB29;
	text-align: left;
	padding: 0 10px;
	margin-bottom: 5px;
}
.col1 {
	width: 260px;
	background: #000000;
	padding: 0px;
}
	
.col2 {
	width: 260px;
	background: #000000;
	padding: 0px;
	left: 300px;
	position: relative;


}
	
.center {margin: auto;}

#no_gallery_found {width: 798; padding: 50px; margin: auto; background: red; border: 10px solid white}
.bol {
	font-weight: 600;
}

