@charset "utf-8";

*{margin: 0px; padding: 0px;}

body {
	/* background-image:url(../images/bkg-main2.jpg); */
	background-repeat:no-repeat; /* repeat-x */
	background-position:0px 133px;
	background-color: #E4E3E1;
	font-family:Verdana, Geneva, sans-serif;
	font-size: .8em;
}

a {text-decoration:none; color:#690a05;}
a:hover {text-decoration: underline;}

p {line-height: 22px;}

.clear {clear:both;}
.left {float:left;}
.right {float:right;}

img {border:none;}

h1 {font-size: 1.4em; color: #690a05; padding-bottom: 10px;}
h2 {font-size: 1.1em; color: #690a05; padding-bottom: 10px;}

/*------------------------ SITE WRAPPER ---------------------------*/

#siteWrapper {width: 990px; margin: 0px auto 0px auto;}

/*------------------------ HEADER ---------------------------*/

#header {/* width: 990px; */ height: 100px; background-color:#E4E3E1; border:0px solid #ff0000;}
#header img { /*logo*/ padding-top: 12px; padding-left: 0px; float: left;}
#headerWrapper {width: 990px; margin: 0px auto 0px auto;}

/*------------------------ MAIN NAVIGATION ---------------------------*/

#mainNav{/* width: 990px; */ height: 33px; background-color:#6b0d01; 	/* 6b0d01 */ /*background-image:url(../images/bkg-nav.jpg); background-repeat:repeat-x; */ border:0px solid #ff0000;}
#mainNav ul{padding-top: 12px; padding-left: 10px;}
#mainNav li{display:inline; color: #fef4e6; font-size: 1.0em; padding-right:70px;}
#mainNav a {color: #fef4e6; font-family:Verdana, Geneva, sans-serif; font-weight: bold; padding-right: 6px;}
#mainNav a:hover {color: #cd140a; text-decoration: none;}

/*------------------------ CONTENT ---------------------------*/

/*
div {
	scrollbar-face-color: #BCBCBC;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-shadow-color: #BCBCBC;
	scrollbar-dark-shadow-color: #BCBCBC;
	scrollbar-3dlight-color: #BCBCBC;
	scrollbar-highlight-color: #BCBCBC;
	scrollbar-base-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
}
*/

#content {width: 990px; padding: 0px 0px 25px 0px;}
#content a{color: #690a05; font-size: 1em; font-weight:bold;}
#content a:hover{color: #690a05; text-decoration: underline;}
#content p{padding-bottom: 15px;}

#clients ul {padding-bottom: 20px; padding-left: 30px; list-style: none;}
#clients li {padding-bottom: 0px;}
#clients h2 {font-size: 1.1em; color: #690a05; padding-bottom: 10px;}

/*------------------------ LEFT ---------------------------*/

#left {width: 490px; height: 570px; float: left; margin-top:46px; margin-left:40px; padding: 0px; /* padding: 25px; overflow: auto; */ background-color: #E3EAF7; filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95;}

/* #left {width: 490px; height: 570px; float: left; margin-top:46px; padding: 25px; overflow: auto; background-color: #E3EAF7; filter:alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9;} */

.scroll-div {height: 520px; padding: 25px; padding-bottom: 15px; overflow: auto;}

#left ul {padding-bottom: 20px; padding-left: 30px;}/*  list-style: none; */
#left li {padding-bottom: 10px;} */

/*------------------------ COPYRIGHT ---------------------------*/

#copyright-container {/* background-color: #E4E3E1; */ width: 100%; height:30px; position:fixed; bottom:0px; border:0px solid #ff0000;}
#copyright {width: 990px; height:30px; position:fixed; bottom:0px; margin:0 auto 0 auto; border:0px solid #ff0000; z-index:-10;}
#copyright p {float:left; padding-left: 20px; padding-top: 5px; color: #ffffff; font-size: .9em;}
#copyright a {color:#81c1ff; font-size: 1em;}
#copyright a:hover {text-decoration: underline;}