@charset "utf-8";
body {
	font-family: "Helvetica", Arial, "Trebuchet MS", sans-serif ;
	margin: 0;
	padding: 0;
	color:#333;
	background-image:url(images/bg2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#c7c8ca;
	background-attachment:fixed;
	font-size:14px;
}


/* ~~ Element/tag selectors ~~ */

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.containerpage {
	border:#999 1px solid;
	/*border-right:#999 1px solid;*/

	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */	margin-top:20px;
}

/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
.header {
	background-color: #FFF;
	height:130px;
	padding-bottom: 50px;
}



.sidebar1 {
	float: left;
	width: 300px;
	padding:5px 5px 10px 25px;
	text-align:center;
	background-color:#FFF;
}
.content {
	width: 300px;
	float: left;
padding:5px 0 10px 15px;
	text-align:center;background-color:#FFF;
}
.sidebar2 {
	float: left;
	width: 300px;
text-align:center;
padding:5px 0 10px 15px;background-color:#FFF;
}

.subcol{
	height:172px;
	color:#FFF;
	background-color:#f15d2f;
	width:285px;
	text-transform:uppercase;
	text-align:center;
}
 .subcol#main{
	height:172px;
	color:#FFF;
	background-color:#f15d2f;
	width:285px;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;
}

.subcolproducts{
	height:100px;
	color:#FFF;
	background-color:#f15d2f;
	width:285px;
	
	text-align:center;
}

.contentsubprod{background-color:#FFF; border:1px solid #ef412e;color:#333;}

.maincontent{
	padding: 20px 50px 0px 60px; 
	float:left; 
	width:800px;
	font-family: 'Maven Pro', sans-serif;
	line-height: 150%;
	}

.maincontent h1{
	font-size: 23px;
	color: #003399;
	}

.sidebar{
	float: left;
	width: 300px;

padding:20px 0 10px 15px;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */



/* ~~ The footer styles ~~ */
.footer {
	padding: 20px;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #CCC;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

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

img {border:none;}
h1, h2, h3, h4, p
{margin:0px;
padding:0px;}

p {margin:0 0 15px 0;}


h1{
	
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	color:#ef412e;
	margin-bottom:10px;
}h2{
	
	font-size: 11px;
	font-variant: normal;
	text-transform: none;
	color: #254E78;
	letter-spacing: 0.1em;
	margin-bottom:10px;
}

h3{ 
	font-size: 16px;
	font-variant: normal;
	color:#FFF;
	line-height:40px;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1e5799 0%,#207cca 51%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

h4{ 
	font-size: 11px;
	font-variant: normal;
	text-transform: uppercase;
	color: #4B5163;
	letter-spacing: 0.1em;
	margin-bottom:10px;
}

/* links */
a:link { 
	color:#0089d0;
	text-decoration: none;
	}
a:visited { 
	color:#0089d0;
	text-decoration: none;
	}
a:hover { 
	color:#004b8b;
	text-decoration:underline;
		}
a:active { 
	color:#0089d0;
	}

/*end links*/



#logo{float:left; margin:10px 0 0 10px;}
#phone{
	float:right;
	margin-top: 80px;
	margin-right: 10px;
	
	margin-left: 10px;
}
#footer a {
	color:#fff;
	text-decoration: none;
}
#footer a:hover {
	color:#CCC;

}
#copy{float:left; width:350px; color:#666}
#footermenu{float:right; text-align:left; width:290px; color:#666}

/*form*/
input,
textarea {
	padding:		5px;
	border:			solid 1px #D4D5D6;
	outline:		0;
	font:			normal 13px/100% Verdana, Tahoma, sans-serif;
	width:			280px;
	background:			#FFFFFF;
	background:			-webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background:			-moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);

	-moz-box-shadow:	rgba(0,0,0, 0.1) 0 0 8px;
	-webkit-box-shadow:	rgba(0,0,0, 0.1) 0 0 8px;
	box-shadow:			rgba(0,0,0, 0.1) 0 0 8px;
}

	input:hover,
	input:focus,
	textarea:hover,
	textarea:focus {
		border-color:		#AAAAAA;
		-webkit-box-shadow:	rgba(0, 0, 0, 0.15) 0 0 8px;
	}
#sendBtn{width:111px; height:33px; border:none; box-shadow:	none; background:none;}


#navcontainer
{
position: relative;
float:left;
	border:none;
	width:960px;
	margin:0px;
	padding:0px;
	font-family: 'Maven Pro', sans-serif;
	}

ul#navigation-1
	{ margin:0; padding: 0; list-style:none; width:100%; height:55px;
	    
	}
	
ul#navigation-1 li
	{  display:block; float:left; position:relative;  }
ul#navigation-1 li a:link,
ul#navigation-1 li a:visited
	{
	display: block;
	color: #003399;
	height: 55px;
	font-size: 20px;
	display: block;
	font-weight: bold;
	line-height: 55px;
	text-align: center;
	text-decoration: none;
	background-color: #a4a4a5;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B4B3B4;
	border-left-color: #929293;
	width: 240px;
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	
	 }
ul#navigation-1 li:hover a,
ul#navigation-1 li a:hover,
ul#navigation-1 li a:active
{	color:#666;
	background-color:#CCC;
	text-decoration:none;}

ul#navigation-1 li ul.navigation-2
	{ text-align:left; margin:0; padding-left: 10px; list-style:none; display:none; 
	 position:absolute; top:55px; left:-10px; height:30px;  }
ul#navigation-1 li:hover ul.navigation-2
	{ display:block; }
ul#navigation-1 li ul.navigation-2 li
	{  clear:left;  }

ul#navigation-1 li ul.navigation-2 li a:link,
ul#navigation-1 li ul.navigation-2 li a:visited
	{  clear:left;  background:#bbbbbb; padding:0; border-top: #fff 1px solid; position:relative; z-index:1000; color:#fff }
ul#navigation-1 li ul.navigation-2 li:hover a,
ul#navigation-1 li ul.navigation-2 li a:active,
ul#navigation-1 li ul.navigation-2 li a:hover
	{ clear:left; background:#bbbbbb; padding:0; width:190px; border-top: #fff 1px solid; position:relative; z-index:1000; color:#666;  }

#homepagedes{
	padding:50px 100px 10px 60px;
	font-family: 'Maven Pro', sans-serif;
	}
#homepagedes p{
	padding: 0px 20px 0px 20px;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px;
	line-height: 130%;
	}

	
#slideclear{clear:both;}

form.contactpack li {
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:5px;
}

/** Field label **/
form.contactpack label {
	color:#282828;
	cursor:pointer;
	display:block;
	font-size:12px;
	margin:0;
	padding:4px 10px 0 0;
}

/** Field label error state **/
form.contactpack .error label{
	color:#990000;
	font-weight:bold;
}

/** Required label **/
form.contactpack .requiredlabel {
	color:#BFBFBF;
	font-size:10px;
	padding-left:5px;
}

/** Required label error state **/
form.contactpack .error .requiredlabel {}

form.contactpack input, form textarea, form select {
	border:1px solid #CDCDCD;
	color:#282828;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:5px 0 0;
	width:70%;
	padding:6px 10px;
}

form.contactpack input.button {
	background-color: #EAEAEA;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	padding: 6px;
	width: 100px;
}

form.contactpack input.button:hover {
	background-color: #EAEAEA;
	color: #FFFFFF;
	cursor: pointer;
	padding: 6px;
	width: 100px;
}

form.contactpack .error{
	border: solid 1px #CC0000;
}


			
