@charset "UTF-8";
/* --------------------------  
Version: 1.1
Modified Date: 6.23.08
------------------------------ */

/* -----------------------------
   STANDARD HTML TAG RESET   
-------------------------------- */
body {
	background-color: #efefef;
}

body,
p, ul, form {
	border:0;
	margin-top:10px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}
/* -----------------------------
   STANDARD HTML TAG DEFINITION
-------------------------------- */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
}

a {
	color: black;
    text-decoration: underline;
  }

a img {
    border: medium none !important;
}

/* --------------------------- 
   PAGE ELEMENTS 
------------------------------ */


h1, h2, h3, h4, h5 {
	color: #c20063;
	font-weight: bold;
}	

	
#container {
	background: #FFFFFF;
	margin: 0 auto;
	width: 980px;
	padding: 10px;
}

#header {
	background: #fff;
height: 100px;
}


#navMenu li{
	float: left;
	display: inline;
	position: relativ;
	z-index: 50;
	padding-left: 10px;
}

#logo{
	float: left;
	width: 162px;
	margin-left: 20px;
	height: 89px;
}

#navMenu a
{
	background-color: #CCCCCC;
	color: black;
	padding-left: 5px;
	padding-top: 5px;
	text-decoration: none;
	display:block;
	float:left;
	width:83px;
	height:84px;
	font-size: 14px;
}
#navMenu a:hover
{
	background-color: #C20063;
	color: white;
}
#navMenu .navLinkActive
{
	background-color: #C20063;
	color: white;
}


#contend{
	margin-left: 10px;
position: relative;
width: 960px;
padding-bottom: 30px;
margin-bottom: 30px;

}
.imagebox{
	float:left;
margin-top: 20px;
}

.rightbox{
	position: absolute;
	margin-top: 20px;
	padding-bottom: 30px;
	color: #c20063;
	font-weight: bold;
	padding: 5px;
	font-size: 16px;
	width: 153px;
	right: 0px;
	top: 0px;
	height: 100%;
	background-image: -webkit-linear-gradient(#CCCCCC 0%, #FFFFFF 100%); 
	background-image: -moz-linear-gradient(#CCCCCC 0%, #FFFFFF 100%); 
	background-image: -o-linear-gradient(#CCCCCC 0%, #FFFFFF 100%); 
	background-image: linear-gradient(#CCCCCC 0%, #FFFFFF 100%);
}

.list{
	list-style-image: url("../img/bullit.png");
	margin:auto;
}
.textcontend{
margin-top: 20px;
	margin-left: 0px;
	margin-left: 150px;
	width: 620px;
	float: left;
	clear: left;
}
.textcontend ul{
padding: 0 15px 15px 40px;
}
.spanner{
	clear: both;
}
.rightbox_text_normal{
	color:black;
	font-weight: normal;
}


#lightboxoverlay{

	position:absolute;
	left:1px;
	right:1px;
	top:1px;
	bottom:1px;
	background-color:black;
	display:none;
	z-index:98;
}

#lightboxbox{

	
	position:absolute;
	width: 600px;
	height: 400px;
	background-color:white;
	z-index:99;
	display:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	
}

.lightboxloading{
	background: url("../img/loading.gif");
	background-repeat:no-repeat;
	width: 32px;
	height: 32px;
	margin: auto auto auto auto;
	margin-top: 200px;
	
}

#lightboxclose{
	background: url("../img/close.png");
	position: absolute;
	top: -30px;
	right: -30px;
	height: 27px;
	width: 27px;
}

