html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #fff url('/assets/templates/astron-sport/i/bg_1.jpg') /*repeat-x*/;
	font-size: 14px;
	font-family: Georgia,Arial,  Trebuchet MS, Tahoma;
	color: #535353;
	line-height: 16px;
}

table {width: 100%;
/*margin: auto;*/
}

td {font-size: 14px;
	font-family: Georgia,Arial,  Trebuchet MS, Tahoma;
	color: #535353;
	line-height: 16px;
}

a:link,a:visited,a:active {color:#00416d; text-decoration: none; } /*border-bottom: 1px dashed #00416d;*/
a:hover {color:#00416d; text-decoration: underline;}/*999999*/

h1 {
	font-family: Georgia, Arial, Trebuchet MS, Tahoma;
	font-size: 20px;
	color: #858585;
	font-weight: normal;
	font-style: oblique;
}

input {
font-family: Georgia,Arial,Trebuchet MS,Tahoma,Verdana;
font-size:14px;
padding:2px;
/*margin-left: 5px;
border:medium none;*/
height:24px;
color:#858585;
background:#fff;
border:#ccc 1px solid;
}

textarea {
font-family: Georgia,Arial,Trebuchet MS,Tahoma,Verdana;
font-size:14px;
color:#858585;
border:1px solid #ccc;
border-left:1px solid #ccc;
background:#fff;
padding:2px;
}

.photo {

}

.logo {
    padding: 20px;
	width: 25%;

}
.menu-top {
	font-family: Georgia, Arial, Trebuchet MS, Tahoma;
	font-size: 12px;
	padding: 20px;
	color: #858585;
	width: 50%;
	font-style: oblique;

}

.right-phone {
	padding: 20px;
	width: 25%;
	/*font-style: italic;*/
	/*font-weight: bold;*/
	font-family:  Georgia, Times New Roman, Arial, Trebuchet MS, TahomaCambria,Calibri;
	/*color:#00416d;*/
	color: #535353;
	font-size: 20px;
	line-height: 20px;

}

li {list-style: none;}

.menu-left {
	width: 25%;
	padding: 20px;
	font-size: 14px;
	font-family: Georgia, Arial, Trebuchet MS, Tahoma;
	line-height: 22px;
	font-style: oblique;
	/*text-transform: uppercase; capitalize | lowercase*/
	border-right: 1px solid #cccccc;
}

.content-left {
	width: 50%;
	padding: 20px;
	font-size: 12px;
	color: #535353;
	font-family: Georgia, Arial, Trebuchet MS, Tahoma;
}

.content-left img {
/*border:3px solid #efefef;
background-color:#000000;*/
border-radius: 5 5 5 5;
-webkit-border-radius: 5 5 5 5;
-moz-border-radius: 5 5 5 5;
-khtml-border-radius: 5 5 5 5;
}

.content-right {
	width: 25%;
	padding: 20px;
	font-size: 12px;
	color: #535353;
	font-family: Georgia, Arial, Trebuchet MS, Tahoma;
}

.copyright {
	padding: 20px;
	width: 50%;
	font-size: 11px;
	font-family: Georgia, Arial, Trebuchet MS, Tahoma;
}

.stat {
	padding: 20px;
	width: 50%;
	font-size: 11px;
	font-family: Georgia, Arial, Trebuchet MS, Tahoma;
	text-align:  right;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#535353;
	}

