/* 
Title:     Noiseland
Author:    (r) This site runs like Clockwork (http://www.clockwork.net/).
Updated:   July 22, 2008 - August 7, 2008 by sheldon@clockwork.net
*/


/* reset css */

html, body, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
	border: 0;
	margin: 0; 
	padding: 0;
}

ul, ol, li {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}

/* global layout */

body {
	background-color: #eee;
	padding: 0;
	margin: 0;
}

#wrapper {
	border: 1px solid #000;
	background-color: #fff;
	width: 750px;
	margin: 0px auto;
}

#advert {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	bgcolor: #ddd;
}

#gallery #advert, #two_col #advert, #one_col #advert { /* only show advert on home page */
	display: none;
}

#header {
	padding: 0;
	margin: 0;
}

#navigation {
	padding: 0;
	margin: 0;
}

#content_wrap {
	background-color: #fff;
	padding: 0;
	margin: 0;
}

#footer {
	height: 2px;
	padding: 0;
	margin: 0;
	clear: both;
}


/*  one_col layout */

.one_col_center .inner {
	margin: 13px 17px;
}


/* two_col layout */

.two_col_left {
	width: 416px;
	float:left;
}

.two_col_left .inner {
	margin: 10px 13px;
}

.two_col_right {
	float: right;
	width: 333px;
}

.two_col_right .inner {
	margin: 10px 13px;
}


/* specific/shared layout for 2 columns */

#home #content_wrap, #gallery #content_wrap, #two_col #content_wrap {
	background-image: url(../images/noiseland_content_dotted_bg.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}


/* home page layout */

#home .two_col_left .inner {
	margin: 10px 30px 5px;
}

#home .two_col_right .inner {
	margin: 10px 10px 0px 11px;
}


/* gallery layout */
 
div.gallery_index {
	margin: 0px;
	padding: 0px;
}
div.gallery_index ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.gallery_index ul li {
	margin: 0px;
	padding: 2px;
	float: left;	
}
div.gallery_index img {
	border: 0px;
}

#gallery .one_col_center {
	border-bottom: 1px dotted #333;
	background-color: #fff;
}

#gallery .one_col_center .inner {
	margin: 0;
	padding: 0;
}

#gallery .one_col_center p {
	margin: 9px auto;
	padding: 0;
	width: 350px;
}

#gallery .one_col_center img {
	margin: 10px 12px;
	padding: 0;
}


/* global typography & images */

/* content_wrap = main content areas */

#content_wrap hr {
	color: #ccc;
}

#content_wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#content_wrap p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 1em 0;
}

#content_wrap h1, #content_wrap h2, #content_wrap h3, #content_wrap h4, #content_wrap h5, #content_wrap h6 {
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	color: #555865;
	margin: 0;
	padding: 10px 0 4px;
}

#content_wrap h2 { 
	font-size: 16px;
	line-height: 20px;
}

#content_wrap h3 {
	font-size: 14px;
	color: #036;
	line-height: 20px;
	padding: 10px 0;
}

#content_wrap h4 {
    font-size: 13px;
    text-transform: none;
    color: #000;
    padding: 0px;  
    line-height: 20px;  
}

#content_wrap h5 {
    font-size: 12px;      
    line-height: 20px;
}

#content_wrap h6 {
    font-size: 12px;
    line-height: 20px;
}

#content_wrap p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 1em 0;
}

#content_wrap p strong {
	color: #036;	
}

#content_wrap p.note {
	font-size: 92%;	
}

#content_wrap ul, #content_wrap ol {
	font-size: 12px;
	line-height: 20px;
	margin-top: 0;
	padding-top: 0;
}

#content_wrap #clockwork {
	margin: 0px auto;
}

#content_wrap #clockwork p {
	width: 250px;
	text-align: center;
	padding: 20px 0px 0px 30px;
	margin: 0;
}


/* home typography & images */

#home #content_wrap h2 { 
	font-size: 110%;
}


/* services typography & images */

.services_right img {
	float: right;
	margin: 10px 0 15px 10px;
}

.services_left img {
	float: left;
	margin: 10px 10px 15px 0;
	display: block;
}


/* specs typography & images */

.specs_left img {
	float: left;
	margin: 0 5px 5px 0;
}

.specs_left {
	clear: both;
}

.textWhiteBold {
	color: #fff;
	font-weight: bold;
}


/* contact typography & images */

.image_rotator_component img {
	margin-right: -5px;
}


/* general fixins */

a img {
	border: 0;
}

.hide {
	display: none;
}

.center {
	text-align: center;
	margin: 0px auto;
	padding: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

hr {
	clear: both;
}

.compress {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.gallery_single_image h3 {
	display: none;	
}

table {
	float: left;
	text-align: left;
}

#two_col .border {
	border: 1px solid #999;
	padding: 10px;
	margin: 0 auto;
	background-color: #ececec;
}

#one_col table.border {
	float: none;
	border: 1px solid #999;
	margin: 0 auto;
}


/* peekaboo bug fixing */

.richtext h2, .richtext h3, .richtext p {
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
}



/* From General Styles */

.clear { 
	clear: both;
}

.message {     
	color: #b91418;    
	font-weight: normal;
}

.errortext, .message, body ul.message,
body ul li.message, body ul.message li,
#mainbody li.message, #maincopy li.message {
	color: red;

}


/* global nav */

#navigation {
	background-image:  url(../images/nav_bkg.gif);
	background-color: #000;
	background-repeat: repeat-x;
	height: 35px;
	border: none;
	border-top: 1px dotted #eee;
	border-bottom: 1px dotted #eee;
}

#navlist
{
	margin: 0;
	padding: 0;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
}

#navlist li {
	height: 35px;
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#navlist a, #navlist a:visited {
	height: 16px;
	/* line-height: 19px; */
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 11px;
	padding-bottom: 2px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bolder;
}

#navlist li.current a, #navlist li.current a:visited, #navlist a:hover, #navlist li.parent a {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 11px;
	padding-bottom: 2px;
    /* border-bottom-width: 6px; */
    border-bottom-style: solid;
    border-bottom-color: #CC0000;
}



.two_col_right form table {
	width: 333px;
}

/*
Noiseland lightbox 2011
*/
div.light_box_wrap .gallery_index {
display: none;
}
div.light_box_wrap .image_component {
	cursor: pointer;
}
