@charset "utf-8";
/* CSS Document */

html, body
{
	margin:0;
	padding:0;
}
body
{
	font: 76% arial, sans-serif;
	text-align:center;
	background-color:#292228;
	margin-top:10px;
	color:#666;
}
/* WRAPPER */
div#container
{
	text-align:left;
	background-color:#FFF;
}
div#container
{
	width:950px;
	margin:0 auto;
}
/* HEADER */

div#header
{
	width:950px;
	height:100px;
	margin:0;
	padding:0;
	background: #FFF;
}
/* CONTENT */
div#contentwrapper
{
	float:right;
	width:699px;
	min-height:500px;
	border-left: solid 1px #000;
	padding:25px;
}


div#contentleftBlog
{
	float:left;
	width:450px;
	border-right: solid 1px #999;
	padding-right:25px;
	margin-top:10px;
}

div#sidebar
{
	float:right;
	width:180px;
	margin-top:-10px;
	padding: 0px 20px 0px 20px;

}

div#contentfull
{
	width:100%;
}
div#contentleftproduct
{
	float:left;
	width:135px;

}
div#contentrightproduct
{
	float:right;
	width:525px;
	padding-right:20px;
}
div#contentwrapper p
{
	line-height:1.4;
	text-align: left;
}
/* NAVIGATION */
div#navigation
{
	float:left;
	width:150px;
	height:450px;
	margin: 0px 25px 25px 25px;

}
div#navigation2
{
	float:left;
	width:200px;
	height:450px;
}
div#navigation2 a, div#navigation2 a:hover
{
	color:#FFF;
}
/* FOOTER */
div#footer
{
	clear:both;
	width:100%;
	border-top: solid 1px #000;
}
div#footer
{
	background: #FFF;
}
div#footer p
{
	margin:0;
	padding:20px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height: 16px;
	color:#000;
}
