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

html, body
{
	margin:0;
	padding:0;
}
body
{
	font:Verdana, Geneva, sans-serif;
	text-align:justify;
	color:#000;
	font-size:12px;
	margin:0;
	background-color:#292228;
	margin-top:10px;
}
/* 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#content{
 float:left;	
}

div#contentleft
{
	float:left;
	width:375px;
}
div#contentright
{
	float:right;
	width:285px;
	margin-left:35px;
}

div#contentleftBlog
{
	float:left;
	width:454px;

}

div#contentrightBlog
{
	float:right;
	width:224px;
	padding-right:20px;
	border: solid 1px blue;
}

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

}
div#contentrightproduct
{
	float:right;
	width:500px;
	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;
}
/* OLDFOOTER 
div#footer
{
	clear:both;
	width:100%;
}
div#footer
{
	background: #FFF;
}
div#footer p
{
	margin:0;
	padding:5px 10px;
	text-align:right;
	font-size:10px;
	color:#908C89;
}*/

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

div#index-images{
	padding:0;
	margin:0;
	position:absolute;
	z-index:4000;
	padding-left:117px;
}