/********************************************
   AUTHOR:  			Jesse Martinez 
   WEBSITE:   			http://www.absolutewebworks.com/
   STYLE:				Auto-Glass-01       	
 *******************************************/ 
body {
	background-color: #e6e6e6 ;
	font: normal .72em/1.5em 'Verdana', sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
}
img.float-left {
  margin: -80px 5px 5px 15px;  
}
img.float-logo {
  margin: 0px 0px 5px 283px;  
}

/********************** Header ***************************/
#header {
	margin: 20px 0px 0px 0px;
	background-image: url(images/glass-guys-header2.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:200px;
}

#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #title {
	position: absolute;	
	font: bold 1.3em 'verdana', Sans-serif;
	text-align: right;
	letter-spacing: 0px; 
	color: #c3c3c3;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: -16px; right: 25px;
}
#header-content #tag {
	position: absolute;	
	font: bold 1.0em 'verdana', Sans-serif;
	text-transform: none;
	color: #E0BD9D;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 16px; right: 25px;
}

/* header menu */
#header-content ul {
	position: absolute;
	left: 32px;
	top: 70px;
	font: bold 1.0em 'verdana', sans-serif;
	list-style:none;
	margin:5px 0 5px 15px;
	padding:0;
}

#header-content li {
	margin-bottom:1px;
	border: 1px solid #3399cc;
}

#header-content li a {
	display:block;
	/*font-weight:bold;*/
	color: #FFF;	
	text-decoration:none;	
	padding:0px 5px 0px 10px;
	background: none;
	border-left:4px solid #336699;	
	
	min-height:16px;
}
#header-content li a:hover {
	padding:0px 5px 0px 10px;
	background: none;
	color: #ECECEC;
	border-left:4px solid #cf4a45;
}


/*---------------------------------------------*/
h1, h2, h3, h4 {
	font: bold 1em 'Verdana', Tahoma, Sans-serif;
	color: #7b331d;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
/********************** Main ***************************/
#main {

	width:800px;
	height:auto;
}

#main h3 {
	padding: 5px 5px 5px 5px;
	margin: 10px 20px 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
}
#content {
	background-image: url(images/glass-guys-bg.jpg);
	background-repeat: repeat-y;
	width:800px;
}
/********************** Right - Text ***************************/
#right {
	float:right;
	width:580px;
}
#right p {
	padding: 5px 25px 10px 15px;
	font-size: 13px;
	line-height: 16px;
}
#right iframe {
	margin: 15px 20px 0px 0px;
}
#right  ul{
	padding: 5px 25px 10px 35px;
	font-size: 13px;
	line-height: 16px;
}
	
#right a:hover{color:#d8cd8d;}

#map small {
	position: absolute;
	text-align: right;
	letter-spacing: 0px;
	color: #E0BD9D;
	margin: 0;
	padding: 0;
	top: 625px;
	right: 252px;
}
 

/********************** Left - Nav ***************************/
#left {
	float:left;
	width:200px;
	margin: 18px 0px 0px 20px;
	background: #893922; 
}
#left p {
	padding: 0px 10px 0px 0px;
}
#left img {
	margin: 0px 0px 0px 0px;
}
/* left menu */
#left ul.sidemenu {
	list-style:none;
	margin: 10px 0;
	padding: 0;
	background: #893922;			
}
#left ul.sidemenu li {
	padding: 0px 4px;
}
#left ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #E0BD9D;
	height: 1.5em;	
	padding:.3em 0 .3em 10px;
	line-height: 1.5em;
	border-bottom: 1px solid #E0BD9D;
	text-decoration:none;
}
#left ul.sidemenu a.top{	
	border-top: 1px solid #E0BD9D;
}
#left ul.sidemenu a:hover {
	padding: .3em 0 .3em 5px;
	border-left: 5px solid  #E0BD9D;
	background: #cc9966;
	color: #fff;		
}
/*leftblock*/
#leftblock {
	float:left;
	width:200px;
	margin: 10px 0px 0px 20px;
	background: #893922;	 
}
#leftblock p {
	padding: 0px 10px 0px 10px;
	color: #e6e6e6;
	font: bold 1.5em 'Verdana', sans-serif;
	text-align:center;	
}
#leftblock .p {
	padding: 0px 10px 0px 10px;
	color: #E0BD9D;
	font: normal 11px 'Verdana', sans-serif;	
}
#leftblock img {
	margin: 0px 0px 0px 0px;
}

/******************* form elements ******************************/
form {
	margin:0px; padding: 10px;

 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding: 2px;
	border:1px solid #893922;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:218px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #893922;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #893922;
	background: #ffffcc; 
	padding: 1px 3px; 
	color: #333;	
}
/****** form end **********/

/********************** Footer ***************************/
#footer {
	background-image: url(images/glass-guys-footer2.jpg);
	background-color: #E0BD9D;
	width:800px;
	height: 100px;
	text-align:center;
	float:left;
	clear:both;
}
/*********** Left Footer **************/

#leftfooter {
	float:left;
	width:265px;
	font: normal .95em/1.5em Verdana, Arial, Helvetica, sans-serif;
	border-right: solid 1px #a65633;
	color: #FFD8B0;
}
#leftfooter p{
	padding: 12px 0px 10px 20px;
}
#leftfooter h4{
	margin: 10px 15px 8px 27px;
	color: #FFD8B0;
}

/*********** Right Footer ***************/

#rightfooter {
	float:left;
	width:500px;
	font: normal .95em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #FFD8B0;
}
#rightfooter p{
	padding: 10px 0px 0px 0px;
	font-size: 12px;
}

/*********** footer ul ****************/

#footer ul{
	margin-top: 2px;

}
#footer li{
	display:inline;
	float:none;
	text-align:center;
	padding: 0px 5px 0px 5px;
	border-right: solid 1px #FFD8B0;
}
.last{
	border-right: 0px none !important;
}
#footer a{

	font: normal .95em/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #FFD8B0;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer span{
	font: normal .95em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #FFD8B0;
	text-decoration: none;
	text-align: left;
}

/********************* alignment classes ******************************/
.float-left  { float: left; }
.float-right { 
	float: right;
	margin: 10px 20px 10px 10px;
}
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center  { text-align: center; }
.align-justify { text-align: justify; }
.blue { color: #4481C0; }
