/*
--------------------------------
Layout
--------------------------------
*/

* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #333;
	line-height: 1.4em;
	background: #fff;
	}
	
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	}

#homebox {
	width: 692px;
	height: 372px;
	background: #232100 url(images2/main_bg.jpg) no-repeat;
	margin: 20px auto 0 auto;
	position: relative;
	}
	
#homebox object {
	position: absolute;
	display: block;
	top: 202px;
	left: 218px;
	}
	
#content {
	width: 662px;
	padding: 30px 15px;
	margin: 0 auto;
	background-color: #f5f4f3;
	min-height: 550px;
  	height: auto !important;
  	height: 550px;	
	}

#header {
	width: 692px;
	height: 152px;
	margin: 0 auto;
	background: #232100;
	position: relative;
	}

#header .about {
	background: #232100 url('images2/menubg_about.jpg') top left;
	height: 152px;
	}
#header .team {
	background: #232100 url('images2/menubg_team.jpg') top left;
	height: 152px;
	}
#header .work {
	background: #232100 url('images2/menubg_work.jpg') top left;
	height: 152px;
	}
#header .results {
	background: #232100 url('images2/menubg_results.jpg') top left;
	height: 152px;
	}
#header .clients {
	background: #232100 url('images2/menubg_clients.jpg') top left;
	height: 152px;
	}
#header .contact {
	background: #232100 url('images2/menubg_contact.jpg') top left;
	height: 152px;
	}
	
.copyright {
	font-size: .9em;
	color: #999999;
	text-align: right;
	width: 662px;
	margin: 0 auto;
	padding: 10px 15px;
}

.bold {
	font-weight: bold;
	}

.clearall {
	clear: both;
	}
	
hr {
	margin: 10px 0 20px 0;
	}
	
.list-box {
	margin-left: 200px;
}

/*
.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
.dots {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #666666;
	letter-spacing: 3px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #D0723C;
	font-weight: bold;
}

.form {
	border: 1px solid #999999;
}
*/


/*
--------------------------------
Text
--------------------------------
*/
	
h1 {
	font-size: 1.6em;	
	color: #fff;
	}

#homebox h1,#header h1 {
	background: url("images2/main_mcalogo.png") no-repeat;
	background-position: top left;
	height: 70px;
	width: 215px;
	}	
	
h2 {
	font-size: 1.4em;
	color: #D0723C;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 18px;
	}

h3 {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 1.3em;
	}

h4 {
	font-size: 1.2em;
	color: #000;
	font-weight: normal;
	}

span.appear {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 12px;
	font-style: normal;
	display: block;
	display: none;
	background: #ece9e6;
	margin: 10px 30px 10px 0px ;
	padding: 10px;
	border: 1px solid #e6e1dc;
	}

p,a,address {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 12px;
	font-style: normal;
	}
	
.hide {
	visibility: hidden;
	}
	
a:link {	color: #854621;	}
a:visited {	color: #854621; }
a:hover {	color: #CC6600; }
a:active {	color: #CF7239; }


/*
--------------------------------
Images
--------------------------------
*/


img.pad {
	margin-bottom: 40px;
	border: 5px solid #000;
	}

img.leftpad {
	border: 5px solid #000;
	float: left;
	margin: 0 15px 10px 0;
	clear: left;
	}

img.rightpad {
	border: 5px solid #000;
	float: right;
	margin: 0 0 10px 15px;
	clear: right;
	}

/*
--------------------------------
Lists
--------------------------------
*/

ul#introlist {
	position: absolute;
	top: 78px;
	left: 60px;
	} 
ul#introlist li {
	color: #fff;
	list-style-type: none;
	aheight: 15px;
	aoverflow: hidden;
	margin: 0;
	padding: 0;
	} 
ul#introlist li a {
	display: block;
	width: 90px;
	height: 15px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}
ul#introlist li i {
	visibility: hidden;
	}
ul#introlist li a#home {	background: url("images2/homemenu_home.png") no-repeat top left;}
ul#introlist li a#about {	background: url("images2/homemenu_about.png") no-repeat top left;}
ul#introlist li a#team {	background: url("images2/homemenu_team.png") no-repeat top left;}
ul#introlist li a#work {	background: url("images2/homemenu_work.png") no-repeat top left;}
ul#introlist li a#results {	background: url("images2/homemenu_results.png") no-repeat top left;}
ul#introlist li a#clients {	background: url("images2/homemenu_clients.png") no-repeat top left;}
ul#introlist li a#contact {	background: url("images2/homemenu_contact.png") no-repeat top left;}
ul#introlist li a#home:hover {	background-position: bottom left;}
ul#introlist li a#about:hover {	background-position: bottom left;}
ul#introlist li a#team:hover {	background-position: bottom left;}
ul#introlist li a#work:hover {	background-position: bottom left;}
ul#introlist li a#results:hover {	background-position: bottom left;}
ul#introlist li a#clients:hover {	background-position: bottom left;}
ul#introlist li a#contact:hover {	background-position: bottom left;}

ul#headerlist {
	position: absolute;
	top:0px;
	left: 230px;
	list-style-type: none;
	}
ul#headerlist li {
	float: left;
	border-right: 1px solid #686853;
	margin: 2px 0 0 0;
	}
ul#headerlist li#home {
	background: url(images2/menu_home.gif);
	width: 38px;
	}
ul#headerlist li#about {
	background: url(images2/menu_about.gif);
	width: 56px;
	}
ul#headerlist li#team {
	background: url(images2/menu_team.gif);
	width: 60px;
	}
ul#headerlist li#work {
	background: url(images2/menu_work.gif);
	width: 61px;
	}
ul#headerlist li#results {
	background: url(images2/menu_results.gif);
	width: 69px;
	}
ul#headerlist li#clients {
	background: url(images2/menu_clients.gif);
	width: 70px;
	}
ul#headerlist li#contact {
	background: url(images2/menu_contact.gif);
	width: 68px;
	border-right: none;
	}
ul#headerlist li a {
	text-decoration: none;
	display: block;
	height: 28px;
	margin: 0;
	}
ul#headerlist li a i {
	visibility: hidden;
	}


ul.normal {
	}
ul.normal li {
	margin-left: 25px;
	padding: 0;
	list-style-type: square;
	}

ul.clients {
	float: left;
	font-size: 1.2em;
	line-height: 1.8em;
	list-style-type: square;
	margin: 0 15px 0 0;
	}

ul.clients li {
	margin-left: 20px;
}

ul.clients2 {
	float: left;
	font-size: 1.2em;
	line-height: 1.8em;
	list-style-type: square;
	margin: 0 0 0 30px;
	}

ul.clients2 li {
	margin-left: 20px;
}


/*
--------------------------------
Tables
--------------------------------
*/


table,table tr,table tr td {
width: auto;
border-collapse: collapse;
}

table {
margin: 0 auto;
}

/*
--------------------------------
Forms
--------------------------------
*/

form fieldset{
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 10px;
	margin: 10px 0px;
	border: 1px solid #bbb;
	width: 450px;
	position: relative;
	}

form legend {
	color: #999;
	font-size: 1.2em;
	padding: 0 5px;
	}

form label {
	display: inline-block;
	line-height: 1.2em;
	vertical-align: top;
	}

form fieldset li {
	margin: 0 0 5px 0;
	float: left;
	clear: both;
	margin-left: 25px;
	line-height: 1.2em;
	color: #999;
	width: 400px;
	}
form ol li label {
	color: #555;
	width: 90px;
	height: 25px;
	display: block;
	line-height: 1.2em;
	float: left;
	}
form ol li input {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1em;
	float: left;
	border: 1px solid #ccc;
	padding: 3px;
	width: 200px;
	color: #444;
	}
form ol li input.short {
	width: 100px;
	}
form ol li textarea {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	float: left;
	border: 1px solid #ccc;
	padding: 3px;
	width: 300px;
	color: #444;
	}

form input.submit {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1em;
	padding: 5px;
	margin: 10px 0 0 115px;
	background: #fff;
	border: 2px solid #999;
	color: #555;
	float: left;
	clear: both;
	}
	
form p {
	float: left;
	clear: both;
	color: #555;
	font-size: 1em;
	margin: 5px 0 0 5px;
	}