
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img, abbr { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}


/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none; /* Gets rid of Firefox's dotted borders */ text-decoration:none }
a img { border:none } /* Gets rid of IE's blue borders */


	 
/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}


/* Class for clearing floats */
.clear {
	clear:both;
}

html, body {
	widows:100%;
}



/* =Typography
-----------------------------------------------------------------------------*/

body, p, li, dt, dd, blockquote, cite {
	font:13.5px Georgia, "Times New Roman", Times, serif;
	color:#434343;
}

h1 {
	visibility:hidden;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	padding:5px 0 0 0;
}


/* =Layout
-----------------------------------------------------------------------------*/
	 

body { width:100%;
	background:#fff;
	margin:0;
}
	
	
#wrapper {
	clear:both;
	width:100%;
	margin:0px;
}

#header {
	width:100%;
	margin-top:0px;
	position:absolute;
}

#mainbar {
	position: absolute;
	float:center;
	margin:0px;
}

#sidebar {
	position:relative;
	margin:5px 0 0 5px;
	width:25%;
}


#profile {
	color:#099;
	padding:5px;
	margin:5px 0 0 5px;
	float:right;
	width:220px;
	
}
#profile h3 {
	color: #0066FF;
	padding:5px;
	font-size:22px;
}
#profile p {
	color: #063;
	padding:5px;
}

#quote {
	color:#099;
	padding:2px 0 0 15px;
	font-size:14px;
	
	
}
#quote h4 {
	color: #09F;
	padding:5px;
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#quote li {
	color: #000;
	padding:5px 8px 5px 8px;
	margin-top:8px;
	line-height:20px;
	border:#999999 dashed 2px;
	
}
#quote p {
	color: #444;
	padding:5px 8px 5px 8px;
	margin-top:8px;
	line-height:20px;
	background-color: #F0F8FF;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

#quote a {
	color: #0066FF;
	
}
#quote a:hover {
	color: #0066FF;
	text-decoration:underline;
	
}

#image {position: relative; width: 100%; padding:5px; /* for IE 6 */}
h5 {position: absolute; top: -2px; left: 5px; width: 100%;}
h5{color:#000; font:14px Tahoma, "Trebuchet MS", Arial, Verdana; font-weight:bold;}
h5 span {color: white; font: bold 15px/25px Helvetica, Sans-Serif; letter-spacing: -1px;  /* fallback color */
    padding: 6px;}
h5 span.spacer { color: #FFA628; padding:5px 5px 0px 5px; font: bold 13px Tahoma; letter-spacing: 0px;}
h5 a{color:#FFF; text-decoration:none;}
h5 a:hover{color:#23B9FF; text-decoration:none;}
h5.white{color:#FFF;}
h5.white a{color:#FFF; text-decoration:none;}
h5.white a:hover{color:#e20a0a; text-decoration:none;}
/* =Breadcrumbs
-----------------------------------------------------------------------------*/

.breadcrumb {
	padding-top:22px;
	padding-left:33px;
	font-size:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}



/* =Mailing List
-----------------------------------------------------------------------------*/

#mailing-list {
	width:400px;
	float:left;
	padding-left:30px;
	padding-bottom:20px;
}
#mailing-list h2 {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
	
}

.mail-form {
	padding-top:5px;
}

#name { 
	font-size: 12px;
	color:#434343; 
	border: 1px solid #ccc; 	
	padding:5px 0 5px 5px;
	width:200px;
	margin:5px 0 10px 0;
}

#email { 
	font-size: 12px; 
	color:#434343; 
	border: 1px solid #ccc; 	
	padding:5px 0 5px 5px;
	width:200px; 
	margin:5px 0 10px 0;
}

.labelname { 
	font-size: 12px; 
	padding:5px 0 5px 0;
	width:220px;
}

.labelemail { 
	font-size: 12px; 
	padding:5px 0 5px 0;
	width:200px;
}

.submit { 
	background:#a5c14f;
	color:#fff;
	border:1px solid;
	font-size: 12px; 
	height:27px;
	width:85px;
	margin:8px 3px;
	cursor:pointer;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}


.submit:hover { 
	background:#86cad5;
}

.unsub { 
	background:#a5c14f;
	color:#fff;
	border:1px solid;
	font-size: 12px; 
	height:27px;
	width:85px;
	cursor:pointer;
	position:absolute;
}

.unsub:hover { 
	background:#86cad5;
}

.leave { 
	background:#09F;
	color:#fff;
	border:1px solid;
	font-size: 12px; 
	height:28px;
	width:150px;
	margin:8px 3px;
	cursor:pointer;
	padding:3px 10px 6px 5px;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}


.leave:hover { 
	background: #666;
	color:#FFF;
}

/* COLOR VARIATIONS */

.blue		{background-color: #CCCCCC; color: #141414;}
.blue:hover	{background-color: #00c0ff; color: #ffffff;}

.green		{background-color: #CCCCCC; color: #141414;}
.green:hover{background-color: #8aff00; color: #ffffff;}

.red		{background-color: #CCCCCC; color: #141414;}
.red:hover	{background-color: #ff004e; color: #ffffff;}



/* =Shopping Details
-----------------------------------------------------------------------------*/

#column-right {
	background:#f8f8f8;
	float:left;
	position:relative;
	width:160px;
	margin-right:50px;
	height:200px;
	padding:0 15px;
}


	
/* =Navigation
-----------------------------------------------------------------------------*/

#nav h4 {
	color:#FF0000;
	padding:5px 0 8px 25px;
	font-size:18px;
	
}
#nav ul {
	list-style: none;
	margin: 0;
}

#nav li{
	font-family: Georgia, "Times New Roman", Times, serif;
	height:30px;
}

#nav li a:link, #nav li a:visited {
	font-size: 14px;
	font-weight:bold;
	display: block;
	padding: 8px 45px 10px 40px;
	margin-top:0px;
	color: #434343;
	text-decoration: none;
	right:5px;
	text-transform: capitalize;
	background:url(images/menu-up.jpg) no-repeat;
}

#nav li a:hover, #nav li a:focus {
	color: #0066FF;
	padding:8px 45px 10px 40px;
	margin-top:0px;
	background:url(images/menu-over.jpg) no-repeat;
}







/* =Footer
-----------------------------------------------------------------------------*/

html, body {
}


#footer {
	clear:both;	position:relative;
	background:url(images/footer-bg.jpg) repeat-x;
	margin:20px auto 0 0;
	width:100%;
	height:50px;
	padding:30px 0 0 0;
	color:#FFFFFF;
	
}

#footer-block {
	position:relative;
	background: #43433E repeat-y;
	height:100%;
}

#footer p {
	margin:0 auto;
	text-align:center;
	color:#ffffff;
	padding:5px 0 0 0;
	font-size:11px;
}

#footer a {
	color:#89a142;
}

#footer a:hover {
	color:#6fa7b0;
	border-bottom:1px solid;
}



