@charset "utf-8";
/*

Yellow				#ECDD30
Page Background   	#C0B087
Blue in Logo		#046D9D
Burgandy			#834142

*/

 
/* ///////////////////////////

@import rules

/////////////////////////// */

@import url("reset.css");

/* ///////////////////////////

Global Overrides

/////////////////////////// */

body {
	background-color: #EAEAEA;
	/*font: normal 14px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;*/
	font-weight:normal;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat;
}

h1 {
	
}

h2 {
	margin-bottom: 1em;
	font: bold 16px sans-serif;
	color: #082D59;
	border-bottom: 1px solid #082D59;
}

h3 {
	margin-bottom: 1em;
	font: 16px sans-serif;
	color: #082D59;
}


h3 a {
	margin-bottom: 1em;
	font: 16px sans-serif;
	color: #430B0C; /*#082D59;*/
}

h4 {
	color: #082D59;
	font-weight:bold;
	margin: 5px 0;
}	

p {
	margin-bottom: 1em;
}

a {
	color: #430B0C;
}

a:hover {
	text-decoration: none;
}		

p {
	align: justify;
}	

ul {
	margin-left:15px;
	margin-bottom: 10px;
}
	
/* ///////////////////////////

ID Declarations

/////////////////////////// */
#site {
	width: 767px;
	margin: 15px auto;
	border: 3px solid black;
	background: #C0B087;
}


#header {
	width: 767px; height: 180px;
	background: url(../../images/header-bg.jpg) no-repeat;
	float: left;
}

#header h1 {	
	height: 22px;
	text-align: left;
	font: 18px "Georgia";
}

#masthead {
	width: 767px; height: 145px;
	margin: 0 auto;
	float: left;
}

#smoothmenu1 {
	width:767px;
	float:left;
	margin:0px;
	padding:0px;
}	

.chromestyle ul li .active {
	background: #430B0C;
	color: #046D9D;
	padding: 8px 14px;
	border-left: 1px solid #000; border-right: 1px solid #000;
}	

.active2 {
	color: #046D9D;
}	
	
#page {
	width: 767px;
	float:left;
	background: #C0B087;
}

#content {
	width: 350px;
	padding-top: 10px;
	float:left;
}

#content2 {
	width: 750px;
	padding-top: 10px;
	float:left;
}

#content3 {
	width: 740px;
	float: left;
	padding-top: 10px;
}	

#article {
	padding: 15px;padding-top: 0px;
	float: left;
	width: 737px;
}


#article2 {
	padding: 15px;padding-top: 0px;
	float: left;
	width: 350px;
}

#sidebar {
	width: 350px;
	float: right;
}

#sidebar2 {
	width: 300px;
	float: right;
	margin-top: 10px;
}

#related-links {
	margin: 5px 5px 0 5px;
}

#specific {
	background-color: #366;
}

#footer-pictures {
	background-image: url(../../images/footer-pictures.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 75px;
	width: 767px;
	float: left;
}	

#footer {
	width: 767px;
	height: 55px;
	background-color: #420B0B;
	margin: 0 auto;
	color: #FFF;
	float: left;
}

#footer-nav {
	margin: 0 15px;
	text-align: center;	
	padding-top: 5px;
}

#footer-nav ul {
	padding: 0 0 2px 8px;
	border-bottom: 1px solid #E4E4E4;
	margin: 0;
}

#footer-nav li {
	display: inline;
	padding: 3px;
	margin-left: 10px;
	font: 16px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;

}
#footer-nav li a{
	color: #FFF;
	text-decoration: none;
}	

#footer-nav li a:hover{
	text-decoration: underline;
}	

#legal {
	margin: 0 15px;
	text-align: center;
}

#legal ul {
		
}

#legal li {
	display: inline;
	padding: 3px;
	font: 9px Arial, Helvetica, sans-serif;
}

#go-web {
	float: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-top:5px;
}

#go-web a {
	color: #FFF;
}

#go-web a:hover {
	text-decoration: none;
}	

#dan-box
{
	float:right;
	font-size: 12px;
	width: 340px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-right:5px;
}

#dan-box p
{
	padding: 5px;
	border: 2px solid #834142;
}

.number
{
	font-size:18px;
	color: #FFFFFF;
}
	
/* ///////////////////////////

Custom Classes

/////////////////////////// */
.clear-both {
	height: 0px;
	clear: both;
}

.no-margin, #content.no-margin {
	margin:0;
}

.one-col {
	width: 767px;
}

.two-col {
	width: 49%;
}

.three-col {
	width: 32%;
}

.four-col {
	width: 24%;
	background: #069;
}

.five-col {
	width: 19%;
}

#content, #content2, .one-col, .two-col, .three-col, .four-col, .five-col {
	float: left;
}

.logo, .search {
	float: left;
	color: #FFF;
}

.logo {
	width: 374px;
	height: 131px;	
	padding: 5px 0 0 15px;
}

.logo p
{
	font-family:Trebuchet MS, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.title
{
	font-style:italic;
	text-decoration:underline;
	font-weight:bolder;
}

.search {
	width: 400px;
	height: 50px;
	padding: 12px 20px 15px 20px;
}

.box1 {
	background: url(../../images/box1.jpg) no-repeat top left;
	width: 320px; height: 103px;
	float: left;
	font: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0 20px 20px 20px;
}

.box-home {
	background: url(../../images/box1.jpg) no-repeat top left;
	width: 320px; height: 103px;
	float: left;
	font: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2em;
}

.box3 {
	background: url(../../images/box3.jpg) no-repeat bottom right;
	height: 122px;
	font: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2em;
	margin-right: 75px;
}

.button3
{
	float:left;
	margin: 90px 0 0 150px;
	width: 100px;
}

.button4
{
	margin: 90px 100px 0 0;
	float: right;
	width: 100px;
}

.box2 {
	/*background-image: url(../../images/box-picture.jpg) no-repeat bottom right;*/
	width: 320px; height: 120px;
	float: left;
	margin-left: 20px;
	padding-left: 10px;
	margin-bottom: 2em;
}

.button {
	background-image:url(../../images/button.gif);
	background-repeat: no-repeat;	
	width: 107px;
	height: 32px;
	margin-top: 65px;
	margin-left: 152px;
	padding-top: 6px;
	text-align:center;
}

.button a {	
	color: #ECDD30;
	text-decoration: none;
	display: block;
	font-family: "Times New Roman", Times, serif;
}
.button a:hover{
	color: #FFF;
	margin: 0px;
	display: block;
}	

.header-picture {
	float: left;
	width: 230px;
	margin-left: 50px;
	margin-top: 15px;
}

.header-text {
	float: left;
	width: 230px;
	margin-left: 150px;
	/*margin-top: 15px;*/
	margin-bottom: 20px;
	border:1px solid blue;
}	

.form-box {
	background: url(../../images/contact-bottom.jpg) no-repeat bottom left;
	display: block;
	width: 380px;
	height: auto;
	margin-left: 20px;
	float:left;
}	

.form-box span {
	background: url(../../images/contact-top.jpg) top left no-repeat;
	display: block;
	width: 380px;
	float:left;
}	

.names {
	width: 120px;
	float: left;
	margin-bottom: 5px;
}	

.fields {
	width: 200px;
	float: left;
	margin-bottom: 5px;
}	

.twitter {
	width: 340px;
	float: left;
	margin-bottom: 7px;margin-left: 25px;
}

.pictures {
	/*border: 5px solid #FFF;*/
	margin: 0 8px 8px 8px;
}		

.thumbs {
	width: 175px;
	float: right;
}

.thumbs img {
	border: 1px solid #000;
}	

.products {
	width: 540px;
	float: left;
	margin-right: 15px;
	text-align: justify;
}

.products img {
	margin-right:15px;
	border: 1px solid #000;
}	

.product-pics {
	width:320px;
	float:left;
}			

.indent {
	padding-left: 20px;
	width:700px;
	float:left;
	text-align: justify;
}	

.indent img {
}

#phone
{
	float:right;
	padding-right:40px;
	padding-top: 50px;
}

#about-pic
{
	clear:both;
	margin:8px;
}

.bullets {
	list-style: inside circle;
	padding-left:10px;
	text-indent:-10px;
}	

.packages {
	width:600px;
	float: left;
	height: 110px;
}

.prices {
	width:50px;
	float: right;
	font-weight: bold;
}

.packages-pics {
	width: 125px;
	height: 100px;
	float: left;
	margin-right:10px;
}			