/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ing, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

/* remember to define focus styles! */
:focus {
	outline:0;
}

/* remember to highlight inserts somehow */
ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

/* tables still need 'cellspacing="0" in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* Styles */

.clear {
	clear:both;
}

body {
	margin:0;
	font:12px Verdana, Tahoma, Arial;
	line-height:1.5;
	color:#333;
	background:#fff url(../images/site/bg-t.gif) repeat-x;
}

a, a:visited {
	color:#333;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/* Head */
#head {
	display:block;
	position:relative;
	margin:0 auto;
	width:960px;
	height:125px;
}

#head .email {
	display:block;
	float:right;
	position:absolute;
	height:24px;
	top:9px;
	right:109px;
}

#head .email a {
	display:block;
	width:143px;
	height:15px;
	background:url(../images/site/ueass-email.gif) no-repeat;
	text-indent:-9999px;
}

#head .logo {
	display:block;
	float:left;
	position:absolute;
	top:24px;
	left:0px;
}

#head .logo a {
	display:block;
	width:609px;
	height:101px;
	text-indent:-9999px;
	background:url(../images/site/ueass-logo.gif) no-repeat;
}

#head .nav {
	display:block;
	float:right;
	margin-left:0;
	position:absolute;
	top:45px;
	right:25px;
}

#head .nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#head .nav ul li {
	float:left;
	margin-left:10px;
}

#head .nav ul li a {
	display:block;
	width:150px;
	height:60px;
	text-indent:-9999px;
}

#head .nav ul li a.home {
	background:url(../images/site/nav-home.gif) no-repeat;
}

#head .nav ul li a.home-sel {
	background:url(../images/site/nav-home-hover.gif) no-repeat;
}

#head .nav ul li a:hover.home {
	background:url(../images/site/nav-home-hover.gif) no-repeat;
}

#head .nav ul li a.shopping-cart {
	background:url(../images/site/nav-shopping-cart.gif) no-repeat;
}

#head .nav ul li a.shopping-cart-sel {
	background:url(../images/site/nav-shopping-cart-hover.gif) no-repeat;
}

#head .nav ul li a:hover.shopping-cart {
	background:url(../images/site/nav-shopping-cart-hover.gif) no-repeat;
}

/* Content */

#content {
	width:100%;
	background:url(../images/site/bg-main.gif) top center repeat-x;
}

#content .content-main {
	display:block;
	margin:0 auto;
	width:960px;
	background:#231f20;
}

/* Clips */
#content .content-main .clip-t, #content .content-main .clip-b {
	display:block;
	width:960px;
	height:10px;
	overflow:hidden;
}

#content .content-main .clip-t {
	background:url(../images/site/clip.gif) 0 0 no-repeat;
}

#content .content-main .clip-b {
	background:url(../images/site/clip.gif) 0 -10px no-repeat;
}

/* Content Body */

#content .content-main .content-body {
	padding:0 10px;
	color:#fff;
}

#content .content-main .content-body .banner {
	display:block;
	width:940px;
	height:500px;
}

#content .content-main .content-body .slogan {
	display:block;
	float:left;
	width:520px;
}

#content .content-main .content-body .slogan h2 {
	display:block;
	margin:10px 0 0 17px;
	width:479px;
	height:159px;
	background:url(../images/site/ueass-slogan.gif) no-repeat;
	text-indent:-9999px;
}

#content .content-main .content-body .sidebar {
	display:block;
	float:left;
	margin-left:0;
	width:420px;
}

#content .content-main .content-body .sidebar .content {
	margin:10px 10px 0 0;
}

#content .content-main .content-body .sidebar .content .image-shop {
	display:block;
	float:left;
	width:210px;
	height:150px;
}

#content .content-main .content-body .sidebar .content .text-shop {
	display:block;
	float:left;
	margin:5px 0 0 20px;
	width:180px;
	font-size:16px;
	font-weight:bold;
}

#content .content-main .content-body .sidebar .content .text-shop a, #content .content-main .content-body .sidebar .content .text-shop a:visited {
	color:#e12627;
	text-decoration:underline;
}

#content .content-main .content-body .sidebar .content .text-shop a:hover {
	text-decoration:none;
}

/* Footer */

#footer {
	width:100%;
	background:url(../images/site/bg-b.gif) top center repeat-x;
	height:67px;
	overflow:hidden;
}

#footer .footer-main {
	display:block;
	margin:0 auto;
	width:960px;
}

#footer .footer-main .content {
	margin:10px 10px 0 0;
	text-align:right;
	font-size:11px;
	color:#959595;
}

#footer .footer-main .content span.divider {
	margin:0 15px;
}

#footer .footer-main .content a, #footer .footer-main .content a:visited {
	color:#333;
	text-decoration:none;
}

#footer .footer-main .content a:hover {
	text-decoration:underline;
}

#footer .footer-main .content p.copyright {
	margin-top:10px;
}