body {
	margin:0;
	padding:0;
	background-color: #9a9a9a;
	font-weight: normal;
	font-size: 11px;
	color: #663333;
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times, serif
}

img a, a img  {border:none}
a {color:#993333}
a:hover {color:#e4d4b5}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any container that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


h1 {font-size:16px}
h2 {font-size:14px}
h3 {font-size:12px}
h4 {font-size:11px}
h5 {font-size:9px}
h6 {font-size:9px}


/* layout divs */

#wrapper {
	width:840px;
	margin: 10px auto;
}


#container {
	padding: 0 30px;
	margin: 0;
	border-top-width: 7px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e4d4b5;
	border-bottom-color: #e4d4b5;
	background-color: #FFFFFF;
}

#header {
	clear: both;
	padding-top: 20px;
}


#logo {
	margin: 0;
	float: left;
	width: 260px;
	height: 130px;

}

#tagline {
	margin: 0;
	float: left;
	width: 194px;
	height: 130px;
	border-right: 1px solid #ccc;
	margin-right: 5px;

}

#tagline h1{
	font-style:italic;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#menu {
	margin: 0;
	float: left;
	width: 320px;
	height: 130px;

}

#menu a{
	text-decoration:none;
	color:#993333;
	height:25px;
	font-size:11px;
	display: block;
	float: left;
	width: 100px;
	padding: 5px 0 5px 5px;
}

#menu a:hover{
	color:#663333;
	text-decoration:underline
}


#content {
	background-color:#FFFFFF;
	margin: 0;
	clear: both;
}

#content h2, #content h3, #content h4{
	padding-left: 10px;
}

#content p{
	padding-left: 10px;
}

#welcome {
	clear:both;
	width: 519px;
	float: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#welcome p{
	padding-right:30px;
	font-size: 12px;
	line-height: 1.5;
}

#latest h3{
	font-size:11px;
	margin: 0;
}

#latest img{
	float:left;
	padding-left: 10px;
	padding-right: 5px;
	width: 65px;
}

#about{
	clear:both;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#about h2, #about p{
	padding: 0 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#latest{
	border-top:1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-left: -1px;
}

#samples {
	clear:both;
}

#samples img {
	float:left;
	padding-right: 5px;
	padding-left: 10px;
}

#samples div.description{
	padding-right: 10px;
	height: 280px;
	overflow: hidden;
}

#samples div.description p{
	padding-top: 0px;
	margin-top: 0px;
}


#samples div.link{
	padding-right: 10px;
	height: 35px;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 10px;
}

div.link a{
	margin-left:0px;
}

#news{
	clear:both;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-right: 0px;
	width: 519px;
	float: left;
}

#news p{
	padding: 0 10px;
}


#services {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-left: -1px;
}

#services ul{
	margin:0;
	padding: 0 0 0 20px;
	list-style-type: circle;
}

#greybox {
	clear:both;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#greybox p{
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}
#greybox h6{
	margin:0;
	padding-left: 10px;
}

#greybox input{
	margin-left:30px;
	padding-left: 10px;
	background-color: #E4D4B5;
	color: #663333;
}

#greybox input.button{
	padding: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #663333;
}

#greybox textarea{
	padding-left: 10px;
	margin-left: 10px;
	background-color: #E4D4B5;
}

#greybox h6.name{
	margin-top:40px;
	margin-left: 20px;
}

#greybox h6.email{
	margin-top:20px;
	margin-left: 20px;
}

#greybox h6.formmessage{
		margin-top:40px;
		margin-left: 0px;
}

#bottom{
	clear:both;
	border-top: 1px solid #ccc;
}

div.address h5{padding-left:10px;
	margin-top:10px
}

#bottommenu{
	float:right
}


#bottommenu a{
	text-decoration: none;
}

#bottommenu p{
	margin-top:10px
}

#footer{
}

#footer h5{
	text-align:right;
	padding-right: 20px;
	margin-bottom: 0px;
	padding: 5px 20px;
	color: #FFFFFF;
	font-weight: normal;
}

/* end layout */

img.largeicon{
	width:150px;
	float:right;
	padding-left: 100px;
}

.spacer{
	clear:both;
	height:20px
}

.left {float:left}
.w260 {
	width:260px;
	float: left;
}

.w520 {
	width:520px;
	float: left;
}

.wfull {
	clear:both;
	border-top:1px solid #ccc;
}
.clear {clear:both}

#greybox.mr250 p{
	margin-right:250px;
	font-size: 11px;
	line-height: 1.5;
}

#greybox.mr250 input{
	margin-left:10px;
}

#greybox.mr250 {
	min-height:200px
}

/* SLIDER IMAGES */

#portfolio{
	width:520px;
	float: left;
}
#portfoliotext{
	float:left;
	width: 260px;
}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:350px;
	width: 520px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px;
	right: -170px;
	width: 150px;
	height:20px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height:20px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	background-color: #e4d4b5;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #663333;
}
.paging a.active {
	font-weight: bold;
	color: #fff;
	background: #993333;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

.slideshow {
	clear:both;
	width: 750px;
	margin: 0 auto;
}
.slideshow img {
	float:left;
	width: 500px;
}
.portfolio{
	clear:both;
	overflow: hidden;
	margin-bottom: 20px;
}
.caption{
	float:left;
	margin-left: 10px;
	width:225px;
}

div#content div.slideshow div.portfolio div.caption p{line-height:2em}

