@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration:none;
	color:#402C3F;
	border:none
}

a:visited {
	text-decoration:none;
	color:#FFF;
	border:none
}

a:hover {
	text-decoration:none;
	color:#49A948;
	border:none
}
a:active {
	text-decoration:none;
	color:#49A948;
	border:none
}

body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.7em;
	font-weight: lighter;
	margin: 0;
	padding: 0;
	background: #FFF;
}


.bold{
	font-weight:bold;
}


#purple_bar {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #402C3F;
}

#bar_content {
	width: 810px;
	color: #FFF;
	text-align: right;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	background: url(images/karen_color_175px.png) no-repeat 81px 30px;
}

#content p {
	padding-right: 0px;
	padding-left: 0px;
}
.workblock{
	font-size: 0.8em;
	height: 200px;
	border: thin solid #666;
	margin-bottom: 20px;
	padding-left: 20px;
}
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/

#header_container {
	width: 100%;
	height: 165px;
	background: url(images/header_back.png) repeat-x 40px;
}
.logo {

}
#header {
	overflow: hidden;
	height: 160px;
	width: 810px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 0px;
}

#header_text {
	float: right;
	margin-top: 15px;
}

#header .p_email {
	background: url(images/icon_email.png) no-repeat;
	padding-left: 30px;
}

#header .p_phone {
	background: url(images/icon_phone.png) no-repeat;
	padding-left: 30px;
}

#header .p_pricelist {
	background: url(images/icon_doc.png) no-repeat;
	padding-left: 30px;
}

#footer {
	background-color:#402C3F;
	margin-top: 2em;
	padding-left:10%;
	padding-right:10%;
	text-align:center;
	color: #FFF;
	margin-bottom: 2em;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #FF6600;
	text-align: center;
}
img {
	text-decoration: none;
	margin-right: 0px;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgrightwork {
	width: 175px;
	height: 175px;
	float: right;
	border: 1px solid #333333;
	padding: 2px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.imgright {
	float: right;
	border: 1px solid #333333;
	padding: 2px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#form2{
	line-height:1.1em;
}


/*
================================================================================
|                                     GALLERY                                  |
================================================================================
*/

.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
}
.oneColElsCtr #mainContent {
	padding: 0 20px; 
}


#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}


		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.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 */ 
	
/*
================================================================================
|                                     SPRY                              |
================================================================================
*/
spytrigger1 {
	color: #360;
}
#main_container {
	width: 100%;
	height:450px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #FFF;
}
#main_content {
	width: 810px;

	color: #FFF;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	clear:both;
}

#left_content {
	float:left;	
	text-align:right;
	width:220px;
	font-size:1.2em;
	line-height: 29px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	color:#402C3F;
}

#right_content{
	float:right;
	text-align:center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color:#666;
	color:#FFF;
}
#left_content p .brochure_link {
	font-weight: bold;
	color: #C7B263;
	font-size: 1.5em;
	background: #402C3F url(images/clickhere.png) no-repeat 185px;
	padding: 5px 35px 5px 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.9em;
	width: 200px;
}

#footer p .footer_link {
	color: #C7B263;
}

