* {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
}
a {
	outline:none;
}
a:hover {
	text-decoration:none;
	color:#d03230;
}
a.more {
	color:#c2010d;
}
a.more:hover {
	text-decoration:none;
}
body, html {
	background:#fff url(../images/body_bg.gif) repeat-x 0 0;
	font-family:"Lucida Sans Unicode",Geneva, Arial, Helvetica, sans-serif;
	color:#00436e;
	font-size:12px;
	text-align:center;
	
}
#wrapper {
	margin:0 auto;
	margin-top:9px;
	text-align:left;
	width:770px;
	border:6px solid #fff;
}
#branding {
	position:relative;
	background:url(../images/head_bg.jpg) no-repeat;
	width:770px;
	height:193px;
}
#branding h1 {
}
#branding h1 a {
	position:absolute;
	top:-14px;
	left:-5px;
	background:url(../images/logo.gif) no-repeat;
	display:block;
	width:508px;
	height:128px;
}
#branding h1 a span {
	display:none;
}
* html #branding h1 a {
	top:-14px;
}
#branding h2 {
	position:absolute;
	bottom:0;
	right:0;
	background:url(../images/slogan.gif) no-repeat;
	width:470px;
	height:48px;
}
#branding h2 span {
	display:none;
}
#nav {
	background:#0071b4 url(../images/nav_bg.gif) repeat-x 0 0;
	line-height:30px;
	border-top:1px solid #fff;
}
#nav ul {
	list-style:none;
	background: url(../images/nav_right.gif) no-repeat top right;
}
#nav ul li {
	display:inline;
	margin-right:-4px;
}
#nav ul a {
	padding:7px 17px;
	color:#dff4fd;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
#nav ul a:hover {
	background-color:#0972ae;
}
.home #nav a.home_selected,
.home #nav a.home_selected:hover,
.about #nav a.about_selected,
.about #nav a.about_selected:hover,
.products #nav a.products_selected,
.products #nav a.products_selected:hover,
.news #nav a.news_selected,
.news #nav a.news_selected:hover,
.contact #nav a.contact_selected,
.contact #nav a.contact_selected:hover,
.events #nav a.events_selected,
.events #nav a.events_selected:hover {
	background-color:#00436e;
}
#content {
	background-color:#fff;
	padding:13px 15px 15px 15px;
	overflow:hidden;
	min-height:250px;
	height:auto !important;
	height:250px;

}
* html #content {
	overflow:visible;
}
#content h3 {
	color:#008ccc;
	font-size:18px;
	margin-bottom:3px;
	border-bottom:1px solid #aed9ed;
}
#content p {
	line-height:18px;
	padding-bottom:5px;
}
#content #welcome h3 {
	width:300px;
}
#content #best_deals {
	float:right;
	width:420px;
	height:140px;
	background-color:#edf7fc;
	margin:0 0 10px 15px;
}
#content #best_deals h3 {
	background-color:#0090d0;
	font-size:18px;
	color:#fff;
	line-height:28px;
	padding-left:5px;
	width:415px;
}
#content #best_deals .product {
	width:195px;
	border-right:1px solid #c5e6f5;
	height:108px;
	float:left;
	padding:1px 7px;
}
#content #best_deals .product h4 {
	color:#00436e;
	font-size:12px;
	font-weight:bold;
	margin-bottom:2px;
}
#content #best_deals .product img {
	float:left;
	border:2px solid #8accea;
	margin-right:5px;
}
#content #best_deals .product a {
	color:#00436e;
}
#content #best_deals .product a:hover {
	color:#d03230;
}
#content #best_deals .product h4 a {
	font-weight:bold;
}
#content #events {
	padding-top:15px;
}
#content #events h3 {
	font-size:18px;
	color:#00436e;
}
#content #events .event p {
	margin-bottom:5px;
}
#content #events .event img {
	/*float:left;*/
	border:3px solid #8accea;
	margin-right:10px;
}
#content #events .image p {
	padding:0;
	font-weight:bold;
	color:#0091d2;
}
#footer {
	clear:both;
	background:#00436e url(../images/footer_right.gif) no-repeat top right;
	line-height:41px;
	color:#fff;
	padding-left:10px;
}
