body{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #555 url(../images/bg-fade.jpg) repeat-y center;
}

#content-holder{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

#header{
	width: 700px;
	height: 105px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
	border 1px solid red;

}
#topright{
	margin-top: 10px;
	font-size: 11px;
	position: relative;
	margin-left: 500px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #666;
}



#topleft{
	position: relative;
	margin-left: 60px;
	top: 20px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #666;
}

#form{
	margin-right: auto;
	margin-left: 220px;
}
.center{
	margin-left: 40px;
	margin-right: 40px;
}
.contact-left{
	float: left;
}
h1{
	color: #fff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.sections h2{
	color: #fff;
	text-shadow: #000 0 0 5px;
	width: 250px;
	height: 38px;
	font: bold 17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin-top: 5px;
	padding-top: 0;
}

h3{
	color: #222;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
}

/* @group MENU */

.menu{
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	behavior: url(scripts/iepngfix.htc);
}

/* Fix up IE6 PNG Support */img, .menu { behavior: url(http://www.badcatdesign.com/scripts/iepngfix.htc); }


.menu-center{
}

.menu ul li a{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-left: auto;
	display: inline;
	width: 680px;
	text-shadow: #000 0 0 5px;
}
.menu ul li a:hover{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: #000 0 0 5px;
}
.menu ul {
      margin: -40px auto 0;
      padding:5px 10px 0;
      list-style:none;
      display: table;
      whitespace:nowrap;
      
      }
.menu li {
    padding:0;
    display: inline;
	margin-right: 22px;
	margin-top: 0;
	margin-bottom: 0;
}
.menu a {
	float:none;
      display:block;
      position:relative;
      padding:5px 20px;
      text-decoration:none;
      font-weight:bold;
      color: #FFF;
      }
.menu > ul a {width:auto;}
.menu a:hover {
	color: #FFF;
}

/* @end */

a{
	color: #c9c9c9;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.img-border{
	border: 2px solid #fff;
	margin-right: 10px;
}
a:hover{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

p{
	color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
ul, li{
	color: #fff;
	list-style-type: square;
}

.answer{
	display:none; 
	overflow:hidden; 
	height:65px; 
	margin-left: 3px; 
	font-size:11px;
	margin-top: 20px;
}
#footer{
	color: #000;
	text-align: center;
	margin-top: 10px;
}

#footer p{
	color: #c9c9c9;
}

/* @group COLUMNS */

.columns-container {
	width: 99%;
	margin: 0px;
}  
 
 .columns-left {
	float: left;
	padding-right: 5px;
	width: 43%;
	margin-left: 3%;
}  
 .columns-right {
	width: 43%;	
	float: right;
	padding-left: 5px;
	margin-right: 3%;
}  
 .columns-clearer {
	width: 100%;
	clear: both;
}

/* @end */

/* @group contact */

form {
	width: 335px;
	}

input {

	border: 1px solid #BFBFBF;
	xcolor: #505967;
	background: #fff;
	padding: 2px 5px 1px 5px;
	
	}
	
input:hover {
	background: #fff;
	border: 1px solid #505967;
	xcolor: #505967;
	
	}
	
input:focus {
	color: #000;
	border: 1px solid #505967;
	background: #eee;
	}

textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.1em;
	border: 1px solid #BFBFBF;
	xcolor: #505967;
	padding: 2px 5px 1px 5px;
	}

textarea:hover {
	background: #fff;
	border: 1px solid #505967;
	}
	
textarea:focus {
	color: #000;
	border: 1px solid #505967;
	background: #eee;
	}

form#contactform span {
	color: #fff;
	padding-left: 5px;
	}
	
form#contactform span.warn {
	xcolor: #FF6600;
	background: #fff6bf url(../images/alert.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	margin: 0 0 2px 0;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	color: #333333;
	display: block;
	list-style: none;
	}

input.invalid {
 background: #fff6bf;
 border: 2px solid #ffd324;
	}
	
strong.error {
  color: #CC0000;
	}
	
form#contactform span.error {
  xcolor: #CC0000;
	background: #fff6bf url(../images/alert.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	margin: 2px 0 2px 0;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	color: #333333;
	display: block;
	list-style: none;
	}
	
.errormessage {
	background: #fff6bf url(../images/alert.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	margin: 0 0 2px 0;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	color: #333333;
	display: block;
	list-style: none;
	}
	
.errorlist {
	margin: 0;
	padding: 0;
	}

div label {
  display: block;
  font-size: 12px;
	color: #555;
	text-indent: 1px;
}



/* @end */



.notelite {
	color: #fff;
	background: #8a8a8a 10px 10px;
	border: 1px solid #8a8a8a;
}

.intromain {
	font: italic 17px/22px 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	color: #dfdfdf;
	text-shadow: #040404 1px 1px 1px;
}

img, div { behavior: url(iepngfix.htc) }
