@charset "utf-8";
/* CSS Document */

body { margin:0px; text-align:center;}
form { width: 450px;}
input{background:#fff; border:1px solid #8c8c8c; color:#8c8c8c}
textarea{
	border:1px solid #8c8c8c;
	overflow:-moz-scrollbars-vertical;  
	overflow-x:hidden; 
	overflow:auto;
	font:bold 11px sans-serif;
	color:#8c8c8c;
	font-weight:100;
}
label{
	font:bold 11px sans-serif;
	color:#8c8c8c;
	font-weight:100;
}
p {margin-top:4px; margin-bottom:4px;}
ul {list-style-type:none; margin:0px; padding:0px;}

#container { margin:auto; width:900px; text-align:left}
#home { float:left; position:relative; padding:40px 0px 20px 0px; width:450px}
#menu { float:left; position:relative; padding:40px 0px 20px 0px; width:450px}
#content { float:left; position:relative; clear:both; width:900px; padding:20px 0px 20px 0px;}
#left { float:left; position:relative; width:570px; padding:20px 19px 20px 0px;}
#right { float:right; position:relative; width:290px; padding:20px 0px 0px 20px; border-left:1px solid #8c8c8c; }
#right ul { padding:0px 0px 40px 0px;}


/* CLASSES ---------------------------*/
.item_box{
	float:left;
	position:relative;
	padding:20px 20px 0px 0px;
}
.item_right  { padding:14px 0px 0px 0px}
/*------------------------------------*/


.star{ font:11px sans-serif; color:#c80a0a; font-weight:700;}

.submit  {background:#1e1e1e; cursor:pointer; display:block; background-repeat:no-repeat; border:none;}
.submit_over  {background:#c80a0a; cursor:pointer; display:block; background-repeat:no-repeat; border:none;}
.submit_off  {background:#8c8c8c; cursor:default; display:block; background-repeat:no-repeat; border:none;}

.button_over  { padding:5px; background:#8c8c8c; cursor:default; display:block; }
.button  a  { padding:5px; background:#1e1e1e; cursor:pointer; display:block; }
.button  a:hover  { background:#c80a0a; }

.thumbnail a {background:#d1d1d1; cursor:pointer; display:block; text-decoration:none;}
.thumbnail a:hover {background:#c80a0a; text-decoration:none;}

/*- Fonts/Links*/
.header { font-size:12px; font-weight:700; line-height:16px;}
.default_font { font-size:11px; font-family:sans-serif; font-weight:100; line-height:14px;}
.blue{color:#1e1e1e;}
.red{color:#c80a0a;}
.grey{color:#8c8c8c;}

.text_link a{text-decoration:none; color:#1e1e1e;}
.text_link  a:hover{text-decoration:underline; color:#c80a0a;}
.image a:link img {border:none}
.image a:visited img {border:none}
.image a:hover img {border:none}