/*////////////////// RESET //////////////*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{	
	list-style:none;
}
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;
}
div{
	position:relative;
}
/*////////////////// UTILS //////////////*/
.clr{
	width:1px;
	height:1px;
	margin:-1px;
	clear:both;
	font-size:1px;
}
.left{
	float:left;
}
.right{
	float:right;
}
/*////////////////// GENERAL //////////////*/
html{
	overflow:auto;
	background:url(../images/bgHtml.png) left top no-repeat  #8b054d;
}
body{
	font:normal 11px Arial, Helvetica, sans-serif;
	background:url(../images/bgBody.png) center bottom no-repeat;
}
.masterWrapper{
	margin:0 auto;
	width:954px;
	padding:40px 0;
}
.header{
	margin:0 auto;
	z-index:3;
	background:url(../images/bgHeader.png) 2px top no-repeat;
	width:900px;
	height:551px;
	padding:37px 27px 0 27px;
}
.imagesContainer{
	width:900px;
	border-top:5px solid #ec008c;
	border-bottom:5px solid #ec008c;
	height:175px;
}
.slogan{
	padding:25px 0 0 58px;
}
.side{
    width:140px;
}
.side2{
	width:200px;
}
.display{
	width:465px;
	border-right:1px solid #ec008c;
	padding:0 25px 0 0;
}
.content{
	margin:0 auto;
	z-index:2;
	padding:27px 27px 40px 27px;
	width:846px;
	background:url(../images/bgContent.gif) no-repeat left bottom #fff;
}
.footer{
	margin:0 auto;
	z-index:1;
	text-align:center;
	background:url(../images/bgFooter.gif) left bottom no-repeat #000;
	height:50px;
	width:900px;
	padding:30px 0 0 0;
	color:#fff;
}

/*////////////////// 	Menu   //////////////*/
.menu{
	position:relative;
	background:url(../images/bgMenu.gif) repeat-x;
	height:24px;
	padding:13px 0 10px 3px;
}
.menu li{
	position:relative;
	float:left;
	padding:0 15px;
	font-size:18px;
	line-height:24px;
	border-right:1px solid #fff;
}
.menu li a{
	color:#fff;
}
.menu li:hover{
	cursor:pointer;
}
.menu li.last{
	border:none;
}
/*////////////////// Text //////////////*/
h1{ 
	padding:0px 0px 14px 29px;
}
h1 a{
	display:block;
	width:867px;
	height:133px;
	text-indent:-5000px;
	outline:none;
	background:url(../images/logo.gif) no-repeat;
}
h2{ 
	font-size:16px;
	color:#ec008c;
	padding:10px 0;
	font-weight:bold;
}
p{
	padding:10px 0px;
	line-height:16px;
}
a{
	text-decoration:none; 
	color:#ed008c;
}
a:hover{ 
	text-decoration:underline;
}
.displayInside {
	width:680px;
	padding:0 25px 0 0;
}
.ul-list {
	list-style-position: inside;
	list-style-type: disc;
}
h3 {
	font-size:14px;
	color:#ec008c;
	padding:10px 0;
	font-weight:bold;
}
