html, body
{
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    margin: auto;
    
}

h3 
{
	font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
	font-size: large;
	font-weight: bold;
	color: #424242;
	text-align: left;
	padding: 8px;
	margin: 0;
}

p, ul
{
	font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
	font-size: small;
	font-weight: normal;
	color: #5C5C5C;
	text-align: left;
	vertical-align: middle;
	padding: 0 8px 0 8px;
}

.underline-bold
{
	text-decoration: underline;
	font-weight: bold;
	font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
	color: #5C5C5C;
	text-align: left;
	vertical-align: middle;
}

#left-float
{
	float: left;
}

#wrapper 
{
    
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background-color: #FFFFFF;
    height: 100%;
    width: 1024px;
}

#logo_bar_top 
{
	 background-image: url(../images/logo-top.gif);
    width: 1024px;
    height:82px;
    background-color: #666666;
    font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
    font-size: xx-small;
}

#logo_bar
{
	 background-image: url(../images/header-logo.gif);
    width: 1024px;
    height:242px;
    background-color: #666666;
    font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
    font-size: xx-small;
}

#logo_bar_bottom 
{
	 background-image: url(../images/logo-bottom.gif);
    width: 1024px;
    height:160px;
    background-color: #666666;
    font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
    font-size: xx-small;
}

#search_bar 
{
	background-color: #000000;
    width: 1024px;
    height:30px;
	 text-align: left;
	 color: #FFFFFF;
	 font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
    font-size: small;
    font-weight: bold;
	 margin: 0;
}

#ribbon_top 
{
	 background-image: url(../images/bg-slice.gif);
    width: 1024px;
    height:26px;
}

#menu_bar
{
	 background-image: url(../images/bg-slice.gif);
    height: 60px;
    width: 1024px;
    background-color: #FFFFFF;
    font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
    font-size: xx-small;
}

.nomargin 
{
margin: 0;
padding: 0 0 0 10px;
}

#content 
{
    width: 100%;
    height: auto;
    min-height: 600px;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
	 background-image: url(../images/bg-slice.gif);
	 background-repeat: repeat-y;
	 overflow: auto;
}


#left_menu
{
    width: 200px;
    height: auto;
    min-height: 600px;
    margin: 0 0 0 8px;;
    text-align: left;
	 float: left;
	 padding-left: 10px;
	 padding-top: 8px;
}



.left_login_menu {
    width: 190px;
    height: 100px;
	 min-height: 100px;
    margin: 0;
    border: solid 5px #656565;
    background-color: #FFFFFF;
	 color: #000000;
	 text-align: left;
}

.left_login_menu a {
	margin-left: 8px;
	text-decoration: none;
	font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
   font-size: medium;
	color: #000000;
}

.left_login_menu a:hover {
	margin-left: 8px;
	text-decoration: underline;
	font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
   font-size: medium;
	color: #000000;
}

.left_products_menu a {
	margin-left: 8px;
	text-decoration: none;
	font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
   font-size: medium;
	font-weight: bold;
	color: #000000;
}

.left_products_menu a:hover {
	margin-left: 8px;
	text-decoration: underline;
	font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
   font-size: medium;
	font-weight: bold;
	color: #000000;
}

.left_products_menu {
    width: 190px;
    height: auto;
	 min-height: 450px;
    margin: 0;
    border: solid 5px #656565;
    background-color: #FFFFFF;
	 color: #000000;
}

#main_body
{
    margin: 8px 30px 10px 4px;
    border: solid 5px #656565;
    background-color: #FFFFFF;
    height: auto;
	 min-height: 600px;
    width: 754px;
	 float:right;
	 color: #5C5C5C;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

#main_body_2row
{
    display:block;
    margin: 8px 40px 10px 4px;
    height:100%;
    min-height: 580px;
    width: 754px;
	 float: right;
	 color: #5C5C5C;
}

#top_home_box
{
	 border: solid 5px #656565;
    background-color: #FFFFFF;
	 width: 100%;
	 min-height: 100px;
	 margin: 0 0 20px 0;
	 /*margin: 8px 20px 8px 0;*/
	 color: #5C5C5C;
}

#bottom_home_box
{
 	 border: solid 5px #656565;
    background-color: #FFFFFF;
	 width: 100%;
	 height: auto;
	 min-height: 400px;
	 margin: 0 0 20px 0;
	 /*margin: 8px 20px 8px 0;*/
	 color: #5C5C5C;
}

#footer
{
	 clear: both;
	 background-image: url(../images/bg-slice.gif);
    width: 1024px;
    height:26px;
	 margin-top: 0;
	 border-bottom: solid 8px #000000;
}

.body {
	width: 190px;
}

.red
{
	color: red;
}

#welcome-message
{
	font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
	font-size: large;
	font-weight: bold;
	color: #424242;
}

.category-list
{
	list-style-type: none;
	font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
	font-size: large;
	font-weight: bold;
}

#copy-bar
{
	font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	margin: auto;
	height: 30px;
	color: #424242;
}

#link-bar
{
	font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
	font-size: small;
	font-weight: normal;
	text-align: center;
	height: 30px;
	margin: auto;
	color: #424242;
}

#link-bar a
{
	color: #424242;
}

#link-bar a:hover
{
	color: #424242;
	text-decoration: none;
}

#link-bar a:visited
{
	color: #424242;
}

.gallery-row
{
	height: 250px;
	width: 100%;
	
}

.gallery-column
{	
	height: 250px;
	width: 33%;
	border: 1px dotted #CCCCCC;
	font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
	text-align: center;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

.gallery-column a
{	
	text-decoration: none;
}

.gallery-image-row
{
	width: 100%;
	
}

.gallery-image-column
{	
	width: 100%;
	border: 1px dotted #CCCCCC;
	font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
	text-align: center;
	font-size: small;
	font-weight: bold;
}

.gallery-title-row
{
	height: 30px;
}

.gallery-image-title
{
	font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
	font-size: large;
	font-weight: bold;
	color: #424242;
	text-align: center;
	padding: 0;
	margin: 0;
}

.gallery-description-column
{
	width: 100%;
	font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
	text-align: center;
	font-size: small;
	color: #5C5C5C;
}

/* begin widgetSidebar */
/* used in templates/cart.sidebar.tem.php */
#widgetSidebar {
	font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
	padding-top: 10px;
	width: 160px;
	height: auto;
	text-align: left;
	float: left;
}

#widgetSidebar .top {
	background: url(../images/z1.gif);
	background-repeat: no-repeat;
	background-position:  4em;
	padding-left: 10px;
}

#widgetSidebar .top a {
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	color: #424242;
}

#widgetSidebar .top a:hover {
	color: #424242;
	text-decoration: none;
}

#widgetSidebar .body {
	padding-left: 10px;
}

#widgetSidebar .body .items {
	padding-left: 10px;
	font-size: small;
	font-weight: bold;
	color: #5C5C5C;
}

#widgetSidebar .body .subtotal {
	padding-left: 10px;
	font-size: small;
	font-weight: bold;
	color: #5C5C5C;
}
/* end widgetSidebar */



/* begin widgetCategories */
/* used in templates/cart.categories.tem.php */

#widgetCategories {
	margin-top: 15px;
	/*background: url(../images/li.gif); */
	float: left;
	color: #464646;
	font-size: medium;
	font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
	width: 200px;
	text-align: left;
}

#widgetCategories .top {
	/*background:url(../images/line.gif) no-repeat right top;*/
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #E50029;
	font-size: medium;
	text-align: left;
}

#widgetCategories .body {
	margin-bottom: 5px;
}

#widgetCategories .body ul {
	padding: 0;
	margin: 0 0 0 1px;
	list-style: none;
	text-align: left;
}

#widgetCategories .body ul li {
	padding-left: 10px;
	/*background-image: url(../images/arrow.gif);*/
	background-repeat: no-repeat;
	background-position: 0.9em;
	font-size: medium;
}

#widgetCategories .body ul li a {
	color: #424242;
	text-decoration: none;
	line-height: 20px;
}

#widgetCategories .body ul li a:hover {
	color: #424242;
	text-decoration: none;
}

#widgetCategories .btm {
	/*background:url(../images/line1.gif) no-repeat right bottom;*/
	padding-left: 10px;
	padding-top: 8px;
	font-weight: bold;
	color: #E50029;
	font-size: medium;
}

/* end widgetCategories */

/* begin widgetSpecials */
/* used in templates/cart.specials.tem.php */

#widgetSpecials {
	margin-top: 15px;
	background: url(../images/li.gif);
	/*float: right;*/
	color: #464646;
	font-size: 10px;
	font-family: Tahoma;
	width: 260px;
	text-align: center;
	display: inline;
	
}

#widgetSpecials .top {
	background:url(../images/line.gif) no-repeat right top;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #E50029;
	font-size: 14px;
	text-align: center;
}

#widgetSpecials .body {
	padding-left: 15px;
	padding-right: 15px;
	height: auto;
	margin-bottom: 10px;
	float: left;
	text-align: center;
}

#widgetSpecials .body .photo {
	width: auto;
	/*float: left;*/
}

#widgetSpecials .body .title {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
}

#widgetSpecials .body .title a {
	color: #E50029;
	text-decoration: underline;
}

#widgetSpecials .body .title a:hover {
	color: #E50029;
	text-decoration: none;
}

#widgetSpecials .body .sprice {
	/*float: right;*/
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	padding-top: 2px;
	width: 75px;
}

#widgetSpecials .body .sdetails {
	/*background:url(../images/small_btn.gif) no-repeat center center;*/
	font-weight: bold;
	font-size: 11px;
	/*float: right;*/
	clear: right;
	padding-top: 2px;
	padding-bottom: 6px;
	width: 64px;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#widgetSpecials .body .sdetails a {
	/*color: #FFFFFF;*/
	color: #E50029;
	text-decoration: none;
	text-align: center;
}

#widgetSpecials .body .sdetails a:hover {
	/*color: #FFFFFF;*/
	color: #E50029;
	text-decoration: underline;
}

#widgetSpecials .body .all-link  {
	padding-top: 2px;
	/*float: right;*/
	/*clear: right;*/
	width: 100px;
	text-align: center;
}

#widgetSpecials .body .all-link a {
	color: #E50029;
	text-decoration: underline;
	text-align: center;
}

#widgetSpecials .body .all-link a:hover {
	color: #E50029;
	text-decoration: none;
}

#widgetSpecials .btm {
	background:url(../images/line1.gif) no-repeat right bottom;
	padding-left: 15px;
	padding-top: 2px;
	font-weight: bold;
	color: #E50029;
	font-size: 14px;
	clear: left;
}

/* end widgetSpecials */

/* begin widgetFeatured */
/* used in templates/cart.featured.tem.php */

#widgetFeatured {
	margin-top: 15px;
	float: left;
	color: #464646;
	font-size: x-small;
	font-family: Tahoma, Helvetica, Arial, Myriad, Verdana, Sans-Serif;
	width: 260px;
	text-align: center;
	display: inline;
}

#widgetFeatured .top {
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #E50029;
	font-size: x-small;
	text-align: center;
}

#widgetFeatured .body {
	padding-left: 15px;
	padding-right: 15px;
	height: auto;
	margin-bottom: 10px;
	text-align: center;
}

#widgetFeatured .body .photo {
	width: auto;
	float: left;
}

#widgetFeatured .body .title {
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	
}

#widgetFeatured .body .title a {
	color: #E50029;
	text-decoration: underline;
	text-align: center;
}

#widgetFeatured .body .title a:hover {
	color: #E50029;
	text-decoration: none;
	text-align: center;
}

#widgetFeatured .body .sprice {
	float: left;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	padding-top: 8px;
	width: 75px;
}

#widgetFeatured .body .sdetails {
	font-weight: bold;
	font-size: x-small;
	float: left;
	clear: left;
	padding-top: 10px;
	padding-bottom: 6px;
	width: 64px;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#widgetFeatured .body .sdetails a {
	/*color: #FFFFFF;*/
	color: #E50029;
	text-decoration: none;
	text-align: center;
}

#widgetFeatured .body .sdetails a:hover {
	/*color: #FFFFFF;*/
	color: #E50029;
	text-decoration: underline;
	text-align: center;
}

#widgetFeatured .body .all-link  {
	padding-top: 15px;
	float: left;
	clear: left;
	width: 100px;
	text-align: center;
}

#widgetFeatured .body .all-link a {
	color: #E50029;
	text-decoration: underline;
	text-align: center;
}

#widgetFeatured .body .all-link a:hover {
	color: #E50029;
	text-decoration: none;
	text-align: center;
}

#widgetFeatured .btm {
	background:url(../images/line1.gif) no-repeat right bottom;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	color: #E50029;
	font-size: x-small;
	clear: left;
	text-align: center;
}

/* end widgetFeatured */

