html,body {
margin:0;
padding:0;
text-align:center;
}
body, p, span, ul, ol, li, div, input, textarea, reset, submit {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 13px;
	color: black;
	background: transparent;
}
a {
	color: #981b1e;
	text-decoration: underline;
	background: transparent;
}
a:hover {
	text-decoration: none;
}

#pagewidth {
background: url(images/bg.gif);
margin-left:auto;
margin-right:auto;
text-align:left;
width:980px;
}

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

#header{
background: transparent;
height:266px;
margin: 0 0 0 14px;
position:relative;
width:950px;
border-bottom: 1px solid white;
}
#nav {
width: 217px;
float: left;
}
#nav h1 {
	padding: 0;
	margin: 0;
	width: 217px;
	height: 106px;
}
#nav h1 a {
	display: block;
	text-indent: -9999px;
	width: 217px;
	height: 106px;
	background: url(images/logo.gif);
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #6d0019 url(images/nav_bg.gif) 0 0 repeat-x;
}
#nav li {
	height: 32px;
	background: url(images/nav_li_bg.gif) bottom repeat-x;
}
#nav li a {
	height: 24px;
	padding-top: 6px;	
	color: white;
	font: bold 14px "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-indent: 43px;
	background: url(images/nav_bullet.gif) 18px 13px no-repeat;
	display: block;
	background: transparent;
}
#nav li a:hover {
	background: #999999;
}
#flashmov1 {
	width: 720px;
	height: 258px;
	float: left;
	border: 4px solid #6e6e6e;
	margin: 0 0 0 5px;
}

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

#maincol, #maincol_home {
display:inline;
/*position:relative;*/
width:920px;
margin: 4px 0 0 14px;
background: url(images/main_bg.gif) 0 0 repeat-x;
}
#maincol h1, #maincol_home h1 {
	padding: 10px 0 10px 30px;
	color: #981b1e;
	font: normal 20px "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#maincol_home h2 {
	padding: 10px 0 0 0;
	margin-bottom: 0;
	color: #981b1e;
	font: bold 16px "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#maincol_home {
width: 650px;
padding: 0 15px;
float: left;
}
#maincol_home ul {
	list-style: none;
	padding: 0;
	margin: 20px 10px;
}
#maincol_home li {
	padding: 10px 10px 10px 40px;
	border-bottom: 1px solid #999999;
	background: url(images/check.gif) 5px 12px no-repeat;
}
#right_col {
	float: left;
	width: 265px;
	margin: 4px 0 0 5px;
}
#right_col h3 {
	padding: 0;
	margin: 0;
}
#right_col h3 a {
	width: 265px;
	height: 42px;
	display: block;
	text-indent: -9999px;
	background: url(images/consultation.gif);
}
#right_col h3 a:hover {
	background: url(images/consultation.gif) bottom no-repeat;
}
#right_col h2 {
	margin: 0;
	padding: 20px 10px 10px 30px;
	border-bottom: 1px dotted #999999;
	font: normal 18px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #999999;
}
#right_col ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#right_col li {
	padding-top: 10px;
	margin-bottom: 10px;
}
#right_col li a {
	text-decoration: none;
}
#right_col li a img {
	border: none;
	padding-bottom: 5px;
	clear: both;
	text-decoration: none;
}
#contact {
	width: 600px;
	margin: 30px auto;
}

#contact form {
	padding: 0;
	margin: 0;
	float: right;
	width: 420px;
}
#contact label {
	width: 120px;
	margin: 5px;
	padding-top: 2px;
	text-align: right;
	float: left;
	clear: left;
}
.myform, textarea {
	width: 270px;
	margin: 5px;
	float: left;
	border: 1px solid #7b0c26;
	padding: 2px;
}
textarea {
	height: 120px;
	overflow: auto;
}
.myform:focus, textarea:focus {
	background: #d1d1d1;
}
.myselect {
	width: 270px;
	margin: 8px 5px 5px 5px;
	float: left;
}
#sentence {
	width: 250px;
	float: right;
	padding: 6px 10px;
	margin: -60px 0 10px 0;
	border: 1px solid #999999;
	font: bold 12px "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: white;
}
.clients {
	padding: 10px 0;
	clear: both;
}
.clients h2 {
	color: #981b1e;
	font: normal 16px "Trebuchet MS", Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #981b1e;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-indent: 25px;
}
.clients ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.clients li {
	float: left;
	border: 1px solid #999999;
	margin: 10px !important;
	padding: 5px !important;
	background:  transparent !important;
} 
.clients li span {
	height: 220px;
	width: 265px;
	display: block;
	margin-bottom: 10px;
}


/* ------------- FOOTER ------------- */

#footer {
clear:both;
font-size: 11px;
color: #5e5e5e;
height:39px;
padding: 15px 0 0 35px;
background: url(images/footer_bg.gif) 0 0 no-repeat;
}



/* *** Float containers fix:*** */ 
.clearfix:after{
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
.clearfix{
display:inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix{
height:1%;
}
.clearfix{
display:block;
}
/* End hide from IE-mac */  
