/********************************************
   AUTHOR:  			Jesse Martinez 
   WEBSITE:   			http://www.absolutewebworks.com/
   STYLE:				Computers-01       	
 *******************************************/ 
body {
	/*background: url(images/medsand.gif);*/
	background-color: #300204 ;
	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: 850px;
}
img.float-left {
  margin: 10px 10px 5px 25px;  
}
img.float-right {
	margin: 10px 17px 5px 10px;
	/*border: 1px solid #4d688f;*/ 
}

img.float-logo {
  margin: 0px 0px 5px 283px;  
}
img {
	border: none;
}
img.chocolate {
  margin: 10px 10px 5px 50px;  
}
a {
	color: #324808;
}	
a:hover {
	text-decoration: none;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:300px;
}

#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #title {
	position: absolute;	
	font: bold 1.0em 'Trebuchet Ms', Sans-serif;
	letter-spacing: 0px; 
	color: #deeced;
	margin: 0; padding: 0;	
	/* change the values of left and top to adjust the position of the logo */
	top: 9px; right: 15px;
}
#header-content #tag {
	position: absolute;	
	font: bold 1.0em 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #deeced;	
	margin: 0; padding: 0;	
	/* change the values of left and top to adjust the position of the slogan */
	top: 24px; right: 15px;
}
#header-content #cart {
	position: absolute;
	top: 224px; right: 115px;
}
/* header menu */
#header-content ul {
	position: absolute;
	left: 9px; top: 253px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content a {
	float: left;
	display: block;
	padding: 5px 20px;	
	color: #dbf8a7;
	background-color: #314808;
	text-decoration: none;
	border-right: 1px solid #253706;
}
#header-content a:hover {
	background:#3f5c0a;
	color: #fff;
}
#header-content li a#current  {
	background:#3f5c0a;
	color: #fff;
}
/*---------------------------------------------*/
h1, h2, h3, h4 {
	font: bold 1em 'Verdana', Tahoma, Sans-serif;
	color: #300204;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
/********************** Main ***************************/
#main {

	width:850px;
	height:auto;
}

#main h3{
	padding: 0px 5px 5px 0px;
	margin: 0px 20px 0 25px;
	border-bottom: 1px solid #f7f7c6; 	
}
#content {
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	width:850px;
}
/********************** Left - Text ***************************/
#left {
	float:left;
	width:595px;
	margin-top: 5px;
}
.left-panel {
	float:left;
	width:196px;
	margin: 5px 0px 0px 1px;
}
.right-panel {
	float:right;
	width:197px;
	margin-top: 5px;
}
.left {
	float:left;
	width:297px;
	margin-top: 5px;
}
.right {
	float:left;
	width:297px;
	margin-top: 5px;
}
.label {
	margin:0px 0px 0px 20px;
}
#left p, h2 {
	padding: 5px 15px 10px 25px;
	font-size: 12px;
	line-height: 16px;
	text-align:justify;
}
#left h4 {
	padding: 5px 15px 10px 25px;
}

#left  ul, ol{
	padding: 0px 5px 10px 55px;
	font-size: 12px;
	line-height: 16px;
}
#left b{
	color: #333;
}
.questions a {
	font-size:12px;
	color: #333;
}
#left hr {
	margin: 5px 16px 5px 25px;
}

/********************** Right - Nav ***************************/
#right {
	float:right;
	width:250px;
	margin: -8px 1px 0px 0px;
	/*background:url(images/vertical-wood.jpg) repeat;*/
}
#right p {
	padding: 0px 10px 0px 0px;
}
#right h3 { 
	font-size: 1.1em;
	border-bottom: none;
	padding: 5px 5px 5px 5px; 
}
#right img {
	margin: 0px 0px 8px 8px;
}


/******************* form elements ******************************/

form {
	margin:20px; padding: 10px; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input.input {
	padding: 2px;
	border:1px solid #300204;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #300204;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #300204;
	background: #e1b226; 
	padding: 1px 3px; 
	color: #333;	
}
/****** form end **********/

/********************** Footer ***************************/

#footer {
	border: 1px solid #e2b226;
	border-top:none;
	width:848px;
	height: 100px;
	float:left;
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;
	line-height: 16px;
	color: #333;
	background-color: #ffffcc;	
}
#footer h3, #footer p {
	margin-left: 0;
}

#footer-content {	

	margin: 0 auto;
	padding: 15px 0px 0px 25px;
}
#footer-content a {
	text-decoration: none;
	color: #333;	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 260px;
	padding: 0 0px 30px 0;	
}
#footer-content .col2 {
	width: 250px;
	padding: 0 0 30px 0;
	float: right;	
}

/********************* alignment classes ******************************/
.float-left  { float: left; }
.float-right { float: right; } 

.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center  { text-align: center; }
.align-justify { text-align: justify; }
.blue { color: #4481C0; }
.green  { color: #97b17b; }

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: none;
}

/* ######### Default class for drop down menus ######### */

.linkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #e1b226;
width: 160px; /* default width for menu */
}

.linkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.linkmenu a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.linkmenu a:hover{ /*hover background color*/
background: #324808;
color: white;
}


