
body {
	background: #DFCF9A url(../images/bg_body.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, helvetica, verdana;
	font-size: 9pt;
	color: #222;
}

#sitebox-outer {
	margin: 0px auto;
	width: 970px;
	background: #fff;
	border-bottom: 1px solid #c0a672;
}

#topheader {
	width: 970px;
}

#sitebox {
	margin: 0 auto;
	width: 930px;
}

#worldmap {
	margin: 0 0 20px 0;
}

#mySlideShow {
	margin: 0 0 23px 0;
}

/* MAIN */

#main {
	width: 930px;
	text-align: left;
}

#main #main-left {
	float: left;
	width: 330px;
	
}

#main #main-right  {
	float: left;
	width: 600px;
	
 
}
#main #main-right #main-right-margin {
	margin: 0px 20px 30px 10px;
	line-height: 1.6em;
}


/* MENU */

#menu {
	text-align: left;
	width: 310px;
	margin: 0px 0px 20px 0 ;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


#menu ul li {
	font-weight: bold;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:hover, #menu ul li a:active {
	display: block;
	padding: 0 5px 0 10px;
	text-decoration: none;
	color: #006699;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	background: #eee url(/images/bg_menu.gif) no-repeat;
	border-bottom: 1px solid #fff;
}
    
#menu ul li a:hover  {
	text-decoration: none;
	background: #eee url(../images/bg_menu_on.gif) no-repeat;
	color: #111;
}

#menu ul li#current a:link, #menu ul li#current a:visited, #menu ul li#current a:active, #menu ul li#current a:hover {
	color: #98291e;
	background: #fff url(/images/bg_menu_current.gif) no-repeat;
}

#menu ul li#current ul {
	margin: 5px 0 10px 25px;
	list-style: disc;
}

#menu ul li#current ul li a:link, #menu ul li#current ul li a:visited, #menu ul li#current ul li a:hover, #menu ul li#current ul li a:active {
	color: #000;
	text-transform: none;
	display: inline;
	line-height: 15px;	
	background: none;
	font-weight: normal;
	padding: 0;
	
}

#menu ul li#current ul li a:hover {
	text-decoration: underline;
}

#menu ul li#current ul li#currentsubmenu a:link, #menu ul li#current ul li#currentsubmenu a:visited, #menu ul li#current ul li#currentsubmenu a:hover, #menu ul li#current ul li#currentsubmenu a:active {
	color: #98291e;
}



/* TOWAGES */

#towages {
	margin: 15px 0 35px 0;
}

.row {
	width: 260px;
	height: 50px;
	background: #f4f7fb;
	margin: 0 0 10px 0;
}

.row .image {
	float: left;
	width: 65px;
}

.row .text {
	float: left;
	width: 185px;
	padding: 10px 0 0 0;
	line-height: 1.3em;
}

.row .text a:link, .row .text a:visited, .row .text a:hover, .row .text a:active {
	color: #0b54a6;
	text-decoration: none;
}

.row .text a:hover {
	text-decoration: underline;
	color: #111;
}


/* h1 h2 h3 */


h1 {
	font-family: georgia ms, times new roman, ms serif;
	font-weight: normal;
	font-size: 2.5em;
	color: #942723;
	margin: 0 0 20px 0;
	line-height: 0.9em;
}

h1 .sub {
	color: #000;
}

h2 a:visited {
	font-family: georgia ms, times new roman, ms serif;
	font-weight: normal;
	font-size: 2.6em;
	color: #0f0;
}


/* FOOTER */


#footer {
	width: 970px;
	margin: 0 auto;
	text-align: right;
}

#footer #footer-margin {
	margin: 10px 2px 0 0;
	color: #867051;	
	font-size: 0.9em;
}

#footer #footer-margin a:link, #footer #footer-margin a:visited, #footer #footer-margin a:hover, #footer #footer-margin a:active {
	color: #867051;
}

#footer #footer-margin a:hover {
	color: #000;
}

#footer .line {
	color: #fff;
	padding: 0 8px 0 8px;
}

#bottom {
	margin: 10px 0 0 0;
}


/* LINKS */

a.homelink:link, a.homelink:visited, a.homelink:hover, a.homelink:active  {
	font-size: 1.2em;
	color: #006699;
}

a.homelink:hover {
	color: #942723;
}


/* DIVERSEN */

img  {
    border: none;
}

#left-column {
	float: left;
	width: 260px;
}

#right-column {
	float: left;
	width: 260px;
	margin: 0 0 0 30px;
}

.contact-left {
	float: left;
	width: 320px;
}

.contact-right {
	margin: 25px 0 0 30px;
	float: left;
	width: 200px;
}


div.question {
	width: 300px;
	overflow: visible;
	padding: 0;
}

.question label {
	width: 250px;
	
}

.question input {
	
}

#question-Company input {
	width: 200px;
	
}

#question-Name_Full input {
	width: 150px;
}

#question-Email input {
	width: 200px;
}

#question-Telephone input {
	width: 120px;
}

form div.validationerror {
	margin: 0;
	
}



.clear:after, .clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */
