@charset "utf-8";
a img{ border: none;}
/*--------------------[ content ]--------------------*/
body {
	font: 100% Verdana, Arial, Geneva, sans-serif;
	background: #222;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #222;
}
#container { 
	width: 900px;
	background:#fff;
	border: none;
	margin: 0 auto;
	text-align: left;
}
#header {
	background-image: url(images/header2.jpg);
	display: block;
	height: 100px;
	text-indent:-9999px;
	width: 900px;
	border: none;
}
#nav {
	background:#ddd;
	padding: 1px 0;
	width: 100%;
	height:26px;
}
#mainContent {
	padding: 10px 20px;
	min-height: 400px;
	border: none;
	text-align: left;
}
#content { 
	padding: 5px;
	float: left;
	width: 78%;
}
#contentnoside {
	padding: 5px;
	margin: 0 auto;
	width: 95%;
}
#sidebar { 
	padding: 5px 15px;
	float: left;
	width: 17%;
	min-height: 400px;
	border: none;
	text-align: left;
}
#footer {
	background:#ddd;
	border: none;
}
.newproduct {
	/*float: left;*/
	width: 48%;
	/*background: rgba(206,103,10,0.1);*/
	padding: 5px;
	font-size: 95%;
	/*font-style: italic;*/
	/*min-height: 200px;*/
	-moz-box-shadow: inset 0 0 5px rgba(206,103,10,0.2);
	-webkit-box-shadow: inset 0 0 5px rgba(206,103,10,0.2);
	box-shadow: inset 0 0 5px rgba(206,103,10,0.2);
	border: 1px solid #f5e1ce;
	
}
.newproduct img {
	margin: 5px 8px 5px 0;
}
/*--------------------( pure styling )--------------------*/
#header h2 {
	margin: 0;
	padding: 10px 0;
	text-align: right;
}
#mainContent p,
#sidebar p {
	font-size: 75%;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 65%;
	text-transform: uppercase;
}
#footer a:hover,
#footer a:visited:hover {
	color: #666;
}
#footer a:visited {
	color: #F93;
}
a {
	color: #F93;
	text-decoration: none;
}
a:hover {
	color: #666;
}
a:focus {
	background: #F93;
	color: #FFF;
	outline: none;
}
a:visited {
	color: #BBB;
}
a:visited:hover {
	color: #666;
}
.icon {
	padding: 0 100px 0 10px;
	height: 50px;
	width: 50px;
	border: 0;
	float: right;
}
ul.nobullet {
	list-style: none;
}
.color {
	color: #F93;
}

/*--------------------[ column class ]--------------------*/
.column {
	width: 31%;
	padding: 10px;
	border: none;
	float: left;
}

/*--------------------[ floats ]--------------------*/
.clearFloat {
	clear: both;
}
.right {
	float: right;
	clear: right;
}
.left {
	float: left;
}.center {
	text-align: center;
}
.leftpadded {
	float: left;
	padding: 20px 0;
}
.rightpadded {
	float:right;
	padding: 20px 0;
}
.leftimage {
	position:relative;
	float: left;
	padding: 2px;
}
.rightimage {
	position: relative;
	float: right;
	padding: 2px;
	width: 350px;
}
