/**
Client:		 	Bush Mechanics
Date:				July 2008
**/


/** RESET CODE **/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/** **/

/** CLEAR AND FLOATS **/

.clear {
	clear:both;
	margin:0;
	line-height:1%;
	padding:0;
	font-size:0.1em;
	display:block;
	height:1%;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;

}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

.right {
	float:right;
}

.left {
	float:left;
}

/** **/

/** STRUCTURE **/

html { height: 100%; margin-bottom: 1px;} /* This forces a vertical scroll bar regardless of page height, simply to combat the irritating page shift. */

body {
	margin:0px auto;
	font-family: "Trebuchet MS", arial;
	color: #ffffff;
	background:#676767 url(/images/bg-body.gif) top left;
	font-size:100%;
   line-height:1.125em;
}

* html body { /* make ie5.5 behave itself and center the layout */
	text-align:center;
}

* html body * { /* fix the ie5+ italics float bug */
	overflow:visible;
}

* html body { /* make ie5.5 behave itself and center the layout */
	text-align:center;
}

* html .head, * html .prime, * html .container, * html .foot { /* for ie5.5 / 6.0 - realign the text */
	text-align:left;
}

.head, .container, .foot {
	margin:0 auto;
	width:968px;
	clear:both;
}

.prime {
	float:right;
}

.container {
	position:relative;
	margin-top:20px;
	background:#676767 url(/images/bg-container.png) repeat-y bottom left;
}

.head {
	background:#676767 url(/images/bg-header.png) no-repeat top left;	
	height:114px;
}

.content {
	padding:17px 0 31px 0;
	width:968px;
	float:left;
	display:inline;
}


.content_one {
	width:350px;
	float:left;
	margin:0 0 0 31px;
	display:inline;
}

.content_two {
	width:525px;
	float:right;
	margin:0 31px 0 0;
	display:inline;
}

.foot {
	padding:0px 31px 0 31px;
	width:906px;
}


/** **/

/** HEAD **/

.logo {
	float:left;
}

/** PRIMARY NAVIGATION **/

.prime ul {
	font-size:1.35em;
	padding:77px 31px 0 0;
}

.prime ul li {
	display: inline;
	float: left;
	margin:0;
	padding:0 10px;
	border-right:1px solid #fff;
	line-height:normal;
}

.prime ul li#nav1_5 {
	border:none;
} 

.prime ul li a {
	color:#fff;
}


/** **/

/** FOOTER NAVIGATION **/

.foot ul li {
	padding:0;
	float:left;
	display:inline;
	font-size:0.6em;
	line-height:1em;

}

.foot ul li a {
	padding:0 10px 0 0;
	display:inline;
	float:left;
	text-decoration:none;
}

.foot ul li#nav2_2, .foot ul li#nav2_3, .foot ul li#nav2_4 {
	float:right;
}

.foot ul li#nav2_2 a {
	padding:0;
}

/** **/


/** GENERIC STYLES **/

h1, h2, h3 {
	color:#cccccc;
	font-size:0.9em;
	margin:0.4em 0 0 0;
	padding:0 0 0.2em 0;
}

h1 {
	font-size:1.4em;
	margin:0em 0 0.7em 0;
	line-height:100%;
}

h2 {
	margin-bottom:0.4em;
}

h3 {
	border:none;
	font-size:0.8em;
}

p, li, address {
	margin:0.5em 0 1em 0;
	line-height:1.4em;
	font-size:0.8em;
}

li {
	margin:0.5em 0 0 0;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}

.content ul {
	list-style: disc;
	padding:0em 0 0 1.0em;
	margin:0;
}

.content ul li {
	margin:0;
	padding:0;
}

.content ol {
	list-style: decimal;
	padding:0.5em 0 0 1.5em;
}

/* notes */

.note_info {
	background-color: #f0f9ff;
	border: 1px solid #cacbcc;
	padding:0.2em;
	clear:both;
	text-align:center;
	width:18em;
	margin-left:210px;
}

.note_warning {
	background-color: #ffdbe0;
	border: 1px solid #cacbcc;
	color: red;
	font-weight: bold;
	padding: 4px;
	text-align:center;
}

/* */

/* Caption images */

.caption_image {
	margin:0;
	padding:0;
	text-align: left;
}


.caption_image.right {
	margin:0 0 13px 13px;
}

.caption_image.left {
	margin:0 13px 13px 0;
}

.content_one .caption_image.left, .content_one .caption_image.right {
	float:none;
	margin:0;
}

.caption_image p, .caption_image img {
	padding:0;
	margin:0;
	font-size:0.9em;
	color:#003D4D;
}

.caption_image p {
	padding:0;
	margin:0 0 0.5em 0;
	font-size:0.9em;
	color:#fff;
}

/* */

/** **/

/** STYLES AND STRUCTURE FOR SPECIFIC AREAS / SECTIONS **/

/* Home page */

#home h1 {
	display:none;
}

#home .content_one {
	width:380px;
	background:transparent url(/images/bg-content_one.jpg) top right no-repeat;

	min-height:525px;
	height:auto !important;
	height:525px;
}

#home .content_two {
	width:525px;
	overflow:hidden;
}

#home div.introtext {
	margin:274px 0 0 0;
	padding:12px 20px 6px 20px;
	background:transparent url(/images/bg-introtext.png);

}

#home div.introtext p {
	font-size:0.75em;
	line-height:1.6em;
}

#home h1 {
	font-size:0.8em;
	font-weight:normal;
}

/* */


/* Gallery */

#portfolio .content_col2 {
	float:left;
	width:142px;
	padding:0 28px 0 31px;

	min-height:525px;
	height:auto !important;
	height:525px;	
}

#portfolio .content_col1 {
	width:720px;
	float:right;
	margin:0 31px 0 0;
	display:inline;
}

#portfolio .content_col2 ul {
	list-style:none;
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:0.9em;
}

#portfolio .content_col2 ul li {
	padding:0  0 8px 0;
}

#portfolio .content_col2 ul li a:hover {
	text-decoration:none;
}

#portfolio .content_col2 ul li a.activelink {
	color:#fff;
}


 h2 {
	margin-bottom:10px;
	padding-top:10px;
	clear:left;
}

#portfolio #gallery_main_image  {
	width:524px;
	padding:0;
	float:right;
}

#portfolio #gallery_image_set {
	float:left;
	padding:0;
	width:180px;
}


#portfolio .thumb {
	margin:0 3px 5px 0;
	float:left;
	width:55px;
	height:55px;	
	border:1px solid #fff;
}

#portfolio .gallery_main_image {
	width:524px;
	height:525px;
}

#portfolio .gallery_description {
	width:175px;
}


/* large image */

* html #surround { /* as ie6 won't play ball and position the gallery image centered to the page, we'll stuff it into the content area and be done with it - ie6, please die soon */
	position:relative;
	z-index:3;
}

#gallery_large_image a:hover {
	text-decoration:none;
}

#gallery_large_image .holder {
	width:740px;
	margin:90px auto;
	background:url(/images/gallery_large_background.png);
	position:relative;
}

#gallery_large_image .holder .large_image {
	margin:20px 0;
	border:10px solid #fff;
}

#gallery_large_image .nav {
	background:url(/images/gallery_large_background.png);
	width:30px;
	position:absolute;
	top:0;
	height:100%;
	font-size:0.6em;
	font-weight:bold;
}

#gallery_large_image .nav.left {
	border-right:1px solid #666;
	left:0;
}

#gallery_large_image .nav.right {
	border-left:1px solid #666;
	right:0;
}

#gallery_large_image .nav p {
	position:absolute;
	top:40%;
	color:#666;
}

* html #gallery_large_image .nav p {
	top:210px;
}

#gallery_large_image .nav.right p {
	right:5px;
}

#gallery_large_image .nav.left p {
	left:5px;
}

/* */

/** FORMS **/

/* forms */

.contactform label,.contactform input {
	display:block;
	font-size: 0.8em;
}

.contactform input, .contactform textarea {
	margin:0 0 0.5em 0;
}

.contactform fieldset {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}

p.adminerror {
	padding:5px 0;
	border-top:1px solid #bed63a;
	border-bottom:1px solid #bed63a;
	color:#bed63a;
	margin-top:0;
	font-weight:bold;
}

form p.adminerror {
	font-weight:normal;
	border:none;
	margin-top:-0.5em;
}

form #name, form #email, form #number, form #enquiry {
	width:345px;
}

/* */

form .note_info, form .note_warning, form .buttons, form .note_plain {
	margin-left:60px;
	text-align:left;
}

/* for the wonderful ie5.5/6.0 we all love so much */

* html #contact_us form input {
	width:50%;
}

* html #contact_us form div.buttons input {
	width: auto;
}

/* */

/** **/

/** ADMIN **/

.admin a {
	color:#cc0000;
	text-decoration:none;
	background:#ddd;
	padding:0.4em;
	border:1px #fff solid;
	line-height: 2em;
	font-weight:bold;
	display: inline;
}

.content_one li div.admin a {
	color:#cc0000;
	padding:0.0em;
}

.content_one li div.admin a:hover {
	color:#cc0000;
}

.admin a:hover {
	background:#ccc;
}

.caption_image .admin {
	text-align: left;
	position:absolute;
	font-size:0.8em;
}

.caption_image .admin a {
	margin:0 2px 0 0;
}


/** **/