@charset "utf-8";
/*CONTENTS
-----------------------
Layout
	Header
	Navigation
	Content
	Badges
	Footer
Global Elements
	Links
	H tags
	Global Form Formats
	General
Individual Pages


SITE COLORS
-----------------------
Text: #231004
Links: #9e0b0d
Links Active #690709
border: #9e0b0d
tan color: #ede8dd
green: #09805f
-----------------------*/



/*---------------------------------------------------------
	Layout 
---------------------------------------------------------*/	
body { 
	background: #000000 url(/images/common/body-bg.jpg) no-repeat top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #231004;
	}
	
#layout { 
	width: 766px;
	text-align: left;
	margin: 0px auto 0 auto;
	padding-bottom: 20px;
	}
	
/*Header 
------------------------------------*/	
	
#header #logo { 
	padding-left: 42px;
	}
	
/*Navigation 
------------------------------------*/	
#navigation { 
	background: url(/images/common/nav-bg.jpg) no-repeat;
	height: 40px;
	padding: 13px 0 0 31px;
	}
	
#navigation img {
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	z-index: 20;
	}
	
	
	
/*Content 
------------------------------------*/	
#homecontent, #content { 
	float: left;
	line-height: 1.4em;
	display: inline;
	}
	
#wrapper { 
	background-image: url(/images/common/content-bg.jpg);
	background-repeat: repeat-y;
	zoom: 1;


	}

#content { 
	width: 430px;
	padding: 25px 30px 25px 50px;
	}
	
#homecontent { 
	width: 480px;
	margin: 10px 0 10px 30px;
	}
	
.titleimage { 
	display: block;
	padding-bottom: 10px;
	}

/*Badges 
------------------------------------*/	
#badges { 
	float: left;
	width: 256px; 
	}
	
#badgemenu { 
	margin: -38px 0 0 0;
	padding-left: 42px;
	position: relative;
	z-index: 10;
	}

#badgeinn { 
	margin: 0 0 0 6px;
	}
	
#badgesale { 
	margin: 0 0 0 37px;
	}
#facebook {
  width: 230px;
  padding: 30px 0px 0px 0px;
  text-align: center;
}
#facebook img {
  /*float:left;
  vertical-align:middle;
  margin-right: 10px;*/
}

/*Footer 
------------------------------------*/	
#footer { 
	clear: both;
	background: url(/images/common/footer.jpg) no-repeat;
	height: 60px;
	position: relative;
	}
	
#footer span { 
	margin-left: -5000px;
	}
	
#emaillink { 
	width: 75px;
	height: 30px;
	position: absolute;
	top: 20px;
	left: 655px;
	text-indent: -100px;
	overflow: hidden;
	display: block;
	}


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

/*Links 
------------------------------------*/	
a:link, a:visited { 
	color: #9e0b0d;
	text-decoration: none;
	}
	
a:hover, a:active { 
	color:  #690709;
	}


/*H-tags 
------------------------------------*/	

h1 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #9e0b0d;
	}

h2 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #9e0b0d;
	}

h3 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #9e0b0d;
	}

/*Global Form Formats 
------------------------------------*/	

/*General 
------------------------------------*/		
.imagehoriz { /*Images size will be 200 x 150*/
	padding: 18px 15px 15px 15px;
	background-image:url(/images/common/bg-thumb-horiz.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	}
	
.imagevert { /*Images size will be 150 x 200*/
	padding: 18px 15px 15px 15px;
	background-image:url(/images/common/bg-thumb-vert.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	}
	
.imagesquare { /*Images size will be 150 x 150*/
	padding: 15px 15px 20px 15px;
	background-image:url(/images/common/bg-thumb-sq.png);
	background-repeat: no-repeat;
	margin-top: 8px;
	}
	
.imageright { 
	float: right;
	margin: 0 0 5px 10px;
	}
	
.imageleft { 
	float: left;
	margin: 0 10px 5px 0;
	}
	
.dividerline { 
	clear: both;
	border-top: 1px solid #9e0b0d;
	}

/*---------------------------------------------------------
	Individual Pages
---------------------------------------------------------*/

/*index.php 
------------------------------------*/	
#photolinks { 
	background-image: url(/images/common/home-buttons.jpg);
	background-repeat: no-repeat;
	height: 185px;
	position: relative;
	}
	
#photolinks #areainfo, #photolinks #aboutserranos, #photolinks #serranosgear   { 
	position: absolute;
	}
	
#photolinks a  { 
	display: block;
	height: 120px;
	text-indent: -10000px;
	}
#photolinks #areainfo { 
	width: 175px;
	height: 120px;
	top: 30px;
	left: 13px; 
	z-index: 30;
	}
	
#photolinks #aboutserranos { 
	width: 175px;
	height: 115px;
	top: 10px;
	left: 180px; 
	z-index: 20;
	}
	
#photolinks #serranosgear { 
	width: 175px;
	height: 115px;
	top: 50px;
	left: 295px; 
	z-index: 10;
	}

#homelocation, #homedesc { 
	float: left;
	
	}

#homelocation img, #homedesc img { 
	}
	
#homelocation { 
	width: 230px;
	padding: 0 20px 0 20px;
	font-size: 10px;
	line-height: 1.4em;
	}
	
#map { 
	margin: 5px 0;
	height: 250px;
	border: 1px solid #9e0b0d;
	}
	
.infowindow { 
	text-align: center;
	}
	
#homedesc { 
	width: 205px;
	font-size: 13px;
	}
	
/*serranos-gear.php 
------------------------------------*/
.prodesc { 
	float: left;
	width: 235px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.prodesc h1 { 
	text-align: right;
	}
	
.prodivider { 
	clear: both;
	border-top: 1px solid #9e0b0d;
	}