/*  design by www.onefunction.co.uk 
*/

#box-welcome {
	width: 587px;
	height: 62px;
	background: url(../images/welcome_bg.gif) no-repeat;
	padding: 14px 94px 14px 14px;
	margin-top: 15px;
}
#box-welcome p{
	font-size: 12px;
}
#box-welcome h1{
	font-size: 12px;
	color: #710000;
}

/* ----------------------------------------------------------
									Sales Content
-----------------------------------------------------------*/
#sales-wrapper {
	width: 286px;
	background: url(../images/bg-blue.gif);
	margin-top: 14px;
	float: left;
}
.sales-padding{
	width: 266px;
	padding: 10px;
	min-height: 360px;
}
#sales-header h2{
	width: 286px;
	height: 19px;
	background: url(../images/bg-header-blue.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	text-align: center;
	background-color: #00006F;
}
.salesinner-image{
	float: left;
	height: 54px;
	width: 79px;
	padding-right: 5px;
	border-width: 0px;
}
.salesinner-heading{
	font-size: 12px;
	color: #00006F;
	padding-left: 15px;
	background: url(../images/arrow-orange.gif) no-repeat;
}

.salesinner-heading a{
	color: #00006F;
}
.salesinner-desc{
	width: 90px;
	font-size: 11px;
	color: #666666;
	padding-right: 10px;

}
.salesinner_price1{
	font-size: 12px;
	color: #00006F;
	font-weight: bold;
}
.salesinner-price2{
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}
.salesinner-hr{
	margin: 5px 15px;
	height: 1px;
	background-color: #7F9DB9;
}

#sales-footer {
	width: 286px;
	height: 30px;
	background: url(../images/bg-footer-blue.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	vertical-align: bottom;
}

/* ----------------------------------------------------------
									Events Content
-----------------------------------------------------------*/

#events-wrapper {
	width: 395px;
	background: url(../images/bg-orange.gif);
	margin-top: 14px;
	float: right;
}
.events-padding{
	width: 375px;
	padding: 10px;
	min-height: 360px;
}
.events-padding p{
	padding-bottom: 10px;
}

.events-padding li{
	position: relative; 
	left: 30px;
}
#events-header h2{
	width: 395px;
	height: 19px;
	background: url(../images/bg-header-orange.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	text-align: center;
	background-color: #FB9C0C;
}
.events-heading{
	font-size: 12px;
	color: #00006F;
	padding-left: 15px;
	background: url(../images/arrow-red.gif) no-repeat;
}
.events-heading a{
	color: #00006F;
}
.events-txt a{
	color: #00006F;
}
.events-hr{
	margin: 5px 15px;
	height: 1px;
	background-color: #7F9DB9;
}
#events-footer {
	width: 395px;
	height: 30px;
	background: url(../images/bg-footer-orange.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	vertical-align: bottom;
}