@charset "utf-8";
/* CSS Document */

body, form, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
	font-weight: normal;
}


body {
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #999;
}

h2 {
	font-size: 120%;
	color: #FFF;
	padding-bottom: 15px;
}
h3 {
	font-size: 100%;
	color: #FFF;
	padding-bottom: 10px;
}

#container #header {
	height: 50px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
#container p a {
	color: #FFF;
	text-decoration: none;
}


#container #SideBar {
	width: 200px;
	float: left;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#container #SideBar p  {
	text-decoration: none;
	color: #FFF;
	padding-bottom: 10px;
}

#container #Content {
	margin-left: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	line-height: 120%;
}
#container #Footer {
	clear: both;
	padding-top: 50px;
	letter-spacing: 0.2em;
	text-align: center;
	font-size: 75%;
	color: #FFF;
}
#Content #HomeTable tr td #HomeImage1 {
	padding-top: 10px;
}
#ProductTable tr #ProdImgCell p {
	text-align: center;
	padding-top: 5px;
}
.OrangeText {
	color: #C60;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#ProdImage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #SideBar p a {
	text-decoration: none;
	color: #999;
	padding-bottom: 10px;
}
#container #FullWContent {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	line-height: 120%;
}
.WhiteText {
	color: #FFF;
}
#FullWContent #col1 {
	float: left;
	width: 500px;
	position: relative;
}
#FullWContent #col2 {
	margin-left: 520px;
}
#FullWContent #col2 p {
	font-size: 12px;
	padding-bottom: 10px;
	color: #FFF;
}
#FullWContent #col2 p a {
	font-style: italic;
	text-decoration: underline;
}


#container #Footer p a {
	color: #FFF;
}

