/* Worldwide Motorhome Hire CSS Document */

 *{
	margin:0;
	padding: 0;
}


/* Global font and Margin settings */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-left:10px;
}

a {
	color: #124C7E;
	text-decoration:none;
}

a:hover {
	text-decoration:none;	
}

/* Logo Section */

#logo {
	position:absolute;
	left:10px;
	top:10px;
	width:960px;
	height:212px;
	background:url(/assets/motorhome-hire-logo.png);
}

/* Navigation Bar Section */

#navbar {
	position:absolute;
	left:10px;
	top:223px;
	height:42px;
	width:960px;
	font-size: 18px;
	font-weight: bold;
	color: #124C7E;
	text-decoration: none;
	background-color: #FBB034;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #FBB034;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a {
	font-size: 18px;
	color: #124C7E;
	text-decoration: none;
	float: left;
	padding-top: 10px;
	padding-right: 32px;
	padding-bottom: 10px;
	padding-left: 32px;
}
#navbar ul li a:hover {
	color: #FFFFFF;
	background-color:#174A7C;
}

/* Sidebar Section */
/* Main Container */

#sidebar {
	position:absolute;
	left:10px;
	top:270px;
	width:310px;
}

/* Subsections of Sidebar */

#sidebar .OneColumnBox {
	width: 310px;
	background: url(/assets/BoxOne_02.jpg) repeat-y;
}
#sidebar .OneColumnBox h2 {
	height: 32px;
	background: url(/assets/BoxOne_01.jpg) no-repeat left top;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #124C7E;
	font-size: 14px;
	font-weight: bold;
}
#sidebar .OneColumnBox .last {
	background: url(/assets/BoxOne_04.jpg) no-repeat left bottom;
	padding-bottom: 35px;
	margin-bottom: 0px;
	clear:both;
}
#sidebar .OneColumnBox p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 16px;
}

/* Left and Right aligned divs for inside a sidebar subsection */

#sidebar .OneColumnBoxLeft {
	width: 135px;
	float:left;
	padding-left:25px;
	font-size:12px;
}

#sidebar .OneColumnBoxRight {
	width: 150px;
	float:right;
	font-size:12px;
}

/* Main Content Section */
/* Main Container */

#content {
	position:absolute;
	left:335px;
	top:270px;
	width:635px;
}

/* Two column span box */

#content .TwoColumnBox {
	width:635px;
	background:url(/assets/BoxTwo_02.jpg) repeat-y;
}

#content .TwoColumnBox h1 {
	height:59px;
	background:url(/assets/BoxTwo_01.jpg) no-repeat left top;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	color: #124c7e;
	font-size:18px;
	font-weight:bold;
}

#content .TwoColumnBox .last {
	background:url(/assets/BoxTwo_04.jpg) no-repeat left bottom;
	padding-bottom: 30px;
}

#content .TwoColumnBox .credit {
	font-size:9px;
}

#content .TwoColumnBox p {
	padding-left:15px;
	padding-right:15px;
	font-size: 12px;
	line-height:16px;
}

/* Two column span box - Yellow Background */

#content .TwoColumnBoxYellow {
	width:635px;
	background:url(/assets/Yellow-BoxBackground.gif) repeat-y;
}

#content .TwoColumnBoxYellow h1 {
	height:59px;
	background:url(/assets/Yellow-BoxHeader.gif) no-repeat left top;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	color: #124c7e;
	font-size:18px;
	font-weight:bold;
}

#content .TwoColumnBoxYellow .last {
	background:url(/assets/Yellow-BoxBottom.gif) no-repeat left bottom;
	padding-bottom: 30px;
}

#content .TwoColumnBoxYellow p {
	padding-left:15px;
	padding-right:15px;
	font-size: 12px;
	line-height:16px;
}

/* One column span box, left aligned */

#content .OneColumnBoxLeft {
	width: 310px;
	background: url(/assets/BoxOne_02.jpg) repeat-y;
	float:left;
}
#content .OneColumnBoxLeft h2 {
	height: 32px;
	background: url(/assets/BoxOne_01.jpg) no-repeat left top;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #124C7E;
	font-size: 14px;
	font-weight: bold;
}
#content .OneColumnBoxLeft .last {
	background: url(/assets/BoxOne_04.jpg) no-repeat left bottom;
	padding-bottom: 35px;
	margin-bottom: 0px;
	clear:both;
}
#content .OneColumnBoxLeft p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 16px;
}

/* One column span box, right aligned */

#content .OneColumnBoxRight {
	width: 310px;
	background: url(/assets/BoxOne_02.jpg) repeat-y;
	float:right;
}
#content .OneColumnBoxRight h2 {
	height: 32px;
	background: url(/assets/BoxOne_01.jpg) no-repeat left top;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #124C7E;
	font-size: 14px;
	font-weight: bold;
}
#content .OneColumnBoxRight .last {
	background: url(/assets/BoxOne_04.jpg) no-repeat left bottom;
	padding-bottom: 35px;
	margin-bottom: 0px;
}
#content .OneColumnBoxRight p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 16px;
}

/* Left and Right aligned divs for inside a one column box subsection */

#content .LeftBox {
	width: 135px;
	float:left;
	padding-left:25px;
	font-size:12px;
}

#content .RightBox {
	width: 150px;
	float:right;
	font-size:12px;
}

/* Two column span box, last one */

#content .TwoColumnBoxLast {
	width: 635px;
	background: url(/assets/BoxTwo_02.jpg) repeat-y;
	clear: both;
}

#content .TwoColumnBoxLast h2 {
	height:59px;
	background:url(/assets/BoxTwo_01.jpg) no-repeat left top;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	color: #124c7e;
	font-size:18px;
	font-weight:bold;
}

#content .TwoColumnBoxLast .last {
	background:url(/assets/BoxTwo_04.jpg) no-repeat left bottom;
	padding-bottom: 30px;
}

#content .TwoColumnBoxLast p {
	padding-left:15px;
	padding-right:15px;
	font-size: 12px;
	line-height:16px;
}

/* Text Styles */

.Highlight {
	color: #124C7E;
	font-weight: bold;
	font-size: 16px;
}

.headline {
	color: #124C7E;
	font-weight: bold;
	font-size: 16px;
}

.motorhome-hire-germany_heading {
	color: #124C7E;
	font-weight: bold;
	font-size: 16px;
}

.BlueText {
	color: #124C7E;
	font-weight: bold;
}

.boldblue {
	color: #124C7E;
	font-weight: bold;
}

.motorhome-hire-germany_redtext {
	color:#FF0000;
}

.squeezeText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
/* Bullet Point List Style */

#content ul {
	margin: 25px;
	list-style-type: circle;
	font-size: 12px;
}

#content ul li a {
	text-decoration: none;
}

.WhiteText {
	color: #FFFFFF;
	font-weight: bold;
}

/* DL list style */

#content dl {
	margin: 25px;
	font-size:12px;
}

/* Small font style */

.Small {
	font-size:8x;
}

.redText {
	color: #FF0000;
	font-weight: bold;
}