/**
Client:			Tara Signs
Date:				May 2008
Created by:		Gencon
**/


/** 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: Arial, Helvetica, sans-serif;
	color: #000;
	background:#ffffff url(/images/bg-body.gif) repeat-x 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 {
	position:absolute;
	bottom:0;
	right:0;
}

.container {
	position:relative;
	margin-top:20px;
}

.head {
	border:1px solid #c5c6c7;
	border-bottom:none;
	background:#ffffff;
	position:relative;
}

.content {
	padding:0;
	width:902px;
	float:left;
	display:inline;
	border-color:#c5c6c7;
	border-style:solid;
	border-width:30px 34px 34px 34px;
	background:#fff;
}

.content_one {
	width:495px;
	float:right;
	margin:0;
	display:inline;
	background:#ffffff;
	padding:0 20px 0 45px;
}

.content_two {
	width:340px;
	float:left;
	margin:0;
	display:inline;
	background:#ffffff;
}

.content_three {
	margin:30px 0 0 0;
	float:left;
	width:200px;
	position:relative;
	display:inline;
}

.foot {
	margin:0px 31px 0 31px;
	width:906px;
}

/** **/

/** HEAD **/

.logo {
	float:left;
}

/** PRIMARY NAVIGATION **/

.prime ul {
	margin-right:31px;
	background:transparent url(/images/bg-prime-li.gif) no-repeat top right;
	height:27px;
}

* html .prime ul {
	width:415px;
}

.prime ul li {
	display:inline;
	float: left;
	margin:0;
	padding:5px 10px;
	background:transparent url(/images/bg-prime-li.gif) no-repeat top left;
	font-size:0.75em;
	font-weight:bold;
}

.prime ul li a {
	color:#000000;
	display:block;
}

.prime ul li a:hover {
	color:#ea2227;
	text-decoration:none;
}

/** **/

/** SECONDARY NAVIGATION **/

.content .content_three ul {
	border:1px solid #f2f3f3;
	padding:0;
	padding:15px 0 25px 0;
	margin-bottom:10px;
}

.content .content_three ul li {
	list-style:none;
	margin:0 15px 0 15px;
	padding:0.5em 0 0.5em 10px;
	background:#fff url(/images/bg-content_three_li.gif) no-repeat 0 50%;
	border-bottom:1px solid #d7d7d7;
	font-size:0.75em;
	position:relative;
}

.content .content_three ul li a {
	color:#5a5a5a;
	height:1%;
}

/** 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;
	color:#000;
}

.foot ul li a:hover {
	color:#ea2227;
}

.foot ul li#nav2_2, .foot ul li#nav2_3 {
	float:right;
}

.foot ul li#nav2_2 a, .foot ul li#nav2_3 a {
	padding:0 0 0 5px;
}

/** **/


/** GENERIC STYLES **/

h1, h2, h3 {
	color:#000;
	font-size:1.4em;
	margin:20px 0 0 0;
	padding:0;
	line-height:1em;
}

h1 {
		color:#808080;
}

h2 {
	padding-bottom:8px;
	font-size:1.2em;
}

h3 {
	font-size:1.1em;
}


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:#ea2227;
	text-decoration:none;
}

a:hover {
	color:#ea2227;
	text-decoration:underline;
}

.content ul {
	list-style: disc;
	padding:0.5em 0 0 1.5em;
}

.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 0 13px;
}

.caption_image.left {
	margin:0 13px 0 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:#666;
}

.caption_image p {
	padding:0;
	margin:0 0 0.5em 0;
	font-size:0.9em;
	color:#666;
}

/* */

/** **/

/** STYLES AND STRUCTURE FOR SPECIFIC AREAS / SECTIONS **/

/* Home page */

#home .content_one {
	width:902px;
	float:none;
	padding:0;
	display:block;
}

#home h1 {
	display:none;
}

#home .content_two {
	margin:0;
	width:900px;
	float:none;
	border-left:1px solid #fff;
	padding:0;
	display:block;
	background:#fff url(/images/bg-content_two_home.gif) top left repeat-y;
}

#home .section_one {
	width:408px;
	padding:0 34px;
	float:left;
}
#home .section_one h2 {
	color:#808080;
}


#home .section_two {
	width:174px;
	padding:0 20px;
	float:left;
}

#home .column_cta {
	width:210px;
	padding:0;
	float:left;
	position:relative;
}


#home h1 {
	color:#808080;
	font-size:1.4em;
	margin:20px 0 0 0;
	padding:0;
}

#home .section_one p {
	font-weight:bold;
}

#home .section_two h2 {
	border-bottom:1px solid #dfdfdf;
	margin-left:-19px;
	margin-right:-19px;
	padding:0 19px 8px 19px;
}

#home .column_cta h2 {
	padding:0 20px 8px 20px;
}

/* */

/* About Us */

body#about_us .content_one {
	width:280px;
	float:left;
	margin:0;
	display:inline;
	background:#ffffff;
	padding:0 20px 0 45px;
}

* html body#about_us  .content_one {
	padding:0 20px 0 15px;
}

/* */

/* Products & Services */

body#products_and_services .content_one {
	width:280px;
	float:left;
	margin:0;
	display:inline;
	background:#ffffff;
	padding:0 20px 0 45px;
}

* html body#products_and_services .content_one {
	padding:0 20px 0 15px;
}

/* */

/* Gallery */

body#case_studies .content_one {
	width:200px;
	float:left;
	margin:0;
	display:inline;
	background:#ffffff;
	padding:0 20px 0 45px;
}

* html body#case_studies  .content_one {
}

body#case_studies .content_two {
	width:420px;
}



body#case_studies h2 {
	margin-bottom:1.7em;
}

body#case_studies h3 {
	font-size:0.8em;
	clear:left;
	padding-top:10px;
}

body#case_studies #gallery_main_image  {
	width:420px;
	padding:0;
	float:left;
	overflow:hidden;
}

body#case_studies #gallery_image_set {
	float:left;
	padding:0;
	width:180px;
}

body#case_studies .thumb {
	margin:0 5px 5px 0;
	float:left;
	width:55px;
	height:55px;
}

body#case_studies .gallery_main_image {
	width:420px;
	height:525px;
}

body#case_studies .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;
}

/* */


/* Contact */

#contact .content_one {
	width:471px;
	display:inline;
	float:left;
}

* html body#contact  .content_one {
	padding:0 20px 0 15px;
}

/* */

/* Site Credits */

#site_credits .content {
	padding:0 20px 20px 30px;
	width:852px;
}

/** FORMS **/

/* forms */

.contactform label,.contactform input {
	display:block;
	font-size: 0.8em;
	float:none;
}


.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;
}

label {
	width:10em;
	float:left;
	font-size: 0.8em;	
}

fieldset.buttons {
	padding-left:8em;
}

.contactform label {
	float:none;
}

input {
	float:left;
}

label.radiolabel {
	width:auto;
	margin-right:10px;
}

.contactform label,.contactform  input {
	display:block;
	font-size: 0.8em;
}

input, textarea {
	margin:0 0 0.5em 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;

}

fieldset div {
	clear:both;
	margin:5px 0;
}

p.adminerror {
	padding:5px 0;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#989898;
	margin-top:0;
	font-weight:bold;
}

form p.adminerror {
	font-weight:normal;
	border:none;
	margin-top:-0.5em;
}


/* 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_-_content_editor .content, #admin_-_call_to_action_editor .content, #admin_-_gallery_editor .content, #admin_-_gallery_image_editor .content, #login .content {
	padding:10px;
	width:882px;
}

.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;
}

#home .column_cta .admintext {
	background:#fff;
}
/** **/
