@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#434343;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	font-family: 'LucidaSansUnicodeRegular';
}
.search{
padding:4px 15px 4px 30px;
                margin:3px;
                background: url('../images/search.png') no-repeat 8px 6px; 
                background-position:right;
}

/*search bar*/
form{
	margin:0 auto;
}
.search { 
	padding:4px 15px 4px 30px;
	margin:3px; 
	background: url('./images/search.png') no-repeat 8px 6px; 
}
.rounded { 
	border-radius:15px; 
	-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
}
input[type=text]{
	color:Black;
}
input[type=button], input[type=button]:hover {
	position:relative; 
	left:-6px;
	border:1px solid #adc5cf;
	background: #e4f1f9; /* Old browsers */
	background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f9), color-stop(100%,#d5e7f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* IE10+ */
	background: linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3',GradientType=0 ); /* IE6-9 */
	color:#7da2aa;
	cursor: pointer;
}
.lighter, .light, .dark {
	width:95%;
	height:23px;
	padding:0px 25px;
}
.light{
	background: url('./images/light_grey.jpg');
}
.light input[type=text]{
	border:1px solid #acb1b7;
	background-color:#fcfcfc;
}
/*Header*/
#header{
	width:1105px;
	height:128px;
	padding-left:90px;
	padding-right:90px;
	margin-left:auto;
	margin-right:auto;
}
/*Navigation Services*/
#navigation_s{
	width:1100px;
	
	padding-left:100px;
	padding-right:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:13px;
	  margin-bottom:13px;
	overflow:hidden;
}
#extranav{
background-image:url(../images/divider_09.jpg);
background-repeat:repeat;
position:absolute;
width:100%;
}
#category a{
	background-image:url(../images/category_03.png);
	background-repeat:no-repeat;
	height:28px;
	width:181px;
	padding-right:31px;
	padding-left:20px;
	padding-top:7px;
	padding-bottom:4px;
	color:#333333;
}
.category{
	background-image:url(../images/category_03.png);
	background-repeat:no-repeat;
	height:31px;
	width:181px;
	padding-right:31px;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:4px;
}
.link a{
	text-decoration:none;
	color:#333333;
	font-size:12px;
}
.link a:hover{
	text-decoration:none;
	color:#FF9900;
}
/* Fallbacks */
.click-nav .no-js ul {display:none;}
.click-nav .no-js:hover ul {display:block;}

/*Rotating logo*/
#logo{

	width:0px;
	height:0px;
    -webkit-animation: rotation 2s linear infinite;
    -moz-animation: rotation 2s linear infinite;
    -ms-animation: rotation 2s linear infinite;
}

@-webkit-keyframes rotation {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotation {
    0%   { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes rotation {
    0%   { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); }
}
/*Banner*/
#banner{
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	height:279px;
	margin-left:auto;
	margin-right:auto
}
#bannershort{
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	min-width:1300px;
	height:279px;
	margin-left:auto;
	margin-right:auto
}
/*Body*/
#container{
    width:1100px;
	z-index:3000;
	padding:70px 100px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat;
	background-position:top;
}
.slidingDiv {
    margin-top:10px;
}
 
.show_hide {
    display:none;

}
.home{
}
.pages{
	margin-top:300px;
	z-index:4000;

}
.dot{
	background-image:url(../images/dot_11.png);
	height:3px;
	background-position:top;
	background-repeat:repeat-x;
}
#footer{
	background-image:url(../images/footerbg.jpg);
	background-position:top;
	background-repeat:repeat;
	height:100%;
	width:1100px;
	z-index:3000;
	padding:0px 100px 20px 100px;
	margin-left:auto;
	margin-right:auto;
}
.servicefooter{
	width:173px;
	padding-right:10px;
	margin-top:10px;
}
#sidebar{
	background-image:url(../images/aboutus_15.png);
	background-repeat:repeat-y;
	background-position:top;
	width:212px;
}
#sidebar table tr td{
	height:37px;
	width:212px;
}
#sidebar table tr td.link a{
	font-size:14px;
	padding-left:20px;
	padding-right:20px;
	color:#333333;
}
#sidebar table tr td.link a:hover{
	color:#D4954A;
}
/*FONTS*/
.twregular{
	font-family: 'TwCenMTCondensedRegular';
}
.twbold{
	font-family: 'TwCenMTCondensedBold';
}
.lucida{
	font-family: 'LucidaSansUnicodeRegular';
}
/*Float*/
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	float:none;
}
.cleanall{
	clear:both;
}
/*color*/
.black{
	color:#000000;
}
.red{
	color:#FF0000;
}
.white{
	color:#FFFFFF;
}
.orange{
	color:#D4954A;
}
.darkgrey{
	color:#333333;
}
/*Padding*/
.padding10{
	padding:10px;
}
.padding_right10{
	padding-right:10px;
}
.padding_left10{
	padding-left:10px;
}
.padding20{
	padding:20px;
}
.padding_right20{
	padding-right:20px;
}
.padding_left20{
	padding-left:20px;
}
.padding30{
	padding:10px;
}
.padding_right30{
	padding-right:30px;
}
.padding_left30{
	padding-left:30px;
}
/*MARGIN*/
.marginleft10{
	margin-left:10px;
}
.marginleft15{
	margin-left:15px;
}
.marginleft20{
	margin-left:20px;
}
.marginright10{
	margin-right:10px;
}
.marginright15{
	margin-right:15px;
}
.marginright20{
	margin-right:20px;
}
.marginbottom10{
	margin-bottom:10px;
}
.marginbottom15{
	margin-bottom:15px;
}
.marginbottom20
{
	
	margin-bottom:20px;
}
.margintop10{
	margin-top:10px;
}
.margintop15{
	margin-top:15px;
}
.margintop20{
	margin-top:20px;
}
/*Font Size*/
.size12{
	font-size:12px;
}
.size14{
	font-size:14px;
}
.size18{
	font-size:18px;
}
.size24{
	font-size:24px;
}
.size30{
	font-size:30px;
}




#navigation_s a:link {font-size:14px;}
#navigation_s a:visited {font-size:14px;}
#navigation_s a:hover {font-size:14px;}
#navigation_s a:active {font-size:14px;}