/* CSS Document */

body {
	background:url(images/background.jpg) 5px 1px;
	_text-align:center;
}

#wrapper1 {
	background: 0px 0 repeat-x;
}

#wrapper {
	width:951px;
	_text-align:left;
	margin:0 auto;
	background:#fff;
}

/* Header */

#header {
	width:951px;
	height:141px;
}

#header h1 {
	float:left;
	height:141px;
}

#header h2 {
	float:right;
	position:relative;
}

/* Header End */
/* Top Navigation */

#top-nav {
	width:951px;
	height:34px;
	background:url(images/nav-bg.jpg) 0 0 no-repeat;
}

#top-nav ul, #top-nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#top-nav ul {
	float:right;
}

#top-nav ul li {
	float:left;
	margin-left:1px;
}

#top-nav ul li a {
	display:block;
	width:140px;
	height:34px;
	font:13px Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	line-height:34px;
	text-decoration:none;
	text-align:center;
	background:url(images/top-nav.gif) -152px 0 no-repeat;
}

#top-nav ul li a:hover {
	background-position: -152px -34px;
}

#top-nav ul li.small a {
	width:60px;
	background-position:0 0;
}

#top-nav ul li.small a:hover {
	background-position:0 -34px;
}

#top-nav ul li.medium a {
	width:80px;
	background-position:-67px 0;
}

#top-nav ul li.medium a:hover {
	background-position:-67px -34px;
}

#top-nav ul li.big a {
	width:180px;
	background-position:-292px 0;
}

#top-nav ul li.big a:hover {
	background-position:-292px -34px;
}

/* Top Navigation End */
/* Content */

#content {
	width:901px;
	_width:951px;
	padding:5px 25px 15px;
	background:url(images/body-bg.jpg) 0 15px no-repeat;
}

#content .topspace {
	height:70px;
	width:1px;
}

#content p.email {
	margin-top:25px;
	float:right;
	font:12px Arial, Helvetica, sans-serif;
	color:#484848;
}

#content p.email a {
	display:block;
	width:200px;
	height:25px;
	color:#484848;
	background:url(images/email-button.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#content p.email a:hover {
	text-decoration:none;
	background-position:0 -25px;
}

#content p.sendtofriend {
	margin:25px 10px 0 0;
	float:right;
}

#content p.sendtofriend a {
	display:block;
	width:170px;
	height:25px;
	background:url(images/send-to-friend.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#content p.sendtofriend a:hover {
	background-position:0 -25px;
}

/* Content End */
/* Footer */

#footer {
	width:951px;
	text-align:center;
	padding:25px 0 0;
	background:url(images/footer-top.jpg) 50% 0 no-repeat;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	overflow:hidden;
}

#footer h4 {
	font:16px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0 0 3px;
}

#footer p {
	padding:0 0 14px;
}

#footer a {
	color:#4f4f4f;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer ul, #footer ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer ul {
	float:left;
	left:50%;
	position:relative;
	text-align:center;
	padding:0 0 14px;
}	

#footer ul li {
	display:block;
	float:left;
	right:50%;
	border-right:1px solid #4f4f4f;
	padding:0 4px;
	text-align:center;
	position:relative;
}

#footer ul li.last {
	border:0;
}

/* Footer End */