/*
CSS Document
layout.css
rossreels.com
all code is copyright to jamwerx and may not be used without written permission
*/
html,body {
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Tahoma;
	font-size:14px;
	background:#69737b;
	color:#000;

}




#header {
	display:block;
	width:1013px;
	height:210px;
	background:url(/images/template/header.png) no-repeat left bottom;
	margin:0 auto;
	padding:0;
	position:relative;
}


#containerwrap {
	position:relative;
	display:block;
	background:url(/images/template/middle.png) repeat-y 0 0;
	width:1013px;
	padding:0;
	margin:0 auto;
	overflow: auto;
	
}

#containerwraphome {
	position:relative;
	display:block;
	background:url(/images/template/middle-home.png) repeat-y 0 0;
	width:1013px;
	padding:0;
	margin:0 auto;
	overflow:visible;
}

#cartheader {
	/*display:block;
	width:1013px;
	height:226px;
	background:url(/images/template/header.jpg) no-repeat left bottom;
	margin:0 auto;
	padding:0;*/
	display:block;
	width:1013px;
	height:210px;
	background:url(/images/template/header.png) no-repeat left bottom;
	margin:0 auto;
	padding:0;
	position:relative;
}

/*#leftcontent {
	float:left;
	position:relative;
	width:192px;
	padding-top:10px;
	display:inline;
	margin-left:57px;
	min-height:900px;
	height:auto!important;
}

#rightcontent {
	width:720px;
	position:relative;
	padding:10px;
	top:0;
	left:-13px;
	overflow:hidden;
	min-height:100%;
	height:auto!important;
	
}*/


#leftcontent {
	float:left;
	position:relative;
	width:192px;
	padding-top:10px;
	display:inline;
	margin-left:25px;
	min-height:900px;
	height:auto!important;
}

#rightcontent {
	width:720px;
	position:relative;
	padding:10px;
	top:0;
	left:-40px;
	overflow:hidden;
	min-height:100%;
	height:auto!important;
	float: right;
}

#rightcontenthome {
	width:970px;
	position:relative;
	margin: 0 auto;
	padding:0;
	top:0;
	left:4px;
	overflow:hidden;
	min-height:100%;
	height:auto!important;
	/*border: solid 1px green;*/
}

#footerwrap {
	display:block;
	width:1013px;
	height:88px;
	background:url(/images/template/footer.png) no-repeat center top;
	margin:0 auto;
	padding:0;
	border:  none;
}