/* RESET TAG MARGINS-------------------------------------------- */* {	margin: 0;	padding: 0;}/* SITE WIDE TAG DEFAULTS-------------------------------------------- */html {	background: #e8e8e8;}body {	background: #e8e8e8 url(../images/bg.jpg) repeat-x top left;	color: #4b5359;	font-family: Arial, Verdana, Lucida, sans-serif;	font-size: 12px;	text-align: center;	padding: 0 0 20px 0;}table {	border-collapse: collapse;	border-spacing: 0;}td {	padding: 5px;}caption, th, td {	text-align: left;	font-weight: normal;}img {	border: none;}/* LINKS-------------------------------------------- */a {	text-decoration: underline;	color: #333;}a:hover {	text-decoration: underline;	color: #333;}/* USEFUL CLASSES-------------------------------------------- */.clear {	clear: both;}.message {	margin: 0;	padding: 5px;	color: #979908;	border: 1px solid #F7F8B4;	background: #FFFFEA;}.required {	width: auto;	margin: 0;	padding: 5px;	color: #DC1313;	border: none;	border-bottom: 1px solid #FF7373;	border-left: 1px solid #FF7373;	border-right: 1px solid #FF7373;	background: #FED0D0;}/* CONTAINER-------------------------------------------- */#Container {	background: transparent url(../images/cnt-bg.png) no-repeat bottom left;	margin: 0 auto;	text-align: left;	width: 940px;}/* HEADER-------------------------------------------- */#Header {	padding: 0 10px;	height: 145px;}	#Header #Logo {		background: transparent url(../images/logo.png) no-repeat bottom right;/*		background: transparent;*/		height: 79px;		padding: 38px 0 0 20px;		width: 665px;	}/* NAVIGATION LEVEL 1-------------------------------------------- */#Navigation {	position: relative;	top: -40px;	left: 15px;}	#Navigation li {		background: transparent url(../images/nav-shaddow.png) no-repeat bottom center;		display: block;		float: left;		padding: 10px 2px 0 0;	}		#Navigation li.first {			background: transparent url(../images/nav-shaddow-first.png) no-repeat bottom left;			padding: 10px 2px 0 10px;		}		#Navigation li.last {			background: transparent url(../images/nav-shaddow-last.png) no-repeat bottom right;			padding: 10px 3px 0 0;		}		#Navigation li a {			background: transparent url(../images/nav-bg.png) no-repeat top left;			color: #4b5359;			font-weight: bold;			display: block;			line-height: 30px;			text-align: center;			text-decoration: none;			width: 85px;			overflow: hidden;			height: 30px;		}		#Navigation .ccom {/*			background: url(../images/nav-shaddow-last.png) no-repeat scroll right bottom transparent;			padding: 10px 10px 0 0;*/		}		#Navigation .ccom a {			font-size: 87%;			line-height: 13px;		}			#Navigation li.current a, #Navigation li.section a,			#Navigation li a:hover {				background: transparent url(../images/nav-current-bg.png) no-repeat bottom center;				color: #5BB653;			}/* NAVIGATION LEVEL 2-------------------------------------------- */#Navigation li ul {	display: none;	width: auto;	background: #ffffff;	border: 1px solid #606060;	margin: 0 0 0 -1px;	padding: 1px;	position: absolute;	z-index: 2000;}	#Navigation li ul li {		background: none;		display: block;		float: none;		padding: 0;	}		#Navigation li ul li.first {			background: none;			padding: 0;		}		#Navigation li ul li.last {			background: none;			padding: 0;		}		#Navigation li ul li a {			background: none;			color: #606060 !important;			display: block;			line-height: 23px;			overflow: hidden;			padding: 0 5px;			text-align: left;			text-decoration: none;			width: 108px;		}			#Navigation li ul li.current a, #Navigation li ul li.section a,			#Navigation li ul li a:hover {				color: #606060 !important;				background: #EFEFEF;			}/* SITE IMAGE-------------------------------------------- */#BigNavigation {	background: transparent url(../images/bigimage-shaddow.png) no-repeat top center;	padding: 10px 10px 2px 10px;}	#BigImage {		background: #ffffff url(../images/bigimage-shaddow-in.png) no-repeat bottom center;		height: 240px;		margin: 0 auto;		width: 920px;	}		#BigImage #BigImageContent {			height: 230px;		}		#BigImage #HeaderImage {			height: 230px;		}/* LAYOUT-------------------------------------------- */#Layout {	clear: both;	padding: 0 20px 20px 20px;}	#Layout #Subnav {		margin: 10px 0 8px 0;		font-size: 1.1em;		font-weight: bold;	}		#Layout #Subnav a.current {			text-decoration: none;		}/* BREADCRUMBS-------------------------------------------- */#Breadcrumbs {	font-size: 0.9em;	margin: 8px 0 10px 0;	padding-left: 20px;}/* CONTENT-------------------------------------------- */#Content {	min-height: 200px;}* html #Content {	height: 200px;}/* FOOTER-------------------------------------------- */#Footer {	clear: both;	font-size: 0.9em;	padding: 0 20px 10px 20px;}	#Footer p {		margin: 0 !important;		padding: 0;		text-align: center;	}	#Footer #FooterNav {		background: transparent url(../images/hr.png) repeat-x bottom center;		margin-bottom: 8px;		padding-bottom: 10px;		text-align: center;	}	#Footer #FooterCopy .copy {		float: left;	}	#Footer #FooterCopy .by {		float: right;	}/* SIDEBAR-------------------------------------------- */#Sidebar {	float: right;	margin: 5px 0 10px 0;	padding: 0;	width: 200px;	min-height: 215px;}	#Sidebar .sidebarBox {		border: 2px solid #e1e3e4;		background-color: #f5f6f6;		margin: 25px 0 20px;		padding: 1px;	}		#Sidebar .sidebarBox a {			color: #333333;		}	#Sidebar h3 {		background-color: #e1e3e4;		clear: both;		color: #333333;		font-size: 1.1em;		font-weight: 700;		line-height: 1.8;		margin: 0 0 10px;		padding: 1px 0 0 10px;	}	#Sidebar ul {		padding: 0;		margin: 2px 0 5px 3px;	}	#Sidebar li {		list-style: none;		margin: 8px 2px;	}		#Sidebar li.product_orderitem {			background-color: #ffffff;			border: 1px solid #e1e3e4;			padding: 5px;		}	#Sidebar #nav2 li {		font-size: 0.9em;		list-style: none;		margin: 1px 0 5px 4px;	}/* PAGE COMMENTS-------------------------------------------- */#CommentHolder ul {	list-style: none;	margin: 20px 0;}#PageComments li {	margin: 5px 0;	padding: 1px;	width: 88%;}#PageComments li.odd {	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;	padding-left: 40px;	padding-right: 10px;	border-bottom: 2px solid #BCE4FE;}#PageComments li.even {	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;	padding-right: 40px;	padding-left: 10px;}#PageComments li.odd p.info {	color: #3AA0C3;}.actionLinks li a {	padding-right: 3px;	font-size: 11px;}.actionLinks li {   display: inline;   border-right: 1px solid;}   .actionLinks li.last {      border-right: none;   }.commentrss {	background: transparent url(../images/feed-icon-14x14.png) no-repeat;	padding-left: 20px;	font-size: 1em;	line-height: 1.6em;}#PageCommentsPagination p {	text-align: center;	font-size: 1.2em;}#PageComments p {	font-size: 1em;}#PageComments p.info {	color: #999;	margin: 0px;	padding: 0;	line-height: 1em;	font-size: 0.9em;}#GMap {	color: #000000 !important;}#GMap p {	color: #000000 !important;}#GMap a {	color: #000000 !important;}/* IMAGE GALLERY-------------------------------------------- */#album-list ul {	margin-top: 20px;}#album-list ul li {	clear: left;}#MemberLoginForm_LoginForm .message {	color: red !important;	background: none !important;}/*  ADDED CSS--------------------------------------------- */.banner {	background: url(../images/topimg1.jpg) no-repeat scroll center bottom transparent;	color: red;}#Footer {	color: #a7a7a7;}#Footer a:link, #Footer a:visited, #Footer a:hover {	color: #a7a7a7;	text-decoration: none;}#FooterNav a {	border-right: 1px solid #a7a7a7;	padding-right: 7px;	padding-left: 7px;}#FooterNav a.last {	border: none;	padding-right: 0;}#FooterNav a.first {	padding-left: 0;}