/* === Global Styles === */
body {
	margin: 0px auto;
	margin-top: 30px;
	padding: 0px;
	border: 0px;
	color: #333;
	background-color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.6em;
}

img {
	border-style: none;
	padding: 0px;
	margin: 0px;
}

a {
	color: #333;
}

a:hover {
	color: #ff9933;
}

a p {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 , h6, p {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.store {
	line-height: 1.2em;
	padding: 10px 0px;
	border-bottom: 1px dotted #999;
}

h1 {
	font-size: 2em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.2em;
}

h3, h3 a {
	font-size: 1.2em;
	margin-top: 1em;
	color: #ff9933;
	font-weight: bold;
}

p, li {
	font-size: .8em;
}

li {
	list-style-type: square;
}

.productList li {
	list-style-type: circle;
	text-indent: -2em;
	list-style-position: inside;
}
hr {
	margin: 0px;
}

#header {
	height: 75px;
	width: 942px;
	margin: 0px auto;
}

#header #logo {
	width: 140px;
	height: 75px;
	float: left;
}

#header #rootNav {
	margin-top: 30px;
	margin-right: 10px;
	height: 40px;
	float: right;
	vertical-align:text-bottom;
}

#header #rootNav ul li {
	display: inline;
}

#header #rootNav img a:hover{
	background-position: 0px -40px;
}

#media {
	clear: both;
	margin: 0px auto;
	margin-top: 10px;
	height: 180px;
	width: 942px;
	background: url(../images/mediaBG.jpg);
}

#homeContent {
	clear: both;
	margin: 0px auto;
	margin-top: 10px;
	height: 406px;
	width: 942px;
	background: url(../images/mainContentBG.jpg);
}

#homeContent td {
	width: 300px;
	height: 185px;
}

#content {
	margin: 0px auto;
	margin-top: 10px;
	width: 942px;
	border-bottom: 1px solid #999;
	clear: both;
	position: relative;
}

#content #sideBar {
	width: 220px;
	margin: 10px;
	margin-left: 0px;
	background: #fff;
	float: left;
}

#content #mainContent {
	width: 690px;
	margin: 10px 0px;
	padding-left: 10px;
	background: #fff;
	border-left: 1px solid #999;
	float: left;
}

#footer {
	border-top: 1px solid #999;
	clear: both;
	width: 942px;
	margin: 0px auto;
}

#footer p {
	text-align: center;
	font-size: .6em;
}

#content #mainContent table {
	width: 690px;
	border: 1px solid #999;
	border-top: none;
	text-align: l;
	margin: 0px 10px 10px 0px;
	padding: 0px 5px;
}

#content #mainContent td {
	font-size: 1em;
	line-height: 1.2em;
}

caption , .mainExpand{
	color: #fff;
	font-weight: bold;
	font-size: .8em;
	text-align: left;
	padding: 0px 10px;
}

.mainExpand {
	cursor:hand;
	cursor:pointer;
	background-color: #666;
	margin-bottom: 10px;
}

.mainExpand:hover{
	color: #d9a901;
}

