/* Main Classes*/

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
}
p {
	font-size: 10px;
	margin-bottom: 1em;
}
h1 {
	font-size: 14px;
	margin-bottom: 10px;
}
h2 {
	font-size: 12px;
	font-weight: normal;
}
ul {
	font-weight: normal;
	color: #FC0;
	font-size: 12px;
	list-style-type: none;
}
li  {
	margin-bottom: 10px;
}
a {
	text-decoration: none;
}
#containerBorder {
	width: 1000px;
	padding: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#content {
	padding: 50px;
}
#mainContent {
	margin-right: 320px;
	margin-left: 320px;
	padding-right: 5px;
	padding-left: 5px;
}
#column1 {
	float: left;
	width: 320px;
	min-height: 580px;
	height: auto !important;
	height: 680px;
}
/* for Internet Explorer */
/*\*/
#column1 {
height: 680px;
}
/**/

#column1Content {
	padding-right: 5px;
}
#column2 {
	float: right;
	width: 320px;
}
#footer {
	clear: both;
	text-align: right;
}
#column2Content {
	padding-left: 5px;
	position: relative;
}
.galleryImages {
	margin-bottom: 10px;
	width: 150px;
}
#footer a {
	color: #606060;
}
#menu ul {
	text-align: right;
}
#menu a {
	color: #FC0;
	display: block;
	margin-left: 30px;
	padding-right: 5px;
	height: 12px;
	margin-bottom: 10px;
	font-size: 12px;
}
#menu li  {
	height: 12px;
	padding-bottom: 5px;
}
#menu .current      {
	background-image: none;
}

#brandMenu   {
	background-image: url(../images/buttons/brandButton.gif);
	background-repeat: no-repeat;
}
#brandMenu a:hover      {
	color: #FFF;
	background-color: #006;
}
#brandMenu .brandMenuCurrent      {
	color: #FFF;
	background-color: #006;
	background-image: none;
}
#prMenu  {
	background-image: url(../images/buttons/prButton.gif);
	background-repeat: no-repeat;
}
#prMenu a:hover      {
	color: #FFF;
	background-color: #F39EC4;
	margin-left: 30px;
}
#prMenu .prMenuCurrent      {
	color: #FFF;
	background-color: #F39EC4;
	background-image: none;
	margin-left: 30px;
}
#dmMenu  {
	background-image: url(../images/buttons/dmButton.gif);
	background-repeat: no-repeat;
}
#dmMenu a:hover      {
	color: #FFF;
	background-color: #6B9F86;
	margin-left: 30px;
}
#dmMenu .dmMenuCurrent      {
	color: #FFF;
	background-color: #6B9F86;
	margin-left: 30px;
	background-image: none;
}
#envMenu  {
	background-image: url(../images/buttons/envButton.gif);
	background-repeat: no-repeat;
}
#envMenu a:hover      {
	color: #FFF;
	background-color: #BE3E16;
	margin-left: 30px;
}
#envMenu .envMenuCurrent      {
	color: #FFF;
	background-color: #BE3E16;
	margin-left: 30px;
	background-image: none;
}
#poppMenu  {
	background-image: url(../images/buttons/poppButton.gif);
	background-repeat: no-repeat;
}
#poppMenu a:hover      {
	color: #FFF;
	background-color: #7EC9C6;
	margin-left: 30px;
}
#poppMenu .poppMenuCurrent      {
	color: #FFF;
	background-color: #7EC9C6;
	margin-left: 30px;
	background-image: none;
}
#detailImageHolder {
	width: 315px;
}
#homeBox {
	padding-right: 5px;
	margin-bottom: 20px;
	height: 18px;
}
#homeButton a {
	display: block;
	height: 18px;
	width: 47px;
	background-image: url(../images/buttons/homeButton.gif);
	background-repeat: no-repeat;
}
#homeButton a:hover {
	background-image: url(../images/headings/headingHomeWhite.gif);
	background-color: #FC0;
}
#homeButton {
	float: right;
}
#detailImage {
	width: 315px;
}
#menuHolder {
	position: absolute;
	width: 150px;
	right: 0px;
	top: 420px;
}
#footer p a:hover {
	color: #FC0;
}
