@charset "utf-8";
/* CSS Document */

/* orange: #f55509*/
/* Gray: #343434*/

/* RESETS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END OF RESETS */


p {
padding:5px;
}

body {
background-image:url(images/background.jpg);
background-repeat:repeat-x;
background-color:#fbfbfb;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
line-height:1.3em; 
}

#wrapper {
width:1075px;
margin:auto;
}


#header {
width:100%;
height:125px;
}



#clientslider {
padding-top:20px;
margin-bottom:20px;
}


#slider {
clear:both;
}


#footer {
width:99%;
height:118px;
background-color:#343434;
color:#FFFFFF;
margin-bottom:10px;
clear:both;
}

#backlink {
width:350px;
margin:auto;
font-size:12px;
margin-bottom:20px;
}

#backlink a{
color:#333333;
text-decoration:none;
font-weight:bold;
}

#backlink a:hover{
text-decoration:underline;
}


#signature {
font-size:14px;
margin:10px 10px 0px 20px;
width:350px;
float:left;
}

#signature a{
color:#ffffff;
text-decoration:none;
}

#signature a:hover{
color:#ffffff;
text-decoration:underline;
}

#sitemapwrap {
width:300px;
margin-right:100px;
margin-top:10px;
float:right;
font-size:12px;
line-height:1.4em; 
}

#sitemapwrap a{
color:#ffffff;
text-decoration:none;
} 

#sitemapwrap a:hover{
color:#ffffff;
text-decoration:underline;
} 
 


#sitemap2 {
float:right;
}

#sitemap {
float:left;
}

#enlarge {
float:right;
margin-right:60px;
font-size:12px;
clear:both;
}

h1 {
padding:0px 0 0 0px; 
float:left;
}

a {
color:#f55509;
text-decoration:none;

}


h1 a {
display:block; 
width:668px;
height:112px;
text-indent:-9999em;
background:url(images/logo.png) 0 0 no-repeat;
margin-top:10px;
}

h2 {
font-weight:bold;
color:#f55509;
font-size:20px;
}

h3 {
color:#f55509;
font-size:16px;
}


#social{
float: right;
margin-top:10px;
margin-right:10px;

}


#content{
width:1075px;
padding-top:20px;
}

#main{
width:820px;
float:left;
padding:3px;
}

#main ul li{
line-height:1.7em;
list-style:url(images/bullet2.gif);
margin-left:40px;
}


#main img{
float:right;
border-style:solid;
border-width:thick;
border-color:#e2dede;
margin: 0 0 10px 10px;
clear:both;
}

#sidebar{
width:190px;
float:right;
margin:10px;
padding:10px;
border:thin;
border-color:#CCCCCC;
border-style:dashed;
}



#sidebar ul{
margin-left:25px;
margin-top:20px;
}

#sidebar ul li{
font-size:14px;
font-style:italic;
line-height:2em;
list-style:url(images/bullet.gif);
}

#sidebar ul li a{
text-decoration:none;
color:#333333;
}

#sidebar ul li a:hover{
text-decoration:underline;
color:#f55509;
}



.clear{
clear:both;
}


/***** menu *****/
.menu-row {
	width:100%;
	padding-bottom:0px;
	padding-top:20px;

}
.menu {
	padding:0 0 0 0; 
	border-left:4px solid #ffffff;
}
.menu > li {
	float:left; 
	border-right:1px solid #e5e5e5;
	background-color:#343434;
}
.menu > li > a {
	display:block; 
	font-size:15px; 
	line-height:2.5em; 
	padding:4px 21px 2px 21px; 
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	
}
.menu li a.active,
.menu > li > a:hover {color:#fff; background:#f55509;}


#scroller-surround {
	width: 1000px;
	margin-top: 20px;
}