/* CSS Reset */ html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/* CMS Reset */ #article h1{font-size:138.5%}#article h2{font-size:123.1%}#article h3{font-size:108%}#article h1,#article h2,#article h3{margin:1em 0}#article h1,#article h2,#article h3,#article h4,#article h5,#article h6,#article strong,#article dt{font-weight:700}#article optgroup{font-weight:400}#article abbr,#article acronym{border-bottom:1px dotted #000;cursor:help}#article em{font-style:italic}#article del{text-decoration:line-through}#article blockquote,#article ul,#article ol,#article dl{margin:1em}#article ol,#article ul,#article dl{margin-left:2em}#article ol li{list-style:decimal outside}#article ul li{list-style:disc outside}#article dl dd{margin-left:1em}#article th,#article td{padding:.5em}#article th{font-weight:700;text-align:center}#article caption{margin-bottom:.5em;text-align:center}#article sup{vertical-align:super}#article sub{vertical-align:sub}#article p,#article fieldset,#article table,#article pre{margin-bottom:1em}#article button,#article input[type=checkbox],#article input[type=radio],#article input[type=reset],#article input[type=submit]{padding:1px}

html {
    background: #CCC url('../images/bg_page.jpg') repeat-x;
}

body {
    font-family: tahoma, arial, sans-serif;
    margin: 0px 0 10px;
    text-align: center; /* To center the container in IE */
}

a {
	color: #AC1417;
	font-weight: bold;
}

#wrapper{ /* To give shape to the site, we like a nice clean fixed width, centred */
    background: #FFF;
    margin: 0 auto; /* To center the div */
    text-align: left; /* Bring the text back to normal from the IE centering in body */
    width: 950px; /* remember that padding and borders add to this */
}

#header{
    background:#FFF url(../images/header.jpg) no-repeat scroll center center;
    height:102px;
}

#header h1{
	text-align: right;
	padding: 23px 10px 0px 0px;
	font-size: 16px;
}

#header h2{ /* The content within the header is only for print, on the screen we don't show it */
    display: none;
}

/* Navigation is located in the menu.css or MenuMatic.css file */

#article {
	color: #000;
    font-family: tahoma, arial, sans-serif;
    margin: 3px 10px;
    padding: 6px 10px;
}
#article.right{
    float:right;
    width:710px; /* 720 - 20px margin - 20px padding */
}
#article h1{
    color: #AC1417;
	border-bottom: 1px solid #AC1417;
    margin: 0 0 12px 0;
    padding: 4px 0;
	text-transform: uppercase;
	font-size: 16px;
}

#article h2{
    color: #AC1417;
	text-transform: uppercase;
	font-size: 16px;
}

#sidebar.left{
    float:left;
    margin: 10px 0 10px 10px;
    width:190px; /* 230 - 10px margin - 2px border*/
}

#sidebar.left h1 {
	background:#AC1417 url(../images/left-h1-bg.jpg) no-repeat;
	height: .6em;
	margin-bottom: 10px;
}

#sidebar .news {
    background:#AC1417 url(../images/news-bg.jpg) repeat-y;
}

#sidebar .news h3 {
	font-size: .8em;
	font-weight: bold;
	margin: 0em .8em;
}

#sidebar .news h3 a {
	color: #FFCF06;
	font-weight: bold;
	text-decoration: none;
}

#sidebar .news h3 a:hover {
	text-decoration: underline;
}

#sidebar .news h2 {
    background:#AC1417 url(../images/left-h2-bg.jpg) no-repeat;
	color:#FFF;
    font-size:.9em;
    font-weight:bold;
	padding: .5em 0em .5em .7em;
	text-transform: uppercase;
}

#sidebar .news p {
	color: #FFF;
	font-size: .8em;
	padding: .5em .8em;
}

#sidebar .events {
    background:#AC1417 url(../images/news-bg.jpg) repeat-y;
}

#sidebar .events h2 {
    background:#AC1417 url(../images/left-h2-bg.jpg) no-repeat;
	color:#FFF;
    font-size:.9em;
    font-weight:bold;
	padding: .5em 0em 0em .7em;
	text-transform: uppercase;
}

#footer{
    background:#AC1417 url(../images/footer.jpg) repeat-x;
    clear:both;
    font-size:.65em;
    font-weight:bold;
    height:3em;
    padding:0 10px;
}
#footer a{
    color:#FFF;
    text-decoration:none;
}
#footer a:hover{
    text-decoration:underline;
}
#footer li{
    color:#FFF;
    display:inline;
    margin:.7em 0;
    padding:.2em 1em;
}
#footer .right{
    float:right;
}
#footer .left{
    float:left;
}

#gallery {
    border: 1px solid #000000;
    margin-top:10px;
    width: 100%;
}
#gallery td {
    padding: 10px;
    text-align: center;
    width: 33%;
    border: 1px solid #000000;
}
#gallery img {
    border: 1px solid #000;
}

/* SHOPPING CARD HEADER */
	
	table.shopping_cart td 			{ font-size: 12px; color: #700202 }
	table.shopping_cart td a		{ color:#1D4E6C; font-weight: normal; font-size: 12px; }
	table.shopping_cart td a:hover	{ text-decoration: none; color: #999999;  }
	
	.input_search 					{ border: 1px solid #999999; background-color: #FFFFFF; font-size: 12px; color: #222222; width: 150px; }
	.input_go 						{ font-size: 10px; color: #222222; border: 1px solid #999999}

/* SIDE CATEGORY SELLECT */
	.div_cat_space 					{ padding: 3px; width: 185px; border-bottom: 1px solid #EEEEEE; }
	.div_cat_space a 				{ font-size: 14px; color: #700202; font-weight: bold; text-decoration: none; }
	.div_cat_space a:hover 			{ color: #b06a6a; text-decoration: underline; } 
	.div_cat_sub_listing 			{ display: none; visibility: hidden; padding: 3px 0px 2px 13px; }
	.div_cat_sub_listing a 			{ font-size: 13px; text-transform: none; color: #7b841f; font-weight: bold; }
	.div_cat_sub_listing a:hover 	{ color: #1D4E6C; text-decoration: none; }

/* CATALOG MAIN PAGE - sort page options*/
	.page_found_text 						{ font-size: 13px; color: #666666; }
	.std_table_outline 						{ padding: 0px; border: 1px solid #EEEEEE;  }
	.std_table_outline TD 					{ padding: 3px; border: 0px; font-size: 13px; color:#666666; }
	.std_table_outline TD a 				{ color: #700202; font-weight: bold; text-decoration: none; }
	.std_table_outline TD a:hover 			{ color: #b06a6a; text-decoration: underline; } 

/* CATAGLOG MAIN PAGE - product listing */
	.img_thumb_nail { border: 0px; width: 100px; height: 100px; padding-right: 4px; }
	.product_options td { padding: 5px; text-align: left; font-size: 14px; }
	.productListingTable TD 									{ vertical-align: top; padding: 3px; border: 0; font-size: 14px; }
	.productListingTable TD#productListingTableImage 			{ border-bottom: 1px solid #BBBBBB; width: 100px; }
	.productListingTable TD#productListingTableHeader 			{ padding: 4px; background-color: #EFEFEF; border-bottom: 1px solid #BBBBBB; height: 15px }
	.productListingTable TD#productListingTableHeader a 		{ font-size: 14px; font-weight: bold; text-decoration: none; color: #700202; }
	.productListingTable TD#productListingTableHeader a:hover	{ color: #b06a6a; text-decoration: underline; }
	.productListingTable TD#productListingTableFooter			{ vertical-align: bottom; text-align: right; height: 15px; border-bottom: 1px solid #BBBBBB; }
	.productListingTable TD#productListingTableFooter a 		{ font-size: 14px; font-weight: bold; text-decoration: none; color: #700202; }
	.productListingTable TD#productListingTableFooter a:hover	{ color: #b06a6a; text-decoration: underline; }
	.productListingTable TD#productListingContent 				{ padding-top: 4px; color: #222222; font-size: 13px;  }

/* VIEW PRODUCT */

	.productDescriptionTable TD { padding: 2px; }
	.productDescriptionTable TD a 		{ font-size: 14px; font-weight: bold; text-decoration: none; color: #1080A4; }
	.productDescriptionTable TD a:hover	{ color: #999999; text-decoration: underline; }

	.shoppingCartOptionsTable { padding: 5px; background-image: url(../../manage/include/images/fieldset_gradient.jpg); background-position: bottom; background-repeat: repeat-x; border: 1px solid #DDDDDD; } 
	.shoppingCartOptionsTable TD { padding: 5px; text-align: left; font-size: 12px; }
	.shoppingCartOptionsTable TD a 		{ font-size: 14px; font-weight: bold; text-decoration: none; color: #1080A4; }
	.shoppingCartOptionsTable TD a:hover	{ color: #999999; text-decoration: underline; }