@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/comersus7F/store/images/bg2.jpg); 
}
.main #container {
	width: 1212px;
	text-align: left;
} 
.main #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-image: url(/comersus7F/store/images/artlayout_01-b.png);
	background-repeat: no-repeat;
	height: 328px;
	width: 1212px;
} 
.main #headermenu {
	position: relative;
	width: 680px;
	top: 100px;
	left: 504px;
}
.main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 90%;
}
.main #sidebar1 #navcontainer { width: 200px; }

.main #sidebar1 #navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.main #sidebar1 #navcontainer a
{
	display: block;
	padding: 3px;
	width: 160px;
}

.main #sidebar1 #navcontainer a:link, #navlist a:visited
{
	color: #4F6693;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9pt;
}

.main #sidebar1 #navcontainer a:hover
{
	color: #FB7123;
}
.main #mainContent {
	font-family: tahoma, verdana, arial;
	font-size: 90%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
}
.main #mainContent p {
	font-size: 12px;
	padding-right: 60px;
	padding-left: 10px;
}
.main #mainContent li {
	font-size: 12px;
	padding-right: 60px;
}
.main #mainContent h1    {
	margin-top: 0px;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2F4F2D;
	font-style: italic;
}
.main #mainContent h2 {
	font-size: 15px;
	color: #2F4F2D;
}
.main #footer1 {
	background-image: url(/comersus7F/store/images/bgmid.png);
	background-repeat: repeat-y;
} 
.main #footer1 p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	font-family: tahoma, verdana, arial;
	font-size: 80%;
}
.main #footer2 {
	background-image: url(/comersus7F/store/images/artlayout_03.png);
	background-repeat: no-repeat;
	height: 45px;
}
.main #footer3 {
	margin-left: 200px;
	width: 1000px;
	text-align: center;
	font-size: 9pt;
	font-family: Tahoma, Verdana, Arial;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}

.main #midcontainer1  {
	background-image: url(/comersus7F/store/images/bgmid.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.main #midcontainer2  {
	margin-left: 200px;
	padding: 0px;
	margin-top: 0px;
}

th {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	text-align: left;
}
input, select, textarea {
	color : #000000;
	font-size : 11px;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border: 1px solid #FB7123;
	padding: 1px;
	background-color: #FFFFFF;
}
.submitbtn {
	border: 2px solid #FFFFFF;
	background-color: #FFC301;
	color: #FB7123;
}
.px {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 2px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
.px5 {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 5px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
.title01 {
	color : #FFFFFF;
	margin-top : 10px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 15px;
	font-size : 13px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	font-style: italic;
}
.title {
	color : #FFFFFF;
	margin-top : 1px;
	padding-bottom : 1px;
	margin-bottom : 1px;
	margin-left : 37px;
	margin-right : 10px;
	font-size : 10px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.title a {
	color : #4F6693;
}
.title a:hover {
	color : #FB7123;
}
.list {
	color : #FFFFFF;
	margin-top : 3px;
	padding-bottom : 3px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.right {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 15px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.right a, .list a {
	color : #4F6693;
}
.right a:hover {
	color : #FB7123;
}
.left {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 25px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.left b {
	color : #FF6600;
}
.left a {
	color : #4F6693;
}
.left a:hover {
	color : #FB7123;
}
.main  #mainContent a  {
	color : #4F6693;
}
.main  #mainContent a:hover  {
	color : #FB7123;
}
.menu01 {
	color : #000000;
	margin-top : 1px;
	padding-bottom : 1px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
.menu01 a {
	color : #4F6693;
	text-decoration: none;
}
.menu01 a:hover {
	color : #FB7123;
}
.menu02 {
	color : #FFFFFF;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 20px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.menu02 a {
	color : #4F6693;
	text-decoration: none;
}
.menu02 a:hover {
	color : #FB7123;
}
.bar01 {
	color: #OOOOOO;
	margin-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 20px;
	font-size: 18px;
	font-family: Tahoma,Verdana,Arial;
	font-weight: bold;
	text-align: center;
}
.b01 {
	color : #000000;
	margin-top : 2px;
	padding-bottom : 1px;
	margin-bottom : 1px;
	margin-left : 20px;
	margin-right : 0px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
.b01 a {
	color : #000000;
	text-decoration: none;
}
.b01 a:hover {
	color : #FB7123;
}
TD {
}
.main #sidebar1 h3 {
	color: #2F4F2D;
}
.main #mainContent #featuredproducts {
	border: 1px solid #EA8C42;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.main #footer1 a {
	color : #4F6693;
}
.main #footer1 a:hover {
	color : #FB7123;
}
