body {
	margin: 0;
	padding-left: 0;
	background: black;
	background: white url(../images/background.gif);
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #fff;
}

#header {
	width: 100%;
	height: 213px;
	background: url(../images/header_background.jpg);
}

#banner_holder {
	width: 760px;
	border: 0px;
	/*margin-right: auto;
	margin-left: auto; */
	overflow: hidden;
}

.logo_holder {
	width: 190px;
	clear: both;
	float: left;
	padding-left: 20px;
}

.language_select {
	width: 200px;
	height: 90px;
	margin-top: 40px;
	float: right;
	color: white;
}

.container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 0px;
	overflow: hidden;
	background: url(../images/container_background.gif);
	margin-top: 15px;
	margin-bottom: 15px;
}

.left_col {
	width: 495px;
	float: left;
	line-height: 1.6em;
	padding-right: 5px;
	padding-top: 20px;
	color: #FFF;
}

.right_col {
	width: 240px;
	border: 0px;
	float: right;
	line-height: 1.6em;
	border: 0px;
	padding-left: 10px;
}

.model_page_left_col {
	width: 745px;
	float: left;
	line-height: 1.6em;
	padding-right: 5px;
	padding-top: 20px;
	border: solid red 1px;
}

#footer_top {
	width: 100%;
	height: 21px;
	background: url(../images/footer_top_bg.jpg);
}

#footer {
	width: 100%;
	background: url(../images/footer_background.gif);
	border-bottom: solid silver 1px;
	padding-bottom: 20px;
}

#footer_bottom {
	width: 100%;
	height: 20px;
}

#contact_information {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
	overflow: hidden;
}

.contact_details {
	width: 300px;
	float: left;
	line-height: 1.6em;
	padding-right: 5px;
	font-family: Verdana, sans-serif;
	font-size: 95%;
	color:#FFF
	
}

.phone_numbers {
	float: left;
	line-height: 1.6em;
	font-family: Verdana, sans-serif;
	padding-left: 10px;
}

.phone_types {
	float: left;
	line-height: 1.6em;
	font-family: Verdana, sans-serif;
}

.model_details_holder {
	line-height: 1.6em;
	font-family: Verdana, sans-serif;
	overflow: hidden;
}

.model_details_left {
	width: 210px;
	float: left;
	line-height: 1.6em;
	font-family: Verdana, sans-serif;
}

.model_details_right {
	width: 260px;
	float: left;
	line-height: 1.6em;
	font-family: Verdana, sans-serif;
}

.info_types {
	float: left;
	line-height: 1.6em;
	font-family: Verdana, sans-serif;
	padding-right: 20px;
}

.right_picture_holder {
	float: left;
	line-height: 1.6em;
	font-family: Verdana, sans-serif;
	padding-left: 5px;
}

.right_small_picture_holder {
	float: left;
	line-height: 1.6em;
	font-family: Verdana, sans-serif;
	padding: 5px;
}




#nav_holder {
	width: 100%;
	height: 35px;
	padding: 0;
	background: url(../images/navigation_background.gif);
}
#nav {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #464a52;
	background: #383d44;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 88%;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
#nav li a {
	float: left;
	padding: 10px 14px;
	text-decoration: none;
	color: #e7e3d9;
	border: none;
	background: url(../images/nav-bg.gif) no-repeat bottom right;
	}
#nav li a:hover {
	color: #fff;
	background: #464a52;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;
	background: #292d34 url(../images/nav-on-bg.gif) repeat-x top left;
	}
	
	
	
	

img.flags { 
    float: left; 
    margin: 4px;
	margin-left: 40px; 
	border: solid #003366 1px;
	padding: 2px;
}

img.centered { 
	margin-left: 5px;
}

img.model_pic {
	border: solid silver 1px;
}

h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #383d44;
}

.left_col h1 {
	margin: 0 0 12px 0;
	padding: 0 0 5px 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 170%;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #31353e;
	}	

h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 90%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 90%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
}

.right_col h3 {
	margin: 0 0 12px 0;
	padding: 0 0 5px 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 100%;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #003366;
	border-bottom: 1px solid #dbd5c5;
	}
	
.left_col h3 {
	margin: 0 0 12px 0;
	padding: 0 0 5px 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 100%;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #003366;
	border-bottom: 1px solid #dbd5c5;
	}

a:link, a:visited {
	padding-bottom: 1px;
	color: #383d44;
	text-decoration: none;
	border-bottom: 1px solid #dbd5c5;
	}
a:hover {
	padding-bottom: 0;
	color: #326ea1;
	border-bottom: 2px solid #dbd5c5;
	}
	
table.models {
	border: 0px;
	border-spacing: 12px;
	border-collapse: separate;
	text-align: center;
}

td.model_holder {
	vertical-align: top;
}
