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

body{
	padding:0;
	margin:0;
	background:url(../images/bg.jpg)no-repeat top center;
	width:100%;
}
#container{
	margin:0 auto;
	width:960px;
	
}
#header{
	width:100%;
	height:82px;
}
#logo{
	background:url(../images/logo.jpg)no-repeat top left;
	width:122px;
	height:60px;
	float:left;
	margin:13px 0 0 20px;
	padding:0 10px 0 ;
}
#nav{
	padding:0;
	margin:0;
}
#nav li{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}
#nav li.big a{
	display:block;
	background:url(../images/welcome.jpg)no-repeat top left;
	width:141px;
	height:86px;
	text-indent:-9999px;
}
#nav li.big a:hover{
	background-position:0 -86px;
}
#nav li.droplinks{
	display:none;
}
#nav li.normal{
	padding:38px 0 0 15px;
}
#nav li.normal a{
	text-decoration:none;
	color:#4D4D4D;
	font-family: Helvetica;
	font-size:10px;
	text-transform:uppercase;
}
#nav li.normal a:hover{
	color:#EC1C4E;
}
.login{	
	display:block;
	float:right;
	font-family:verdana;
	font-size:10px;
	color:#444;
	padding:32px 20px 0 0;
}


/********BODY*******/
#content{
	margin:26px 0 0 0;
}
#left{
	float:left;
	width:638px;
}
#mainbar{
	background:url(../images/bar-main.jpg)no-repeat;
	width:638px;
	height:39px;
}
#slide1{
	background:url(../images/slides/slide1.jpg)no-repeat;
	width:638px;
	height:430px;
}
#slide2{
	background:url(../images/slides/slide1.jpg)no-repeat;
	width:638px;
	height:430px;
}
#right{
	float:right;
	width:280px;
}
#secondbar{
	background:url(../images/secondbar.jpg)no-repeat;
	width:280px;
	height:39px;
}
#thirdbar{
	background:url(../images/thirdbar.jpg)no-repeat;
	width:280px;
	height:39px;
}

/********FOOTER***********/

#footer{
	position:absolute;
	bottom:0;
	width:960px;
	height:68px;
	margin:0 auto;
	background:#fff;
}
.footermover{
	position:relative;
	left:25px;
	padding:6px 0 0 0;
}
a#adobe{
	display:block;
	background:url(../images/adobelogo.jpg)no-repeat;
	height:68px;
	width:43px;
	float:left;
}
ul#footerlinks{
	padding:0 0 0 15px;
	margin:0;
}
ul#footerlinks li{
	list-style:none;
	float:left;
	padding:0 15px 0 0;
}
ul#footerlinks li a{
	text-decoration:none;
	color:#4D4B4B;
	font-size:10px;
	font-family:Helvetica;
}
ul#footerlinks li a:hover{
	color:#EC1C4E;
}
p.footerp{
	font-family:Helvetica;
	font-size:10px;
	color:#4D4B4B;
	
}

/*******TEXT RELATED*******/
ul,li{
	padding:0;
	margin:0;
}
p.rightp{
	font-size:12px;
	font-family:Helvetica;
	color:#333;
	width:220px;
	padding:5px 0 5px 15px;
	
}
a.bodylink{
	text-decoration:none;
	font-family:Helvetica;
	color:#EC1C4E;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
}
a.bodylink2{
	text-decoration:none;
	font-family:Helvetica;
	color:#EC1C4E;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
}

div.clear{
	clear:both;
}