﻿/*****************************
      LAYOUT 
******************************/
#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#FFF;
   width: 790px;  	
}
#content-wrap {
	clear: both;
	margin: 0;
	padding: 0;
	width: 790px;
}

/* header */
#header {
	position: relative;
    clear:left;
    width: 790px;
	height: 263px; 
	margin: 0; padding: 0;
	background: #000 url('../images/header.jpg') no-repeat;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.5em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #444;
	text-transform: none;
	
	/* change the values of top and right to adjust the position of the logo*/
	top: 190px; left: 15px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #de291e;	
	/* change the values of top and right to adjust the position of the slogan*/
	top: 240px; left:15px;		
}

#header #checkout {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #FFFFFF;
	font-size: 1.25em;
}

/* menu tabs */
#header-tabs {
	position: relative;
	width: 100%;
	height: 28px;
	font: bold .8em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;
	background-color: #000000;
} 
#header-tabs ul {		
	margin:0;
    padding:2px 0px 0px 7px;
    list-style:none;
}
#header-tabs li {
	display:inline;
    margin:0;
    padding:0;
}
#header-tabs a {
	float:left;
    background: url('../images/tableft.gif') no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
#header-tabs a span {
	float: left;
	display: block;
	background: url('../images/tabright.gif') no-repeat right top;
	padding: 7px 15px 4px 8px;
	color: #CCC;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#FFF;
}
#header-tabs a:hover {
	background-position:0% -42px;
	border-bottom: none;

}
#header-tabs a:hover span { background-position: 100% -42px;}
#header-tabs #current a { background-position:0% -42px; }
#header-tabs #current a span { background-position:100% -42px; color: #FFF;}

/* main content */
#main {
	/*float: right;*/
	width: 790px;
	margin: 0; padding: 0;
	background-color: inherit;
}

#col {
	float: right;
	width: 535px;
	margin: 0; padding: 0;
	background-color: inherit;
}

#main h1, #col h1 {
	padding: 8px 0 3px 25px;
	text-transform: none;
	background: url('../images/square_arrow.gif') no-repeat 0% .7em;
	border-bottom: 2px solid #f2f2f2;	
	color: #de291e;	
}	

/* sidebar */
#sidebar {
	float: left;
	width: 245px;
	margin: 0 0 10px 0; padding: 0;
	background-color: inherit;	
}
#sidebar h1 {
	padding: 8px 0px 3px 25px;
	background: url('../images/square_arrow.gif') no-repeat 0% .7em;
	text-transform: none;
	color: #de291e;
}

#sidebar ul.sidemenu {
	list-style: none;
	margin: 10px 15px 20px 15px;
	padding: 0;
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	min-height: 18px;	
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #de291e;
	border-left:5px solid #de291e;
	border-bottom:none;
}

#sidebar ul.sidemenu #current  {
	display: block;
	font-weight: bold;
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #de291e;
	border-left:5px solid #de291e;
	border-bottom:none;
}


#sidebar ul.bullets {
	list-style: none;
	margin: 10px 15px 20px 15px;
	padding: 0;
}

#sidebar ul.bullets li {
	margin-bottom:10px;
	border: 1px solid #f2f2f2;
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	min-height: 18px;
}

/* footer */
#footer { 
	clear: both;
	height: 50px;
	color: #CCC;
	background: #000;
	margin: 0;	
	font-size: 92%;			
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF; 
}
#footer #footer-left {
	width: 68%;
	float: left;
	text-align: left;
	margin: 0; padding: 10px;
}
#footer #footer-right {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0; padding: 10px;
}

/* 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; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }
.red { color:#de291e; }
.green { color: #265f32; }
.no-border {
	border:0;
}

.comments {
	color: #333;
	background: #FFF;
	text-align: right;
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1;
	padding: 5px 0;
	margin-top: 20px;
}

