/* *****************************************
//  WebTank Stylesheet File
//  Title: 2010_style.css
//  Media: all
//  File updated: 2010-08-25 19:08:23
// 
//  Do NOT manually edit this generated file
// **************************************** */


A 				{ color: #194ef8; text-decoration: none; }
A:hover 		{ text-decoration: underline; }

img, a {

	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
	
}

p 				{ margin: 0px; }

body { 
	
	width:  100%;
	height: 100%; 
	
	margin:  0px;
	padding: 0px;

	font-family: Verdana;
	font-size: 12px;
	line-height: 24px;
	color: #48592b;
	
	background-color: #00e47c;
	
}

#main						{ position: relative; margin: 50px 0 0 50px; width: 800px; height: 100%;}

#content					{ position: absolute; top: 0px; left: 225px; width: 600px; padding-bottom: 50px; }
#content .title				{ margin-top: 35px; width: 600px; font-size: 48px; color: #48592b; }
#content .text				{ margin-top: 45px; width: 500px; }

#left						{ position: absolute; top: 100px; left: 0px; width: 192px; height: auto; line-height: 12px;	}

#left #menu					{ position: relative; width: 192px; height: auto; }
#left #menu ul				{ margin-top: 10px; }
#left #menu li				{ margin-bottom: 10px; }

#left #video								{ position: relative; margin-top: 25px; width: 192px; height: auto; }
#left #video .image							{ width: auto; height: auto; }
#left #video .sponsors						{ margin-top: 25px; width: auto; height: auto; }
#left #video .sponsors .sponsor_0			{ margin-bottom: 10px; width: auto; height: auto; }
#left #video .sponsors .sponsor_1			{ width: auto; height: auto; }


/* TEXT AND IMAGES */



/* CONTACT FORM */

#contact												{ width: 500px; }
#contact .form											{ margin-top: 25px; }
#contact .form .item									{ float: left; width: 500px; margin-bottom: 10px; }
#contact .form .item .caption							{ float: left; width: 150px; }
#contact .form .item .field input						{ float: left; width: 250px; height: 18px; margin-left: 25px; background-color: #FFFFFF; border-style: none; }
#contact .form .item .field input.error					{ float: left; width: 250px; height: 18px; margin-left: 25px; background-color: #FFFFFF; border: 1px solid #48592b; }
#contact .form .item .field textarea					{ float: left; width: 250px; height: 100px; margin-left: 25px; background-color: #FFFFFF; border-style: none; }
#contact .form .item .field textarea.error				{ float: left; width: 250px; height: 100px; margin-left: 25px; background-color: #FFFFFF; border: 1px solid #48592b; }
#contact .info											{ font-size: 10px; }

/* ERRORS */

label.error												{ display: none !important;}
