body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: normal 14px/17px "lucinda grande", tahoma, arial, verdana, sans-serif;
	color: #45556a;
	background: #96aab3;
}

h2 {
	font-size: 18px;

}

h3 {
	font-size: 14px;
	margin-bottom: 7px;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
    background: #FFF;
	padding: 0;
}

#productContainer {
	padding: 40px 40px 20px 20px;
	height: 550px;
}

#textContainer {
	padding: 40px 40px 20px 40px;
	height: 550px;
	line-height: 20px;
}

#footer {
	padding: 20px;
	text-align: center;
	border-top: 1px solid #45556a;
	clear: both;
}

#footer a{
	margin-left: 20px;
	margin-right: 20px;
}

#footer a:hover {
	text-decoration: underline;
	line-style: dotted;
}

#header {
	margin-top: 0;
	text-align: center;
	width: 100%;
}

#mainNav {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 800px;
	border-top: 1px solid #45556a;
	border-bottom: 1px solid #45556a;
}

#mainNav li {
	float: left;
}

#mainNav a {
	display: block;
	padding: 0 1.6em;
	line-height: 1.8em;
	text-decoration: none;
	font-size: 20px;
	color: #45556a;
}

#mainNav a:hover {
	color: #000;
}

a {
	color: #45556a;
	text-decoration: none;
}

#logoImage {
	margin-top: 15px;

}

#productsTable {
	width: 740px;
	margin: 0 auto;	
}

#productsTable th{
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 16px;
}

#productsTable th a:hover{
	text-decoration: underline;
}

img {
	border: none;
}

.productLeft {
        width: 49%;
	float: left;
        padding-right: 20px;
        padding-left: 10px;
}

.product {
	margin-bottom: 20px;
}

.productRight {
        width: 49%;
	float: right;
	padding-right: 20px;
}

.product td {
}

.productTitleTd { 	text-align: center;
	font-weight: bold;
	text-align: center;
}



.detailsList {
	list-style: none;
	padding: 0;
	margin: 0;	
}

.dimensions { 	text-align: center;
	text-align: center;
}

.detailsList li{
	padding-top: 5px;
}

.imageTd {
	width: 100px;
}

.priceTd {
	vertical-align: middle;
	text-align: right;
}

.descriptionTd {
	padding: 5px 20px 0 10px;
}

.bulletlessList {
	list-style: none;
}

.bulletlessList li{
	padding: 3px 0 3px 0;
}

.inlineHeading {
	font-weight: bold;
	font-size: 14px;
}

.dottedLineLink:hover {
	text-decoration: underline;
	line-style: dotted;
}

#twitterButton {
        position: absolute;
        right: 10px;
        top: 10px;
}

#twitterButton img{
        width: 100px;
        height: 60px;
}

.newsTable td{
	padding-left: 30px;
	padding-bottom: 10px;
	width:40%%;
}

.newsTable td.col1{
	padding-left: 0;
}

.newsTable td.dateCol{
	width: 25%;
}

.newsTable a:hover {
	text-decoration: underline;
}

.underlinedLink {
	text-decoration: underline;
}

.galleryImage
{
	border: 4px solid lightblue;
}

.galleryImageLeft
{
 	float: left;
}


.galleryImageRight
{
	float: right;
}

.underlinedLinks a:hover{
	text-decoration: underline;
}