/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: guillemot_main.css
* Version: 1.0.0 (2008-02-20) YYYY-MM-DD
* Website: http://guillemots.com/
* Author: Dan @ DCOE:DESIGNS
* Description: Handles the HTML site layout.

*/
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
 	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	background-color:#3d8a90;
}
p {
	padding: 5px;
}
hr {
	border: none 0;
	border-top: 1px dotted #3d8a90;
	height: 1px;/* IE fix - whatever the total width of the border-top and border-bottom equal*/
 	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin: 5px 0px; 
}

a {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #edb01a;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #3d8a90;
	padding-bottom: 5px;
	padding-top: 0px;
}
h2 {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #edb01a;
	padding-bottom: 5px;
	padding-top: 0px;
}

table {
	width:100%;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal; 
	border-collapse: collapse;
	border-spacing:0px;
	border:0px;
	padding:20px 0 20px 0;
	margin:0px;
}
td {
	padding-left:10px;
	/*border: 1px dotted #C6020E; */
	border:none;
	background-color:#000000;
}

#wrapper { 
	width: 948px;
	background-color:#000000;
	min-height: 770px;
	max-height: 770px; 
}
#faux {
	margin:0px;
	overflow: auto;
	width: 100%;
	background-color:#000000;
	padding:0px;
	min-height: 770px;
	max-height: 770px;
}

#rightcolumn { 
	display: inline;	
	color: #3d8a90;
	margin:0px;
	padding-right:20px;
	margin-top:300px;
	width: 340px;
	float: right;
	/*min-height: 770px;
	max-height: 770px;*/
}


#leftcolumn { 
	background-image:url(../images/main.gif);
	background-repeat:no-repeat;
	float: left;
	min-height: 770px;
	max-height: 770px;
	color: #FFFFFF;
	/* border: 1px solid red;*/
	margin:0px;
	padding:0px;
	width: 571px;
	display: inline;
	/*position: relative;*/
	position:fixed;

}

#media { 
	position:absolute; 
	width:340px; 
	height:300px; 
	z-index:1; 
	left: 572px; 
	top: 0px;
	background-color:#000000;
}
#reg_form{
	padding: 130px 0px 0px 100px;
	text-align:left;
	vertical-align:middle;
}
#extra_buttons{
	padding: 48px 0px 0px 270px;
	text-align:left;
	vertical-align:middle;
}
	
.clear { clear: both; background: none; }

#player { 
	padding-top:10px;
	padding-bottom:10px;	
}
select { 
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #edb01a;
	background-color:#000000;
	color:#FFFFFF;
	padding:2px;
}

input {
 	background-color: #000000;
	border: 1px solid #edb01a;
	font-size: 	11px;
	color:#FFFFFF;
	padding: 3px 10px 3px 10px;
	width:100px;
}	
	
/* classes for validator */
.tfvHighlight{
color:#CC0000;
font-weight: bold;}

.tfvNormal
{color: #FFFFFF;
font-weight: normal;}