* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.8;
	font-weight: normal;
	color: #CCCCCC;
	background-image:url('/media/images/electrogiant_top_bg.jpg');
	background-position:top;
	background-repeat: repeat-x;
	background-color: #000000;
}

#totalarea {
	width: 100%;
	height: 100%;
	background-image:url('/media/images/electrogiant_bottom_bg.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
}

#wrapper {
	width:900px;
	margin: 0 auto;
}

#header {
	width:900px;
	height:114px;
}

#headerleft {
	width: 380px;
	float:left;
	text-align:left;
}
#headerright {
	width: 500px;
	float:right;
	text-align:right;
	padding-top: 20px;
	font-size: 10px;
	color: #999999;
	padding-right: 15px;
}

#navigation {
	clear:both;
	width:900px;
	height:31px;
	background-image:url('/media/images/electrogiant_02.jpg');
}

#rotatorarea {
	width:900px;
	height:320px;
	background-color: #333333;
	padding-top: 15px;
}

#rotator {
	width: 750px;
	height: 310px;
	border: 5px solid #FFF;
	margin: 0 auto;
}

#content {
	width:860px;
	min-height:280px;
	overflow: hidden;
	padding: 20px;
	line-height: 1.5;
	background-color: #333333;	
}

#footer {
	width:900px;
	height:57px;
	background-image:url('/media/images/electrogiant_05.jpg');	
}

#footerleft {
	width: 430px;
	float:left;
	text-align:left;
	margin-left: 20px;
	padding-top: 20px;
}
#footerright {
	width: 430px;
	float:right;
	text-align:right;
	font-size: 11px;
	color: #333333;
	margin-right: 20px;
	padding-top: 10px;
}
#footerright a {
	color: #999999;
} 


/* LAYOUT STYLES */

#content ul, #content ol {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content ul {
		list-style-type: disc;
}

#footerleft a {
	color: #333;
	font-size: 11px;
}


/*--------------------------*/

#footermenu {
	list-style: none;
}
#footermenu li {
	float:			left;
	position:		relative;
	margin-right: 30px;
}
#footermenu a {
	display:		block;
	position:		relative;
	font-size: 10px;
	font-weight: bold;
	color: #0081c7;
}

