/* CSS Document */

#theBody {
	margin: 0px;
	padding: 0px;
	background-color: #e1e1e1;
	background-image: url(../Images/body_background.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

div {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 10px;
	margin-bottom: 15px;
}

img {
    border: 0px;
}

#container {
	/*position: relative; breaks drop down menus*/
	margin: 0px auto;
	width: 770px;
	/*background-image: url(../Images/shadow_fill.png) !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Site/Designs/Images/shadow_fill.png',sizingMethod='scale');
	background-image: none;
	background-repeat: repeat-y;
	background-position: left top;*/
}

#leftShadow {
	width: 9px;
	background-image: url(../Images/shadow_left_fill.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#rightShadow {
	width: 9px;
	background-image: url(../Images/shadow_right_fill.png);
	background-repeat: repeat-y;
	background-position: left top;
}


#bottomShadow {
	position: relative;
	margin: 0px auto;
	width: 770px;
	height: 18px;
	background-image: url(../Images/shadow_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#innerContainer {
	margin: 0px;
	width: 100%;
	background-color: white;
}

#main {
	padding: 0px 9px;
	width: 734px;
}

#logo {
	float: left;
}

#languages {
	float:right;
	width:550px;
	text-align:right;
}

#nav {
	margin-top: 27px;
	float: left;
	padding: 0px;
	height: 50px;
}

#flag {
	position: relative;
}
#flag img {
	position: absolute;
	right: 78px;
	top: 55px;
}
#topStrip {
	background-color: #303f4f;
	clear: left;
	height: 3px;
	width: 734px;
}

#bottomStrip {
	clear: left;
	background-repeat: repeat-x;
	height: 19px;
	width: 734px;
	background-color: #2e4e72;
}

#contentContainer {
	clear: left;
	background-color: #eeeeee;
	width: 100%;
	margin-bottom: 8px;
}


#minHeight {
	float: left;
	height: 250px;
	width: 1px;
}

#left {
	width: 415px;
	float: left;
}

#header {
	padding-top: 20px;
	padding-left: 25px;
}

#content {
	width: 390px;
	padding-left: 25px;
	padding-top: 5px;
}

#contentFull {
	width: 690px;
	padding-left: 25px;
	padding-top: 5px;
}

#right {
	width: 309px;
	float: right;
}

#quote {
margin-bottom: 10px;
}

#secondContent{
float: right;
}

#footer div {
	font-family:  "Tahoma", Arial, Helvetica, Helv, Sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 10px;
}

#footer {
	background-image:url(../Images/footer_fill.gif);
	height: 28px;
	padding-top: 19px;
	padding-left: 24px;
	padding-right: 24px;
}

#contactDetails {
	width: 400px;
	float: left;
}

#contactDetails a {
	text-decoration:none;
	font-size: 10px;
	color: #fff;
}

#copyright {
	float: right;
	height: 15px;
}

.formField, textarea {
	color: #3d4a53;
	border-top: #a9a9a9 1px solid;
	border-right: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-left: #a9a9a9 1px solid;
	padding-left: 5px;
	font-size: 11px;
	background-color: #e1e1e1;
	width: 260px;
}
.formLabel {
    width: 100px;
}
select .formField  {
	width: 80%;
}
#basicEnquiryButton{
/*	position:absolute;*/
	margin-right: 93px;
	padding-left:88px;
}
.basicEnquiryTable td{
	text-align:left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.convoy {
	padding-top: 10px;
	clear: both;
	width: 100%;
	text-align: center;
	font-size:10px;
	color:#888;
}
.convoy a, .convoy a:hover {
	color:#888;
	text-decoration: none;
}
.convoy a:hover {
	text-decoration: underline;
}