/*---------- Global ----------*/

* {
	padding:0;
	margin:0;
	text-decoration: none;
	border:none;
	list-style: none;
}

body {
	background:url('../images/body_bg.jpg') repeat-x;
	margin:0;
	padding:0;
	font-size:85%;
	font-family:Arial,Helvetica,sans-serif;
	background-color:#A99040;
	line-height:1.5em;
}


h1, h2, h3, th, legend, a, a:link, a:visited {
	color:#80561b;
	font-family:Garamond,Times,serif;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}


h4, h5, label, table table {
	color:#695e4a;
	font-family:Garamond,Times,serif;
}

a, a:link, a:visited {
	text-decoration:none;
	color:#7a1501;
}
a:hover, a:focus {
	color:#000000;
}

.clear {
	clear:both;
}


/*--------- end Global ----------*/

/*--------- Home ---------------*/
div#wrapper {
	/*border:1px dotted #dac893;*/
	margin:20px auto;
	width:1004px;
}

div#header {
	width:905px;
	height:207px;
	background:url('../images/header.jpg') top center no-repeat;
	margin:0px 0px 10px 35px;
}

div#header h1 {
	text-indent:-99999px;
}

div#content p {
	padding:7px 0px 7px 0px;
}

#content {
	width:865px;
	background:#F9F4D7;
	color:#221e1f;
	padding:15px 25px 15px 15px;
	margin-left:35px;
	border:solid 1px gray;
	border-top:none;
}

#content p {
	font-size:14px;
}

div#footer {
	width:946px;
	color:#e7daad;
}

div#footer ul {
	float:right;
}

div#footer ul li {
	display:inline;
	float:left;
	margin-top:10px;
}

div#footer ul li a {
	color:black;
	padding:10px 5px 0px 5px;

}


div#footer p {
	float:left;	
	font-size:12px;
	margin-left:30px;
	padding:10px;
	color:black;
}


div#leftContent {
	width:430px;
	float:left;
	padding:10px;
	padding-right:40px;
}

div#rightContent {
	width:345px;
	float:left;
	padding-left:40px;
	margin-top:10px;
}

div#rightContent ul {
	width:150px;
	float:left;
	font-size:12px;
	color:black;
	margin-top:5px;
}

input, select, textarea {
	border:1px solid #422118;
	background-color:#D5B9AE;
}

form#newsletter {
	width:450px;
}

form#newsletter fieldset {
	padding:10px 0px 10px 0px;
	border:1px groove gray;
}

form#newsletter fieldset legend {
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
}

form#newsletter label {
	width:140px;
	float:left;
	margin-right:5px;
	text-align: right;
}

form#newsletter input {
	background:#B3994E;
	width:200px;
	float:left;
	margin:3px 0px 3px 0px;
	border:solid 1px gray;
}

form#newsletter input:focus {
	border:solid 1px black;
	color:#7a1501;
}

form#newsletter button#signup {
	background:url(../images/signup-btn.jpg) no-repeat;
	width:62px;
	height:26px;
	cursor: pointer;
	float:left;
	margin-right:5px;
	margin-top:5px;
}


#nextSlide, #prevSlide {
	position:absolute;
	top:420px;
	margin-left:65px;
	z-index:2;
	outline:none;
	opacity:0.5;
}
#nextSlide img, #prevSlide img {
	outline:none;
}
#nextSlide {
	margin-left:890px;
}
#nextSlide:hover, #nextSlide:focus, #prevSlide:hover, #prevSlide:focus {
	opacity:1.0;
}

#cycle {
	position:relative;
	z-index:1;
	left:35px;
	height:302px !IMPORTANT;
}

a img {
	border:none;
	outline:none;
}

#menu {
	background:url('../images/nav.jpg') no-repeat;
	margin-left:35px;
	height:29px;
	width:906px;
	font-family:Garamond,Times,serif;
	font-size:16px;
	color:#e7daad;
	font-weight:bold;
	margin-bottom: 10px;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:5px;
}
#menu ul li {
	display:inline;
	float:left;
	padding:5px 15px 0px 15px;
}
#menu a {
	color:#e7daad;
	text-decoration:none;
}
#menu a:hover, #menu a:focus {
	color:#f7f3cf;
}

/*--------------- end Home ------------*/


/*---------- Image Gallery -------------*/

div#rightContent ul.thumb {
	width:345px;
	float:left;
	font-size:12px;
	color:black;
	margin-top:5px;
	padding-bottom:10px;
}

div#rightContent ul.thumb li {
	margin-right:20px;
	margin-bottom: 20px;
}


ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 85px;
	height: 85px;
	/** width: 110, height: 110*/
}
ul.thumb li img {
	width: 100px; height: 100px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url('../images/gallery/thumb/thumb_bg.png') no-repeat center center;
	border: none;
}
#main_view {
	float: left;
	padding: 9px 0;
	margin-left: -10px;
}

/*--------- end Image Gallery -----------*/

/*** Sections ***/

div#sections {
	padding:10px;
	}

div#sections h2 {
	font-size:24px;
}

div#sections h3 {
	font-size:16px;
	color:#7a1501;
}


div#sections ul.thumb li {
	margin-bottom:20px;
	margin-right:20px;
}

div#sections ul#gallery li {
	float:left;
	margin-right:20px;
	margin-bottom: 20px;
}

div.breadcrumb {
	margin-bottom:15px;
}

div.left p {
	width:480px;
}

div#bdc {
	width:200px;
	margin: auto;
	margin-top:30px;
	}

div#bdc p {
	float:left;
	width:180px;
	color:#7A1501;
}	

div#bdc img  {
	float:left;
}

div.gutters_image {
	margin-left:10px;
}

div.gutters_image img {
	background:none repeat scroll 0 0 #F0F0F0;
	border:solid 1px #dddddd;
	padding:5px;
}

div.specialties img {
	background:none repeat scroll 0 0 #F0F0F0;
	border:solid 1px #dddddd;
	padding:5px;
	margin-top:20px;
	margin-bottom: 20px;
}

div.login {
	background:#fff;
	width:700px;
	padding:20px;
	margin:auto;
	text-align:center;
	border:2px solid #CACACA;
}
button {
	background:none repeat scroll 0 0 #41261B;
	border:1px solid #000000;
	cursor:pointer;
	font-weight:bold;
	margin-left:10px;
	padding:3px;
	color:#fff;
}



/** IE6, IE7 **/
*html div#rightContent {
	padding-left:0px;
}

*html div#footer p {
	margin-left:15px;
}

html>body div#rightContent ul.thumb {
	width:345px;
	float:left;
	font-size:12px;
	color:black;
	margin-top:5px;
	padding-bottom:30px;
}



.button {
	display:inline-block;
	background:url('../images/nav.jpg') no-repeat;
	font-family:Garamond,Times,serif;
	font-size:16px;
	font-weight:bold;
	padding:5px 15px;
	color:#e7daad;
	text-decoration:none;
	cursor:pointer;
}