/* --------------------------------- */
/*                                   */
/*          Created by toro          */
/*                                   */
/*         ©2010 torodesign          */
/*                                   */
/* --------------------------------- */

/*  reset  */
* {
	padding: 0;
	margin: 0;
}

/*  colors  */
/* ======================== */


/* common definitions */

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
.bold {
	font-weight: bold;
}
/*  html tags  */

body {
	background-color: white;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	color: #666;
}

h1, h2, h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: normal;
}
h1 {
	font-size: 28px;
	margin-bottom: 25px;
}
div, p, td, input, textarea, li, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border:0;
}
textarea {
	overflow: auto;
}
li {
	list-style: none;
}

/* pushing the content to the middle of the screen */

div#centering {
	width: 930px;
	margin: 4px auto;	
}

td.content {
	background-image: url(../images/box_bg.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	background-color: #f0f0f0;
	border-width: 0 5px;
	border-color: #fff;
	border-style: none solid;  
	padding-top: 15px;
	padding-bottom: 5px;
}
.inner-box {
	margin-left: 18px;
}
.inner-content {
	background-color: #fff;	
	border-width: 0 3px;
	border-color: #e8e8e8;
	border-style: none solid;  
}
#media {
	padding-left: 10px;
	background-color: #fff;
	width: 640px;
	height: 498px;
}
.form-container {
	float: right;
	width: 205px;
}
.form, .form-form,  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
}
.form-form input.text {
	display: block;
	background: transparent url(../images/input_bg.png) no-repeat scroll top right;
	border: 0;
	width: 166px;
	height: 22px;
	margin-bottom: 3px;
	padding-left: 3px;
}
.form-form input.text:focus {
	background-position: bottom right;
}
.form-form input.submit {
	background: transparent url("../images/button_bg.png") no-repeat scroll right top;
	border:0 none;
	display:block;
	font-weight:bold;
	height:29px;
	margin-top:5px;
	padding-bottom:5px;
	width:169px;
	font-size: 12px;
}
.form-form input.submit:hover {	
	background-position: center right;	
}
.form-form input.submit:active {	
	background-position: bottom right;
	padding-bottom:4px;
}
.form-form input.chkbox {
	vertical-align: middle;
	margin-right: 3px;
}
.form a, .contact a {
	color: #4773bb;
	font-weight: bold;
}
.contact {
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 	
}
.contact .left {
	margin-right: 5px;
}
.foot-note {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight: bold;
	padding:15px 0 5px;
	text-align:center;
}
