img{
padding:0;
margin:0;
}
a {
padding:0;
margin:0;
color: #b55300;
}
.newsletter, .contact {
	margin-bottom: 20px;
}

/* New box */
.box{
	background: #5b9dd5 url(../images/layout/box_content_bg.jpg) repeat top left;
	color: #a1d4ff;
	margin-bottom:10px;
}
.box h2{
	background: #fff url(../images/layout/box_medium_top.jpg) no-repeat bottom center;
	color: #a1d4ff;
	font-size: 1.3em;
	padding: 10px 0 8px 15px;
	margin:0px;
	border-bottom: 1px solid #fff;
}
.box p{
	color: #fff;
	margin:0;
	padding:0;
	font-size: 0.9em;
	margin-left: 130px;
	padding-top: 5px;
	padding-right: 5px;
}
.small{
	font-size: 0.7em;
}
.box img{
	/*position: relative;
	float: left;*/
	display: inline;
}
.imagecol{
	position:relative;
	float: left;
}

.box ul{
/*	width: 140px;*/
	position: relative;
/*	float:right;
	clear: right;*/
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #5b9dd5 url(../images/layout/box_content_bg.jpg) repeat top left;
/* display: block;*/
}

.box ul li{
	list-style: none;
	padding:0px;
	margin:0px;
	border-top: 1px solid #000; border-bottom:1px solid #ffffff; 
	color: #fff;
}
.box ul li a{
	color: #fff;
 display: block;
	padding:5px 0px 5px 0px; 
	margin:0px;
}
.box ul li a:hover{
	background: #004f94 url(../images/layout/background2.jpg) repeat-x top center;
	text-decoration: none;
	padding:5px 5px 5px 5px;
	margin:0px;
}

.boxfooter p{
	clear: both;
	display: block;
	background: #477ba7 url(../images/layout/box_medium_bottom.jpg) no-repeat bottom center;
	text-align: right;
	margin:0;
	padding: 5px 30px 8px 0; 
	border-top: 1px solid #fff;
}
.image{
	height: 120px;
	width: 120px;
/*	position: relative;*/
	overflow: hidden;
	float:left;
	background: #fff url(../images/layout/deal_bg.jpg) repeat-x bottom left;
}

.image[class] {display: table; position: static;} /* IE won't see this */

.vertimage { position: absolute; top: 50%; width: 120px; text-align:center !important; } /* for explorer only*/
.vertimage[class] {display: table-cell; vertical-align: middle; position: static;}  /* IE won't see this */

.image img {position: relative; top: -50%} /* for explorer only */

.dealbox{ display: none; }

.box.submenu{ width: 225px; clear:both; }

.submenu ul {
	width: 225px;
	position: relative;
	display: block;
/*	float:left;*/
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #5b9dd5 url(../images/layout/background_1.jpg) repeat top left;
}
.submenu ul li{
	padding: 0px;
	margin: 0px;
	display: block;
	width: 225px;
/*	border-top: 1px solid #000;
	border-bottom: 1px solid #fff;*/
}
.submenu ul li a:link, .submenu ul li a:visited {
 color:#FFFFFF;
 padding: 7px 0px 7px 10px;
	text-transform: uppercase;
	margin:0px;
	text-decoration:none;
}
.submenu ul li a:hover, .submenu ul li a:active, .submenu ul li a:focus{
 color:#FFFFFF;
	padding: 7px 0px 7px 10px;
	text-transform: uppercase;
	margin:0px;
	text-decoration:none;
}


.first{
	border-top: none !important;
}

.last{
	border-bottom: none !important;
}