
/* Container and Layout Stylesheet */ 


/* general box models  */

body {
    background-color:#2A422A;
	background-image: url(../images_common/green_bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#header {
 width: 800px;
 height: 276px;
}


/* Interior Shell */

#bodyblock {
 position: relative;
 width:800px;
 padding:0;
 margin:0;
 border:0;
 background-image: url(../images_common/content_bg800x20.jpg);
 }


/* Change for Left or Right */

#navigation-shell {
 float:left;
 width:250px;
 padding:0;
 margin:0;
 border:0;
 }


/* content Left or Right */

#content-shell {
 width:500px;
 position: relative;
 float:right;
 padding:0;
 margin:0;
 border:0;
 }


/* Inside the Navigation-shell */

#menu  {
    padding:0 0 0 20px;
    margin:0;
    border:0;
	float: left;
	width: 250px;
	background-image: url(../images_common/nav_background_250.jpg);
    background-repeat: no-repeat; 
}

/* image containers - set for proper alignment */

#imageleft {float: left; margin: 0; padding: 0 20px 0 0;}

#imageright {float: right; margin: 0; padding: 0 0 0 20px;}

.imageleft{
    margin: px 20px 5px 0px;
}

.imageright{
    margin: 5px 0px 5px 20px;
}


/* extra Spacing */

#fill  {
    padding:0;
    margin:0;
    border:0;
	float: right;
	width: 200px;
}



/* Clears the tags */
.clear { clear: both; background: none; }

/* Clear the Float */
.clearthefloats {clear:both;}


/* Sidebar */

#sidebar  {
    padding:0;
    margin:0 50px 0 0;
    border:0;
	float: left;
		    display:inline;
}







/* Posts */

.post {
	margin-bottom: 20px;
	padding: 20px 0px 40px 40px;
	background-image: url(../images_common/header_content_550x20.jpg);
    background-repeat: no-repeat; 
}

.post h2, .post h3 {
	margin-left: -20px;
}


/* Cart */


#cart {
	margin-bottom: 100px;
	margin-top: 50px;
	padding: 20px 40px 100px 40px;
	background: #F5F5F5;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
	border-left: 1px solid #1F1F1F;
}

.cart h2, .cart h3 {
	margin-left: -20px;
}


.row {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}



/* Header */

#header {
	width: 800px;
	height: 276px;
	margin: 0 auto;
	background: url(../images_common/header_800x276.jpg);
}




/* Content */

#content {
    float: left;
    width: 100%;
}

#colTop {
	float: left;
	width: 180px;
	height: 280px;
}

#colOne {
	float: left;
	width: 250px;
	display:inline;
}

#colTwo {
	float: right;
	width: 550px;
	display:inline;
}

#colOpen {
	width: 550px;
}


/* Footer */

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #FFFFFF;
}

/* Extra division spacing */

#filler {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding-top: 300px;
}


