/* CSS Document */

/* The CSS is this file is for minor alterations to the design of a site that
 	are created in the design.css.php file
	
	also for style elements that are not controled by the cssConfiguration file
																	*/
* {
	margin-top: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0;
	padding: 0;
	background: url(../images/design/page_back.gif);
}

#header_b {
	background: url(../images/design/header_bottom_back.gif) repeat-x;
	height: 14px;
	overflow: hidden;
}

#header #logo {
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
}

#header #logo a {
	display: block;
	overflow: hidden;
}

#header p#subtitle {
	height: 0;
	margin: 0;
	padding: 0;
	/*width: 100%;*/
	padding-top: 120px;
	overflow: hidden;
	/*position: absolute;*/
	background: url(../images/design/sub_title.gif) no-repeat center bottom;
	/*z-index: 10;*/
	font-size: 0px;
	line-height: 0px;
}

#header p.phone {
	text-align: right;
	float: right;
	margin-right: 10px;
	color: #FFF;
	font-size: 1.8em;
	margin-top: 50px;
}

#header>p.phone {
	margin-right: 20px;
}

#header p.phone span {
	display: block;
	font-size: .6em;
}

#topnav {
	clear: both;
}

#topnav ul {
	list-style-image: none;
	list-style-type: none;
	margin: 5px 0;
	text-align: center;
}

#topnav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#topnav li.skipnav {
	position: absolute;
	margin-left: -2000px;
}

#topnav a {
	margin: 0 5px;
	color: #FFF;
	font-size: 1.2em;
}

#topnav a:link, #topnav a:visited {
	text-decoration: none;
}

#topnav a:focus, #topnav a:hover {
	text-decoration: underline;
}

#topnav a:active {
	text-decoration: none;
}

#wrapper_l {
	background: url(../images/design/left_back.gif) repeat-y;
}

#wrapper_r {
	background: url(../images/design/left_back.gif) repeat-y right;
}

#leftnav {
	float: left;
	width: 200px;
	padding: 20px 0;
}

#leftnav table {
	/* this controls the overall width and margin of the osCommerce info boxes that appear on the left and right */
}

#leftnav table.infoBox {
	/* This controls the verticle space between the osCommerce boxes  */
	/*margin-bottom: 10px;*/
}

#leftnav table table {
	/* This negates the width and margins of nested tables in the info boxes */
	width: 100%;
	margin: 0;
	background-color: transparent;
}

/* for right nav see comments above for left nav */
#rightnav {
	float: right;
	width: 200px;
	padding: 20px 0;
}

#rightnav table {
}

#rightnav table.infoBox {
	/*margin-bottom: 10px;*/
}

#rightnav table table {
	width: 100%;
	margin: 0;
	background-color: transparent;
}

#leftnav table td, #rightnav table td {
	background-color: transparent;
}

#leftnav table, #rightnav table {
	background-color: transparent;
}

#leftnav div, #rightnav div {
	/*border: 1px solid #AA223E;*/
	/*padding: 2px;*/
	width: 180px;
	margin: 0 10px 10px 10px;
}

#leftnav div div, #rightnav div div {
	border: none;
	padding: 0;
	width: auto;
	margin: 0;
}

#Content td.infoBoxHeading, #leftnav td.infoBoxHeading, #rightnav td.infoBoxHeading {
	font-size: .8em;
}

#Content {
	padding: 20px 210px;
	/*margin: 20px 220px;*/
}

#Content table h1 {
	font-size: 18px;
}

#Content table h2 {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	color: #903;
}

#BottomNav {
	clear: both;
	background: url(../images/design/bottom_nav_top_back.gif) repeat-x;
	height: 66px;
}

#wrapper_r>#BottomNav {
	height: auto;
	min-height: 66px;
}

#BottomNav #BerriesLeft {
	background: url(../images/design/berries_left.gif) no-repeat;
	float: left;
	width: 60px;
	height: 39px;
	margin-top: 14px;
	margin-left: 5px;
}

#BottomNav>#BerriesLeft {
	margin-left: 10px;
	margin-bottom: 10px;
}

#BottomNav #BerriesRight {
	background: url(../images/design/berries_right.gif) no-repeat;
	float: right;
	width: 60px;
	height: 39px;
	margin-top: 14px;
	margin-right: 5px;
	margin-bottom: 10px;
}

#BottomNav>#BerriesRight {
	margin-right: 10px;
}

#BottomNav ul {
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	padding: 14px 0 0 0;
	/*height: 39px;*/
}

/*#BottomNav>ul {
	height: auto;
	min-height: 39px;
}*/

#BottomNav ul li {
	display: inline;
}

#BottomNavBottom {
	width: 100%;
	height: 8px;
	background: url(../images/design/bottom_nav_bottom_back.gif) repeat-x bottom;
	clear: both;
}

#BottomNav a {
	color: #FFF;
	font-size: 11px;
	line-height: 19px;
	/*font-weight: bold;*/
	padding: 0 5px;
	/*border-left: 1px solid #000;*/
	/*border-right: 1px solid #000;*/
	white-space: nowrap;
}

#BottomNav a:link, #BottomNav a:visited {
	text-decoration: none;
}

#BottomNav a:focus, #BottomNav a:hover {
	text-decoration: underline;
}

#BottomNav table, #BottomNav table tr.footer, #BottomNav table tr.footer td.footer {
	background-color: transparent;
}

#BottomNav a:active {
	text-decoration: none;
}

#ContentInner {
	width:98%;
}