/*
   style.css
   Reimer & co.
   
   Created by Lee Tengum on 2009-04-17.
   Copyright 2009 bluebeetle creative. All rights reserved.
*/

@import "reset.css";

@import "prettyPhoto.css";

body {
	background: #F3F3F3;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #B8C4D0;
}

a {
	text-decoration:none;
}

/* Primary Style */

h1#reimer_logo {
	text-indent: -9999px;
	height: 57px;
	width: 116px;
	background: url("../img/logo.jpg") no-repeat;
}


/* /End Primary Styles */
/* Reduce, reuse, recycle and Recover! */
.primary-blue {
	color: #66CCFF;
}

a.primary-blue {
	color: #66CCFF;
	text-decoration:none;
}

.secondary-blue {
	color: #B8C4D0;
}

.important {
	font-weight: bold;
}

.underline {
	border-bottom: 1px solid #666;
}

.center {
	text-align: center;
}

.border {
	border: 3px solid #000;
}

.float-right {
	float: right;
	margin-right: 10px;
}

.right {
	float:right;
}

.float-left {
	float: left;
	margin-left: 10px;
}

.left {
	float: left;
}

/* End of Reuse Section */
#wrapper {
	margin:30px auto;
	width:858px;
	padding:1px;
	background:#fff;
}

#header-nav {
	width:320px;
	float:right;
	text-align:right;
	padding:5px 0 0 0;
	margin:-25px 0 0 0;
}

#header-nav a {
	color:#333333;
	font-family:arial;
	font-size:12px;
	padding:0 10px 0 0;
	border-right:1px dotted #666;
	text-transform:uppercase;
}

#header-nav a.last {
	border-right:0;
}


#header-nav ul li {
	display:inline;
	margin:0 0 0 10px;
}

#header {
	width:860px;
	height:137px;
	margin:0px auto 0 auto;
	background-image:url('../img/header-stool.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	
}

#logo img {
	height:78px;
	margin:30px 0 0 30px;
}

#content {
	width:800px;
	margin:0 auto 40px auto;
	background:#fff;
	float:left;
	padding:0 30px;
	
}

/* Homepage Content 
******************/
#home_content_image_row {
	float:left;
	width:800px;
	border-top:1px solid #868889;
}

.nav_boxes {
	width:262px;
	display:block;
}

.nav_boxes a:hover {
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

.design {
	float:right;
}

.inside {
	float:left;
	margin:0 7px 0 0 ;
}

.outside {
	float:left;
	margin:0 auto;
}


.home_content_holder {
	color:#404041;
	font-size:10px;
	font-family: verdana, sans-serif;
	margin:0px auto;
	clear:left;
	float:left;
	padding:10px 0 0 0;
	width:530px;
	text-align:left;
}

.home_content_holder  p{
	margin:0 0 10px 0 ;
	line-height:13px;
}

.home_process_holder {
	margin:7px 0 0 0;
	background:#E6E6E6;
	float:right;
	padding:20px 20px 25px 20px;
	width:222px;
	color:#404041;
	font-size:10px;
	line-height:13px;
	font-family: verdana, sans-serif;
	
}

.home_process_holder h3 {
	width:222px;
	border-bottom:1px solid #ccc;
	font-size:16px;
	margin:0 0 10px 0;
	text-transform:capitalize;
	
}

.home_process_holder h3 a {
	color:#404041;
	
	
}



.footer_bar {
	height:18px;
	width:800px;
	background:url('../img/footer_bg.png') no-repeat;
	clear:both;
	margin:5px 0 30px 0;
}

.footer_bar span.bbc {
	position:relative;
	left:740px;
	top:55px;
	margin:0 0 10px 0;
	height:20px;
	font-family:Verdana;
	font-size:10px;
	color:#ccc;
}

.footer_bar span.bbc a {
	color:#ccc;
	text-decoration:underline;
}

#galleryNav li a {
	width:100%;
	display:block;
	line-height:22px;
	margin:0 0 5px 0;
	font-size:14px;
	color:#404041;
	text-indent:20px;
}

#galleryNav li a:hover {
	background:#f2f2f2;
}

ul.gallery li {
	float:left;
	width:250px;
	height:100px;
	overflow:hidden;
	text-align:center;
	margin:5px 3px;
	background:#ccc;
}

ul.gallery li img {
	margin:0 auto;
}


/* ----------- stylized ----------- */
#contact-form{
	margin:40px 0 0 0;

}


#contact-form label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	clear:left;
	color:#694032;
}

span.small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}

#contact-form input, #contact-form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #694032;
	width:250px;
	margin:2px 0 20px 10px;
}

#contact-form .error {
	display:none;
}

#contact-form input[type="submit"] {
	margin: 0 0 80px 285px;
	width:120px;
}

#contact-form input[type="submit"]:hover {
	background:#900000;
	cursor: pointer;
}



.text-right input{
	float:right;
}


h3 a {
	text-decoration:none;
}

