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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #000;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFF;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/egBG_HS.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 1000px;
	text-align: left; /* the auto margins (in conjunction with a width) center the page */
}

#main-container {
	position: relative;
	height: 485px;
	top:0;
	left: 0;	
}

#main-content {
	width: 350px;
	padding: 0;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	font-family: Arial, Verdana;
	font-size: 30px;
	font-weight: normal;
	color: #C00;
}

#main-content .latest {
	font-family: Arial, Verdana;
	font-size: 36px;
	font-weight: bold;
	color: #C00;		
}

#main-content a { 
	text-decoration: none;
	color:#FFF;
}

#main-content a:hover {
	text-decoration: none;
	color:#F09;
}

#main-subcontent {
	position: absolute;
	top: 90px;
	width: 450px;
	margin-left: 385px;
	font-family: Arial, Verdana;
	font-size: 18px;
	color: #FFF;
}

#main-subcontent .hairSwift {
	font-family: "Bauhaus 93", "Adobe Heiti Std R", "Trebuchet MS";
	font-size: 36px;
	font-style: italic;		
}

#main-subcontent .20min {
	font-weight: bold;		
}

#main-subcontent .link {
	font-family: Arial, Verdana;
	font-size: 26px;
	color: #C00;	
}
#main-subcontent .link2 {
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight:bold;
	color: #C00;	
}

#main-subcontent .FAQ a {
	font-family: Arial, Verdana;
	font-size: 20px;
	color: #FFF;	
	text-decoration: none;
}

#main-subcontent .FAQ a:hover {
	text-decoration: underline;
	color: #C00;	
}

#menu-container {
	width: 864px;
	margin: 0 0 0 136px;
}

#header {
	padding-top: 20px;
}

#header .title {
	margin: 5px 0 0 10px;
	font-family: "Century Gothic", "trebuchet MS", Verdana, Arial;
	font-size: 36px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
}

#footer {
	text-align: left;  /* this overrides the text-align: center on the body element. */
	position: relative;
	top:0;
	left: 0;
	width: 1000px;	
	height:
	100px;
}

#copyright {
	width: 200px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #FFF;
	position: absolute;
	top: 0;
	left:5px;
}

#copyright a { 
	text-decoration: none;
	color:#FFF;
}

#copyright a:hover {
	text-decoration: none;
	color:#F09;
}

#submenu {
	width: 600px;
	margin: 0 0 0 362px;
	padding: 0 38px 0 0;
}

#submenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align: right;
}

#submenu li {
	display: inline;
}

#submenu a { 
	text-decoration: none;
	color:#FFF;
}

#submenu a:hover {
	text-decoration: none;
	color:#999;
}

#imageAddict {
	padding: 0px;
	font-family: "Century Gothic", "trebuchet MS", Verdana, Arial;
	font-size: 36px;
	color: #FFF;
	font-weight: normal;
	position: absolute;
	top: 0;
	width: 250px;
	margin-left: 720px;
	line-height: 0.5em;
}

