/*
Common CSS File for http://www.sernaservices.com/
©2009 http://wbdsgn.com
Contact chris@wbdsgn.com
*/

/* >>> RESET <<<-------------------------------- */

html,body {
	height: 100%;
	font-size: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td,tr { 
	margin: 0;
	padding: 0;
}

fieldset,img,a img,abbr,acronym { 
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ul,li {
	list-style: none;
}

caption,th {
	text-align:left;
}

strong {
	font-weight: bold;
}

sup,sum {
	font-size: 0.5em;
}

/* >>> COMMON LAYOUT AND STYLING <<<------------ */

body {
	position: relative;
	text-align: center;
	font: 62.5% arial,sans-serif;
	color: #666;
	background: #d6d6d6 url(../images/mainBgY.png) repeat-y top center;
}

#wrapper {
	margin: 0 auto -100px;
	width: 842px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
}

.row {
	float: left;
	display: inline;
	width: 842px;
}

#push {
	clear: both;
	height: 100px;
}

/* >>> WEBSITE HEADER <<<----------------------- */

#header {
	height: 140px;
	background: url(../images/headerBg.png) no-repeat top left;
}

	a#logo {
		float: left;
		display: inline;
		width: 130px;
		height: 140px;
		text-indent: -9999px;
	}

	#header p {
		float: right;
		display: inline;
		width: 500px;
		padding: 13px 10px 0 0;
		font: 9px tahoma,sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-align: right;
		color: #ccc;
	}

/* >>> MAIN TOP <<<----------------------------- */

#mainTop {
	float: left;
	display: inline;
	width: 842px;
	height: 265px;
}

	#mainImage {
		float: left;
		margin: 0;
		padding: 0;
	}

/* >>> MAIN NAVIGATION <<<---------------------- */

#mainNav {
	float: right;
	display: inline;
	width: 280px;
	background: #4ba948;
}

	#mainNav ul {
		padding: 20px;
	}

/* >>> MAIN CONTENT <<<------------------------- */

#content {
	float: left;
	display: inline;
	width: 541px;
	padding-bottom: 20px;
}

	#contentPad {
		float: left;
		display: inline;
		padding: 0 10px;
	}

	#content p,#content ul,#content ol {
		padding: 10px 0;
		font: 12px/20px arial,sans-serif;
	}

	#content ul li {
		margin-left: 20px;
		list-style-type: disc;
	}
	
	#content ol {
		margin-left: 20px;
	}

	#content ol li {
		list-style: decimal;
		list-style-type: decimal;
		margin-bottom: 20px;
	}
	
	#content ol li span,#testimonials #content p span {
		display: block;
		font-weight: bold;
		color: #333;
	}
	
	#content ol ul li {
		list-style: none;
		list-style-type: none;
		margin: 0;
	}

	#current {
		width: 541px;
		height: 20px;
		margin-top: 0;
		border-bottom: 1px dotted #e5e5e5;
		padding: 14px 0 6px 0;
		font: 9px/20px tahoma,sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #949494;
	}

	.mainMeta {
		height: 20px;
		padding: 13px 0 7px 0;
		line-height: 20px;
		font: 9px/20px tahoma,sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #949494;
	}

/* >>> SECONDARY CONTENT <<<-------------------- */

#secondary {
	float: right;
	display: inline;
	width: 280px;
}

	#callBack {
		margin-top: 1px;
		padding: 0 20px 10px 20px;
		background: #d6d6d6;
	}

	#secNews {
		margin-top: 1px;
		padding: 0 20px 20px 20px;
		background: #bcbcbc;
	}

	#secNews .meta {
		font: 9px/20px tahoma,sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #fff;
	}

/* >>> FOOTER <<<------------------------------- */

#footer {
	width: 100%;
	height: 100px;
	text-align: center;
	color: #333;
}

#footerBox {
	margin: 0 auto;
	width: 842px;
	height: 98px;
	text-align: left;
	border-top: 1px solid #e5e5e5;
	padding-top: 1px;
	font: 9px/20px tahoma,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(../images/separator.gif) repeat-x top left;
}


#footerBox ul {
	float: left;
	display: inline;
	width: 832px;
	padding-left: 10px;
	border-top: 1px solid #e5e5e5;
	padding-top: 17px;
	background: url(../images/BICSc-logo.jpg) no-repeat bottom right right;

}

#footerBox ul li {
	float: left;
	display: inline;
	margin-right: 8px;
}

#footer p {
	clear: both;
	width: 822px;
	padding-left: 10px;
}

/* >>> CONTACT PAGE AND FORM <<<------------------------- */

#contact #contactForm {
	float: left;
	display: inline;
	width: 320px;
}

#contact #contactDetails {
	float: left;
	display: inline;
	width: 220px;
}

form {
	margin-bottom: 20px;
	font: 9px/20px arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
}

fieldset {
	width: 240px;
}

label {
	display: block;
	padding-top: 2px;
	height: 20px;
}

.input {
	width: 180px;
	border-top: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #666;
	padding: 4px;
}

#content .input {
	border: 2px solid #ccc;
}

.textarea {
	width: 240px;
	height: 100px;
	margin-bottom: 10px;
	border: 2px solid #ccc;
	padding: 4px;
	font-size: 12px;
}

.submit {
	margin-top: 10px;
	border: 2px solid #969696;
	padding: 4px 2px 3px 2px;
	text-transform: uppercase;
	font: 9px arial,sans-serif;
	letter-spacing: 1px;
	color: #fff;
	background: #c00;
	cursor: pointer;
}

/* >>> HEADERS <<<------------------------------ */

h1,h2,h3,h4,h5,h6 {
	color: #333;
}

h1 {
	font: 600 28px/40px "myriad pro",arial,serif;
	letter-spacing: -1px;
}

h2,h3,h4 {
	font: 600 21px/40px "myriad pro",arial,serif;
	letter-spacing: -1px;
}

h5 {
	text-transform: uppercase;
	padding: 13px 0 17px 0;
	font: bold 11px/20px arial,sans-serif;
	color: #333;
}

h6 {
	margin-top: 20px;
	font: 600 16px/20px arial,serif;
}

/* >>> LINKS <<<-------------------------------- */

a {
	text-decoration: none;
}

a:link,a:visited {
	color: #999;
}

a:hover,a:active {
	color: #999;
}

#header p a:link,#header p a:visited {
	margin: 0 3px;
	color: #969696;
}

#header p a:hover,#header p a:active {
	text-decoration: underline;
	color: #64a649;
}

#mainNav li a:link,#mainNav li a:visited {
	display: block;
	width: 210px;
	height: 24px;
	padding: 1px 0 0 30px;
	text-transform: uppercase;
	font: bold 11px/24px arial,sans-serif;
	color: #a5d4a4;
	background: url(../images/mnButtonBg.gif) no-repeat bottom left;
}

#mainNav li a:hover,#mainNav li a:active,#home #mainNav .navHP a,#about #mainNav .navAU a,#office #mainNav .navOC a,#domestic #mainNav .navDC a,#carpet #mainNav .navCC a,#office #mainNav .navOC a,#news #mainNav .navLN a,#contact #mainNav .navCU a,#about #mainNav .navAU a,#testimonials #mainNav .navCT a,#faq #mainNav .navFA a {
	color: #30892b;
	background: #93cb91 url(../images/mnButtonBg.gif) no-repeat top left;
}

	#mainNav li a:hover,#mainNav li a:active {
		color: #fff;
	}


#current a:link,#current a:visited {
	color: #64a649;
}

#current a:hover,#current a:active {
	text-decoration: underline;
}

#content p a:link,#content p a:visited,#content ul a:link,#content ul a:visited {
	text-decoration: underline;
}

#content p a:hover,#content p a:active,#content ul a:hover,#content ul a:active {
	text-decoration: none;
	color: #333;
}

#secNews a:link,#secNews a:visited {
	font: bold 11px/20px arial,sans-serif;
	text-transform: uppercase;
	color: #333;
}

#secNews a:hover,#secNews a:active {
	text-decoration: underline;
}

#news #content h2 a:hover {
	color: #333;
	text-decoration: underline;
}

#footer a:hover,#footer a:active {
	text-decoration: underline;
	color: #333;
}

#home #footer .navHP a,#about #footer .navAU a,#office #footer .navOC a,#domestic #footer .navDC a,#carpet #footer .navCC a,#office #footer .navOC a,#news #footer .navLN a,#contact #footer .navCU a,#about #footer .navAU a,#testimonials #footer .navCT a,#faq #footer .navFA a {
	text-decoration: underline;
}