/*

 Design Monkey
 layout.css

*/



/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

img { 
	border: 0; 
}


/* Typography
------------------------------------------------------------------------------------------------- */

body{
	font-family: Georgia, Serif;
	font-size: 1em;
	background:#ff6f6f url(../images/bg.jpg) repeat-x top left;
}

p{
	font-size:0.7em;
	line-height: 1.7em;
	margin-bottom: 15px;
}

h1,h2,h3,h4,input,select,textarea{
	font-family: Georgia, Serif;
}

a{
	text-decoration:none;
}

a:hover{

}
	

/* Overall Layout
------------------------------------------------------------------------------------------------- */


div#container{
	width: 800px;
	margin: 0 auto;	
}


/* Header 
------------------------------------------------------------------------------------------------- */
div#header{
	width:800px;
	overflow: hidden;
	margin:auto;
}

div#header p{
	float:right;
	font-size:1em;
}

div#header h1{
	height:262px;
	width:207px;
	float:left;
	margin-top:20px;
}

div#header h1 a{
	background:transparent url(../images/logo.png) no-repeat left;
	height:262px;
	width:207px;
	display:block;
	text-indent:-3000px;
}

div#header h3{
	background:transparent url(../images/cc.png) no-repeat left;
	height:62px;
	width:592px;
	display:block;
	text-indent:-3000px;
	float:left;
	margin-top:20px;
	margin-left:-20px;	
}

div#header h4{
	font-size: 1.4em;
}

div#header img.bmw{
	float:right;
	margin-top:-22px;
}

div#header_text{
	width: 300px;
	height: 150px;
	float: left;
}

/* Nav 
------------------------------------------------------------------------------------------------- */

ul#nav{
	float: right;
	list-style: none;
	background: none;
}

ul#nav li{
	float: left;
	margin-right: 20px;
}

ul#nav li a{
	color: #000;
	font-size: 0.9em;
}

/* Content 
------------------------------------------------------------------------------------------------- */
div#content{
	height:400px;
	width:800px;
}

div#content h1{
	text-align:center;
	font-size: 2.0em;
}

div#content p{
	font-size:1.1em;
	text-align:center;
	color: #333;
}

div.html_content a{
	color: #333!important;
}

div.html_content ul{
	margin: 10px 20px!important;
}

div#leftcol{
	overflow: hidden;
	width: 258px;
	float:left;
	background:#d7d7d7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left:5px;
	text-align:center;
	border:1px #aaa solid;
	padding-bottom: 10px;
}

div#leftcol img{
	width:240px;
	height:165px;
	margin:10px;
	border:1px #aaa solid;	
}

 div#leftcol h3 a{
	background: transparent url(../images/arrow.jpg) no-repeat right;
	color:#333;
	font-family: Georgia, Serif;
	font-weight:normal;
	padding-right:20px;
	padding-bottom:4px;
 }

div#middlecol{
	overflow: hidden;
	width: 258px;
	float:left;
	background:#d7d7d7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left:5px;
	text-align:center;
	border:1px #aaa solid;
	padding-bottom: 10px;
}

div#middlecol img{
	width:240px;
	height:165px;
	margin:10px;
	border:1px #aaa solid;
}

 div#middlecol h3 a{
	background: transparent url(../images/arrow.jpg) no-repeat right;
	color:#333;
	font-family: Georgia, Serif;
	font-weight:normal;
	padding-right:20px;
	padding-bottom:4px;
 }
 
div#rightcol{
	overflow: hidden;
	width: 258px;
	float:left;
	background:#d7d7d7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left:5px;
	text-align:center;
	border:1px #aaa solid;
	padding-bottom: 10px;
}

div#rightcol img{
	width:240px;
	height:165px;
	margin:10px;
	border:1px #aaa solid;
}

 div#rightcol h3 a{
	background: transparent url(../images/arrow.jpg) no-repeat right;
	color:#333;
	font-family: Georgia, Serif;
	font-weight:normal;
	padding-right:20px;
	padding-bottom:4px;
 }
 
 div#leftcol p, div#middlecol p, div#rightcol p{
 	margin-bottom: 5px!important;
 }

/* Footer 
------------------------------------------------------------------------------------------------- */
div#footer{
	clear: both;
	padding-top: 20px;
}

div#footer a{
	color: #333;
}

/*internal page
-------------------------------------------------------------------------------------------------*/
div#content1{
	width:800px;
	overflow: hidden;
	background:#ffcdcd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px #aaa solid;
}

div#leftside{
	width:360px;
	float:left;
	padding:20px;
}

div#leftside h1{
	margin-bottom: 15px;
}

div#leftside p{
	font-size:1.1em;
	line-height:1.3em;
	color: #333;
}

div#leftside h3 a{
	width:199px;
	height:57px;
	display:block;
	background: transparent url(../images/button1.png) no-repeat left;
	padding-left:25px;
	padding-top:25px;
	font-size:1.3em;
	color:#333;
}

div#rightside{
	width:360px;
	float:left;
	padding:60px 20px;
}

div#rightside img{
	margin:25px;
	border:1px #aaa solid;
}

div#rightside h3 a{
	width:163px;
	height:32px;
	display:block;
	background: transparent url(../images/button2.png) no-repeat left;
	padding-left:10px;
	padding-top:14px;
	font-size:0.8em;
	color:#333;
	float:left;
	margin-top:40px;
}

fieldset.form{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px #666 solid;
	padding: 10px;
	background: #F6F6F6;
}

fieldset.form legend{
	color: #333;
	font-size: 1.2em;
	padding: 5px;
}

fieldset.form dd{
	margin-bottom: 10px;
}

fieldset.form dd input, fieldset.form dd textarea{
	width: 320px;
}

fieldset.form dd textarea{
	height: 300px;
}

fieldset.form dd input.submit{
	width: 120px;
}

fieldset.form p.mandetory{
	font-size: 0.8em!important;
}
	
/* Helper Styles 
------------------------------------------------------------------------------------------------- */	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.highlight {
	font-weight: bold;
	color: #c90033;
}
	
.hide { display: none; }
	
.clear {
	clear: both;
}

.clearleft{
	clear: left;
}
	
.bold {
	font-weight: bold;
}

.date {
}
	
.error {
	color: red;
}
	
em { 
	font-style: italic;
}

p.webdesign a{
	width: 140px;
	height: 30px;
	background: transparent url(../images/cambridge_web_design.png) no-repeat top left;
	outline: none;
	text-indent: -30000px;
	display: block;
}

