@charset "utf-8";

/* Page Design/Layout */

body {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url(../images/web/background.png);
	background-repeat:repeat;
}
.header {
	background-color: #CCCCCC;
	height: 188px;
	width: 770px;
	background-image:url(../images/web/header.png);
}
.left_column {
	background-color: #4c3b2d;
	float: left;
	height: 500px;
	width: 125px;
}
.right_column_gallery {
	float: right;
	height: 400px;
	width: 643px;
	background-color:#acccf8;
	border-right-width:1px;
	border-right-color:#000000;
	border-right-style:solid;
	text-align: left;
	margin: 0 auto;
}
.right_column {
	float: right;
	height: 400px;
	width: 748px;
	background-color:#acccf8;
	border-left-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-width:1px;
	border-right-color:#000000;
	border-right-style:solid;
	padding:10px;
}

.right_nav_bar {
	float: right;
	height: 100px;
	width: 768px;
	background-color:#acccf8;
	border-left-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-width:1px;
	border-right-color:#000000;
	border-right-style:solid;
}
.right_nav_bar_gallery {
	float: right;
	height: 100px;
	width: 643px;
	background-color:#acccf8;
	border-right-width:1px;
	border-right-color:#000000;
	border-right-style:solid;
}

.footer {
	clear: right;
	height: 30px;
	width: 768px;
	background-color: #4c3b2d;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	}
	
.right_column_retail {
	float: right;
	height: 450px;
	width: 748px;
	background-color:#acccf8;
	border-left-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-width:1px;
	border-right-color:#000000;
	border-right-style:solid;
	padding:10px;
}
#navbar {
	float:center;
	padding-left:3px;
	padding-right:3px;
	border:none;
	align:center;
}
.footer_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
}

/* Left Menu */

#navcontainer { width: 125px; }

#navcontainer ul, li
{
	margin-left: 0;
	padding-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none
	
}

#navcontainer a
{
	display: block;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	width: 122px;
	background-color: #4c3b2d;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	text-align:center;
	color: #EEE;
	text-decoration: none;
	list-style-type:none;
	list-style-image: none;
}

#navcontainer a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
	list-style-type:none;
	list-style-image: none;
}

#navcontainer a:hover
{
	background-color: #9a8578;
	color: #18509e;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#7499cc;
	size: 36px;
	font-size: 18px;
	padding-left: 3px;
}

#styles {
	width: 122px;
	height: 40px;
	background-image: url(../images/web/styles.jpg);
	padding-left: 3px;
	}

/* Body attributes */

.body_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	width: 615px;
	margin-right:auto;
	margin-left:auto;
}

.home_image_left {
	float:left;
	height: 180px;
	width: 144px;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	clear:left;
}

.home_image_center {
	float:left;
	height: 180px;
	width: 144px;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	
}

.home_image_right {
	float:left;
	height: 180px;
	width: 144px;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	
}

#container {
	margin-right: 0px auto;
	display: table;
	margin-left: 0px auto;
	float:center;
	margin-left: auto;
	margin-right: auto;
	
}

.space {
    margin: 0px;
    padding: 0px;
    height: 15px;
}

.gallery_font {
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000000;
}

.gallery_font_header {
	font:Verdana, Geneva, sans-serif;
    font-size:x-large;
	font-weight:bold;
	color:#000000;
}

.retail_logo_font {
	font:Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	color:#000000;
}

.contact_font {
	font:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#000000;
}