@CHARSET "UTF-8";

body {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	background-image: url("../images/background.gif");
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	margin: 0 0;
	padding: 0 0;
	
}

h2 { 
	text-transform: uppercase;
	font-weight: normal;
	color: #999;
}

p {
	text-align: justify;
	font-size: 13px;
	color: #333;
}

a img {
	border: 0px;
}

/*layer*/

#container {
	width: 600px;
	margin: 0px auto;
	padding: 20px;
	background-image: url("../images/container-back.png");
}

#header, #footer {	text-align: center;	}

#footer {
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	border-top: 1px solid #ccc;
	color: #999; 
}
#content {
	margin-top: 20px;
}

/* ids */
#ribbon {
	position: fixed;
	top: 0%;
	right: 0%;
}

#player {
	margin: auto;
	text-align: center;
	height: 435px;
	background-image: url("../images/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

#videos {

	clear: both;
}

#videos a {
	text-decoration: none;
	color: #555;	
}

#videos a img {
	border: 1px solid #ddd;	
}

#videos ul {
	clear: both;
	list-style: none;
	margin: 20px 14px 0px 14px;
	padding: 0px;
	font-size: 11px;
	color: #555;
}

#videos ul li {
	display: inline;
	width: 120px;
	text-align: center;
	float: left;
}

#videos ul li a {
	padding: 10px 5px 5px 5px;
}

#videos ul li a.active,
#videos ul li a:hover {
	color: #ff8fd0;
} 

#videos ul li a.active {
	font-weight: bold;
	padding-top: 5px;
} 

/* form */
#contact {
	height: 370px;
	width: 600px;
	color: #444;
	padding: 0px 10px 10px 10px;
    z-index: 92;
}

#contact .left {
	width: 290px;
	float: left;
	border-right: 1px solid #ff8fd0;
	padding: 10px 20px 10px 0px;
	text-align: right;
}

#contact .right {
	margin-left: 330px;	
}

#contact .vcenter {
	line-height: 270px;
	vertical-align: middle;
	text-align: center;
}

#contact p.lopd {
	text-align: justify;
	font-size: 11px;
	color: #999;
}

#contact form {
	font-size: 11px;
}

form input, form textarea {
	border: 1px solid #bbb;
	background-color: #efefef;
	color: #000;
	font-size: 12px;
	margin-bottom: 5px;
}

form textarea { width: 250px; }

form input.error, form textarea.error { border: 2px solid red; }

form input.submit {
	border-color: #ddd #bbb #bbb #ddd;
}

/* classes */

.hidde {
	display: none;
}
.message {
	font-size: 13px;
}
.message.ok {
	color: green;
	font-weight: bold;
}

.message.error {
	color: red;
}
