﻿*
{
	margin: 0;
	padding: 0;
	font-family:Arial,verdana,helvetica;
	font-size:1em;
	color:#fff;
	text-align:center;
}

body
{
	background-color: #005595;
}

.clear
{
	clear:both;
}

p
{
	padding:10px 0;
}

.wrapper
{
	width: 780px;
	margin: 5px auto;
}


.mainnav
{
	clear:both;
	padding:15px 0;
}

.mainnav ul
{
	clear:both;
}

.mainnav li
{
	background-color:#FF0033;
	border:1px solid #FFFFFF;
	color:#FFFF00;
	display:inline;
	list-style-type:none;
	padding:10px;
	width:auto;
	font-size:95%;
}

.mainnav li a, .mainnav li a:hover
{
	color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
}


.content .column
{
	width:25%;
}

.content .column-right
{
	width:151px;
}

.content .large
{
	width:50% !important;
}

.content .left
{
	float:left;
}


.content .right
{
	float:right;
}

.logo
{
	padding:30px 0 0;
}

.info
{
	padding:25px 0;
	font-size:110%;
	color:#ffff00;
	font-weight:bold;
}

.footer p
{
	font-size:130%;
	color:#fff;
	font-weight:bold;
}

.footer p.tel
{
	color:#ffff00;
}

.content ul li
{
	list-style-type:none;
	display:inline;
}

.content h3
{
	color:#ffff00;
}

.content .tels ul li
{
	display:block;
}

.content .tels ul li a, .content .tels ul li a:hover
{
	font-weight:bold;
	font-size:150%;
	color:#00FF00;
	text-decoration:none;
}

.content .tels ul li.maintel a, .content .tels ul li.maintel a:hover
{
	font-size:180%;
	color:#ffff00;
}


.content .novita
{
	padding:10px 0;
}

.content .novita ul li
{
	font-size:120%;
}

.left .section
{
	padding:0 0 20px 0;
	text-align:left;
}

.right .section
{
	padding:0 0 20px 0;
	text-align:right;
	width:151px;
}

.right .section img
{
	width:147px;
	border-color:#3399CC;
}

.right .section .caption{
	background:none repeat scroll 0 0 #3399CC;
	color:#FFFF00;
	padding:5px;
	text-align:center;
}


.highlight
{
	color:#ff00ff;
}


.offers
{
	margin:0 auto;
	padding:0;
}

.offers .box
{
	width:42%;
	float:left;
	background:red;
	padding:8px;
	margin:8px 5px;
	background-color:#3399cc;
	border-radius:7px;
}

.offers .first
{
	margin-left:5px;
	margin-right:10px;
}

.offers .last
{
	/*float:right;*/
}


.offers .box .title
{
	font-size:150%;
	color:#ffff00;
	text-align:center;
}

.offers .box .copy
{
	text-align:left;
}


