body{
	background-color		: #000;			
	font-family				: verdana;
	font-size				: 11px;
	color					: #000;
	margin					: 10px 0 0 0;	
	overflow-y				: hidden;
}

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

#wrapper
{
	background-color		: #fff;
	width					: 950px;
	margin-left				: 5%;
	border					: 1px solid #ff0000;
	padding               	: 0;
	text-align				: left;
	margin					: 0px auto 0 auto;	
	height               	: 555px;
}

#saltyHeader
{
	border-bottom			: 1px solid #020276;
	float					: left;
	height					: 75px;
	width					: 950px;
}

#saltyLogo
{
	float					: left;
	width					: 423px;
	background-image		: url(../images/logo.png);
	background-repeat		: none;
	height					: 75px;
}

#headerRight
{
	float					: left;
	border					: 0px solid #000;	
}

#headerEmpty
{
	height					: 60px;
	float					: left;
}

#subMenu
{
	float					: left;	
}

.clearFloat
{
	clear					: both;	
}

#leftContent
{
	float					: left; 
	width					: 200px; 
	border-right			: 0px solid #FF0000; 
	height					: 450px;	
}

#completContent
{
	float					: left; 
	width					: 744px;  
	padding					: 0 0 0 5px;
	border-left				: 1px solid #020276;
	margin					: 0;	
	background				: transparent url(../images/bg.png) repeat-x top left;	
	height					: 450px;		
}

#productContent p
{
	font-size				: 10px;
	margin					: 0;
	padding					: 0;
}
/*****************************
 * 
 * Submenu
 * 
 *****************************/

#topMenu ul
{
	margin					: 0;
}

#topMenu li
{
	float					: left;
	display					: inline;
	list-style-type			: none;
	padding-right			: 30px;
	cursor					: pointer;
}
