body {
background-color:#000;
margin:0;
}

img {
border: 0px;
float:left;
}

a {
text-decoration:none;
}

a:link {
color:#777}

a:visited {
color:#444}

a:hover {
color:#999}

#bg {
background:url(../images/bg.jpg) repeat-x;
}

#wraper {
width:900px;
margin:auto;
}

#hd {
    margin-top: -8px;
    overflow: hidden;
    position: relative;
    z-index: 2;

}

#hd li {display:block; float:left;background: url(../images/grad.png) repeat-x #333; border-right:1px solid #222; border-left:1px solid #555;  }
#hd li:hover {background:url(../images/grad.png) repeat-x #555;}
#hd li a {color:#CCC; display:block; text-shadow:0 -1px 0 #111;  width:148px; text-align:center; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:15px; padding-top:9px; padding-bottom:9px;}
#hd li:first-child { -moz-border-radius-topleft:7px; -moz-border-radius-bottomleft:7px; -webkit-border-bottom-left-radius:7px; -webkit-border-top-left-radius:7px; border-left:0;}
#hd li:last-child { -moz-border-radius-topright:7px; -moz-border-radius-bottomright:7px;  -webkit-border-top-right-radius:7px; -webkit-border-bottom-right-radius:7px; border-right:0;}

.logo {
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    z-index: 5;
}

#navframe {
height:35px;
width:900px;
}



h1 {
font-family:  Arial, Helvetica, sans-serif;
font-weight: 100;
font-size:24px;
letter-spacing:-1px;
color:#CCC;
}

h2 {
    color: #009B9B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
}

h3 {
border-bottom:1px solid #333;
font-family: Arial, Helvetica, sans-serif;
font-weight:100;
font-size:14px;
color:#009b9b;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
color:#009b9b;
font-weight:bold;
margin-top:2px;
}

h5 {
font-family:  Arial, Helvetica, sans-serif;
font-weight: 100;
font-size:26px;
letter-spacing:-1px;
color:#CCC;
}

h6 {
font-family:  Arial, Helvetica, sans-serif;
font-weight:100;
font-size:12px;
color:#777;
background:url(../images/extra.png) no-repeat top left;
padding-left:18px;
}

h6:hover {
color:#999;
}

p {
   color: #888888;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.pictext p {
font-family:  Arial, Helvetica, sans-serif;
font-size:12px;
color:#888;
line-height:inherit;
}

#content {
overflow:hidden;
clear:both;

}

.text {
width:450px;
padding:20px;
padding-left:0;
padding-right:0;
float:left;
}

.indexc1 {
width:60%;
margin-top:7px;
height:auto;
float:left;
}

.indexmain {
margin-right:2px;
}

.video {
margin-left:2px;
text-align:center;
}

.slideshow {
overflow:hidden;
margin-left:2px;
margin-bottom:5px;

}

.indexc2 {
margin-top:7px;
width:40%;
height:auto;
float:right;
}

.textnormal {
width:auto;
padding:20px;
padding-left:0;
-moz-column-width: 400px;
-webkit-column-width: 400px;
-moz-column-gap: 1em;
-webkit-column-gap: 1em;}

.textprofile {
padding:20px;
padding-left:0;
text-align:left;
width:400px;}

.textprofile li { list-style:square outside;}
.textprofile ul { padding-left:15px;}
.profileback {
background:url(../images/profile.jpg) no-repeat top right;
height:550px;
width:900px;
}

#footer {
	margin-top:10px;
background:transparent;
}

#footer p {
border-top:1px solid #333;
text-align:right;
font-family:tahoma;
font-size:10px;
color:#444;
}

.halfcolumn {
padding-top:5px;
padding-bottom:5px;
width:450px;
float:left;
height:110px;
}

.ppic {
height:105px;
width:105px;
float:left;
margin-right:10px;
}
.ppic img {-moz-border-radius:5px; -webkit-border-radius:5px; border:3px solid #222;
}
.ppic img:hover {-moz-border-radius:5px;  -webkit-border-radius:5px;border:3px solid #555;}

.pictext {
    float: left;
    padding-left: 5px;
    width: 300px;
}

.indexcolumn {
padding-top:10px;
height:500px;
width:180px;
float:left;
}

ul {
}

li {
color: #333;
list-style:square;
background:none;
}

.half2 {
	width:50%;
	float:left;}
	
.notification_error
{
	height: auto;
	text-align: left;
	font-family: 'TitilliumText22LRegular', Arial; 
	font-size:12px;
	font-weight:100;
	color:#999;
	line-height:18px;
	margin:3px;
	background:#111;
	width:175px;
	padding:12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;


}

#note {float: left;}

.notification_ok
{	background: url(../images/check.png) no-repeat left top;
	height: auto;
	text-align: left;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:100;
	color:#999;
	padding-left:55px;
	padding-bottom:20px;}

.info_fieldset { -moz-border-radius: 7px; border: 1px #dddddd solid; }

.info_fieldset legend
{
	border: 1px #dddddd solid; 
	color: black; 
	font: 12px Verdana;
	padding: 2px 5px 2px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

.button
{
	width:100px;
	border:0;
	background: #333;
	color: #fff; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:auto;
	padding: 10px 7px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	cursor:pointer;
	position:absolute;
	right:0;
}

#fields {width:450px; position:relative; float:left; margin-bottom:20px; }

.button:hover {background:#555;}


/* Label */
label  { 
	width: 90px; 
	float: left; 
	text-align: left; 
	padding-top:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#777;
	 }

/* Input, Textarea */
input, textarea
{
    background: none repeat scroll 0 0 #222;
    border: 0 none;
    color: #CCCCCC;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 100;
    margin: 5px;
    padding: 10px;
    width: 330px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;


}
input:focus, textarea:focus { background:#333;}
/* BR */

br { clear: left; }
