/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
body {
	font: 12px/170% 'Helvetica', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #442b14; 
	margin: 0; padding: 0; 
	background: #f1f1f1;
	text-align: center;
}

/* links */
a:link, a:visited { 
	text-decoration: none;
	color: #2cb9f2;
	font-weight:bold;
}
a:hover { color: #442b14; }

/* headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em 'Helvetica', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #442b14;
	margin-bottom:5px;
}
h1 { font-size: 2.9em; font-weight: bold; letter-spacing: -2px; text-align:left;}
h2 { font-size: 2.8em; font-weight: bold; letter-spacing: -2px;}
h3 { font-size: 2.9em; font-weight: bold; letter-spacing: -2px; padding-top: 0px; }
h4 { font-size: 1.7em; font-weight: bold; letter-spacing: -0.5px; padding-top: 5px;  }

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

/* images */

strong {	font-weight: bold; }



/* form elements */

label {
	font-weight: bold;
	color: #8E7D6A;
}
input, select, textarea {
	margin: 5px 0;
	padding: 7px 5px;
	border-width: 1px;
	border-style: solid;
  	border-color: #442b14; 	
	background-color: #ffffff;
	font: 11px 'Helvetica', Verdana, Helvetica, Sans-Serif;
	color: #2cb9f2;
}
input:focus, select:focus, textarea:focus {
	background-color: #2cb9f2;
	border: 1px solid #322014;
	color: #fff;
}

input.button { 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	border: 1px solid #c96111;
	background: #ffffff;	
	font: bold 11pt small-caps 'Helvetica', Verdana, Helvetica, Sans-Serif;
	text-decoration: none;	
	color: #2cb9f2;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	background-color:rgba(241, 241, 241, 0.8);
}

#content {
	width: 100%;
	height: 100%;
	background:none;
}

#center {
	width: 790px;
	text-align:left;
	padding:10px;
}

#left {
	width: 450px;
	text-align:left;
	padding:10px;
	float:left;
}

#left2 {
	width: 350px;
	padding:10px;
	float:left;
}

#store {
	width: 740px;
	height: 700px;
	float:left;
	text-align:left;
}

#right {
	width: 265px;
	padding:10px;
	float:right;
}

#right2 {
	width: 350px;
	padding:10px;
	float:right;
}

#top {
	height: 65px;
	width: 800px;
}

#links {
	width: 800px;
	border-top:solid #442b14 1px;
}

#links2 {
	width: 800px;
	border-top:solid #442b14 1px;
}

#footer {
	height: 50px;
	width: 800px;
	
}

#products img {-moz-border-radius: 10px;
	border-radius: 10px;} 
