body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: #B7B8BA url(../images/bg_grey.jpg) repeat-x top left; 
	color: #404040;
	font: 11px Verdana, Helvetica, sans-serif;
}

/* Layout */

#siteDimention	{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 760px;
}

#topHeader	{
	background: url(../images/top_header_bg.gif);
	height: 80px;
	font-weight: normal;
}


#topHeader a:link{
	 color: #404040;
	 text-decoration : none;
}

#topHeader a:visited{
	 color: #404040;
	 text-decoration : none;
}

#topHeader a:hover{
	color: #404040;
	text-decoration : underline;
}

#topHeader ul {
   padding: 0; 
   margin: 0;
   white-space: nowrap;
}

#topHeader ul li {
	display: inline;
	padding: 5px; 
}

#whiteSpace {
	height: 5px;
	width: 530px;
	background: #FFFFFF;
}

html>body #whiteSpace {
	width: 760px;
	height: 5px;
}


#mainMenu ul {
   padding: 0; 
   margin: 0;
   white-space: nowrap;
}

#mainMenu ul li {
	display: inline;
	padding: 0; 
	margin: 0;
}
 


#leftContent img {
	padding-right: 5px;
}

#leftContent i {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
}

#leftContent ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

#leftContent ul li{
	background-image: url(../images/menu_bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	padding-left: 14px;
	padding-top: 5px;
} 

#leftContent ul li a:link{
	color: #404040;
	font-weight: bold;
   text-decoration : none;
} 

#leftContent ul li a:visited{
   color: #404040;
   font-weight: bold;
   text-decoration : none;
}

#leftContent ul li a:hover{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration : underline;
}

#leftContent {
	float: left;
	width: 200px;
	margin-top: 9px;
	padding-bottom: 5px;
	padding-right: 16px;
	background: #B7B8BA;
}


#rightContent {
	margin-left: 220px;
	margin-top: 9px;
	height: 100%;
	background: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	
}


#featuredProduct {
	width: 220px;
	background: #C5CEDB;
	float: right;
	margin-left: 10px;
	
}


#footer1 {
	background: #DBDBDC;
	padding: 3px;
	height: 12px;
}

#footer1 a:link{
	font-weight: bold;
	text-decoration: none;
	color: #404040;
}

#footer1 a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #404040;
}

#footer1 a:hover{
	text-decoration: underline;
}

#footernew {
	text-align: center;
}
#footer2 {
	background: #888A8C;
	height: 9px;
}

#footer3 {
	background: #888A8C;
}

/* Elements */


#redButton {
	background: #D8205B;
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 75px;
	margin-left: 10px;
}

#redButton a:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#redButton a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#redButton a:hover{
	text-decoration: underline;
}


label {
	width: 11em;
	float: left;
	text-align: left;
	margin: 0 1em 0 0;
	font-weight: bold;
	padding-top: 4px;
}

.submit-button {
	color: #FFFFFF;
	background: #CC1D56;
	font: 11px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 5px;
	border: 0;
	padding: 3px;
} 

.reset-button {
	color: #FFFFFF;
	background: #5B7896;
	font: 11px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 5px;
	border: 0;
	padding: 3px;
} 


#newsHR {
	border-bottom:1px dashed #929395;
	padding: 6px;
}

#subMenuHR {
	border-bottom:1px dashed #929395;
	padding: 3px;
}

#generalHR {
	border-bottom:1px dashed #929395;
	padding: 2px;
}

#highlightedMenu{
	color: #FFFFFF;
	font-weight: bold;
    text-decoration : underline;
}


h3{
	padding: 0;
	margin: 0;
}

small{
	font-size: 10px;
}

.newsDate{
   color: #FFFFFF;
   font-weight: bold;
}

.required{
	color: #A90533;
	font-size: 9px;
}

#news {
	padding: 0px;
}

#news a:link{
	text-decoration: none;
	
}

#news a:visited{
	text-decoration: none;
	
}

#news a:hover{
	text-decoration: underline;
	
}



a:link{
	text-decoration: underline;
	color: #404040;
}

a:visited{
	text-decoration: underline;
	color: #404040;
}

a:hover{
	text-decoration: none;
	color: #404040;
}



#subMenu a:link{
	text-decoration: none;
	
}

#subMenu a:visited{
	text-decoration: none;
	
}

#subMenu a:hover{
	text-decoration: underline;
	color: #AF1D4C;
	
}

.errorText{
   color: #FF0000;
   font-weight: bold;
}