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

/* First, zero out everything */

         body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
		fieldset,img{border:0;}
         address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
 caption,th{text-align:left;}
         h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
         q:before,q:after{content:'';}
         abbr,acronym {border:0;font-variant:normal;}
         /* to preserve line-height and selector appearance */
         sup {vertical-align:text-top;}
         sub {vertical-align:text-bottom;}
         input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
         /*to enable resizing for IE*/
         input,textarea,select{font-size:100%;}
         /*because legend doesn't inherit in IE */
         legend{color:#000;}
         del,ins{text-decoration:none;}
         select {margin:0px;padding:0px;}
	
	
	body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

p{
	font-size: 12px;
	color: Black;
	line-height: 18px;
	padding-bottom: 8px;
}


h1 {
	color: #ff3333;
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
	padding-bottom: 12px;
}

h2 {
	color: #ff3333;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding-bottom: 6px;
	padding-top: 12px;
}

h3 {
	color: #ff3333;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 12px;
}
	
.copyright {
	font-size: 10px;

}

.descriptions {
	font-size: 12px;
		padding-bottom: 6px;
}
	
a:link, a:visited {
	color: #778899;
	text-decoration: none;
}    

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

a.index:link, a.index:visited {
font-size: 10px;
color: #778899;
text-decoration: none;
border-bottom: none;
}

a.index:hover {
color: #ff3333;
text-decoration: none;
border-bottom: 1px dashed;
}

a.headinglink:link, a.headinglink:visited {
font-size: 14px;
color: #ff3333;
line-height: 20px;
font-weight: 600;
text-decoration: none;
border-bottom: none;
}

a.headinglink:hover {
color: #ff3333;
font-size: 14px;
line-height: 20px;
font-weight: 600;
text-decoration: none;
border-bottom: 1px dashed;
}

a.copyrightlink:link, a.copyrightlink:visited {
font-size: 10px;
text-decoration: none;
border-bottom: none;
}

a.copyrightlink:hover {
color: #ff3333;
font-size: 10px;
text-decoration: none;
border-bottom: none;
}

#header{
	width: 840px;
	height: 304px;
	background-image:url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	letter-spacing: 1px;
}


#header ul{
	padding-top: 88px;
	text-align: right;
	text-transform: uppercase;
}

#header li{
	display: inline;
	padding: 0 9px 0 9px;
}

#header li{
	display: inline;	
}

#header li a:link, #header li a:visited{
	color: #ffffff;
}

#header li a:hover{
	color: #ff3333;
}


#footer-img{
	background-image: url(../images/blur_balls_bottom.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 840px;
	height: 94px;
	margin: 0 auto;
}


#footer-nav{
	background-image: url(../images/bg-footer.png);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	width: 840px;
	margin: 0 auto;
	letter-spacing: 1px;
}

#footer-nav ul{
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
}

#footer-nav li{
	display: inline;
	padding: 0 12px 0 12px;
	font-size: 14px;
}

#footer-nav li{
	display: inline;	
}

#footer-nav li a:link, #footer-nav li a:visited{
	color: #ffffff;
}

#footer-nav li a:hover{
	color: #ff3333;
}
