/* CSS Document */
html, body, div, span, applet, object, p, a, img, strong, ul, li,
fieldset, form, label, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family:Tahoma, Helvetica, sans-serif;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background:url(img/body_bg.gif) repeat;		
}
ol, ul {
	list-style: none;
}

.clearer {
	height:0px;
	font-size:0px;
	clear:both;
	visibility:hidden;
	content:"."; 
}
.header {
	width:100%;
	text-align:center;
	background:url(img/header_bg.png) top repeat-x;
}
.header_form {
	width:954px;
	background:url(img/header_form_bg.gif) repeat-y;
	padding:16px 0px;
	text-align:center;
	margin:0px auto;
	overflow:hidden;
}
.header_form img {	
	display:block;
}
.header_form div {
	float:left;
}
.header_middleform {
	margin:0px 12px;
	float:left;
	width:251px;
	background-color:#3B3D3C;
}
.header_middleform form {
	padding-left:15px;
	text-align:left;
	font-size:18px;
	color:#fff;
}
.header_textfield {
	width:221px;
	height:35px;
	margin:7px 0px 11px auto;
	background:url(img/header_middleform.gif) no-repeat;
}
.header_textfield input {
	background:transparent;
	color:#393E3E;
	font-size:26px;
	text-align:center;
	padding:0px;
	border-width:0px;
	width:221px;
	height:35px;
}
.header_submit {
	margin-left:41px;
	margin-bottom:8px;
}
.content {
	width:954px;
	margin:0px auto;	
	text-align:center;
	background:url(img/content_bg.gif) repeat-y;		
}
.content img {
	display:block;
	margin:0px auto;
}

.tipa_wrap {
	width:903px;
	margin:0px auto;
	overflow:hidden;
}

.tipa {
	float:left;
	display:block;
	position:relative;
	width:220px;
	margin:0px 2px 4px 3px;
	color:#fff;
	text-decoration:none;	
}
.tipa img {
	display:block;
	border:1px solid #000;
}
.tipa:hover img {
	border-color:#CC0000;
}
.tipa div {	
	margin-top:3px;
}
.tipa div img {
	border-width:0px;
}

.footer {
	width:100%;
	text-align:center;
	color:#fff;
	background:url(img/footer_bg.gif) top repeat-x;
}
.footer_form {
	width:600px;
	height:182px;
	margin:0px auto;	
	text-align:left;
	font-size:18px;
	clear:both;	
}
.footer_form p {
	font-size:27px;
	padding-top:17px;
	padding-bottom:15px;
	text-transform:uppercase;
}
.footer_input {
	width:394px;
	height:35px;
	margin-top:4px;
	margin-right:14px;
	background:url(img/footer_input_bg.gif) no-repeat;
	float:left;	
}
.footer_input input {
	background:transparent;
	color:#393E3E;
	font-size:26px;
	text-align:center;
	padding:0px;
	border-width:0px;
	width:394px;
	height:35px;
}
.footer_submit {
	float:left;
	margin-top:4px;
}
.footer #legals_link {
	color:#303030;
	font-size:17px;
	text-decoration:none;
	display:block;
}
.footer #legals_link:hover {
	text-decoration:underline;
}