﻿@charset "utf-8";
/* CSS Document */

body { 
    /*font-size: 2vh;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #f8f6f2 url(../images/bkg.gif) top center repeat-y;
	color: #3e3e3e;	
    margin:0;
}


#wrapper {
	margin: 0 auto;
	padding: 0 0 30px;
	text-align: left;
	background: #fff;
	width: 972px;
	position: relative;
    padding-left:10px;
    padding-right:10px;
}
#header {
	border-bottom: 1px solid black;
	margin-bottom: 0.2%;
}

#cart {
	padding: 5px 5px 10px;
	position: absolute;
	top: 35px;
	right: 0;
}
#cart a, #cart a:hover, .tabs a.tab-header {
	text-decoration: none;
}
#site-info {
	overflow: hidden;
	clear: both;
	text-align: left;
	border-bottom: #080808 1px solid;
}

#footer {
	font-family: 'FreightMicroProBook', Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background: url(../images/UoC.png) 15px 0 no-repeat;
	margin-bottom: 2px;
	border-bottom: #aaacaf 1px solid;
}
#footer p {
	margin: 25px 0 10px 15px;
	padding: 0 0 10px 40px;
	line-height: 1.4;
}
#footer a {
	letter-spacing: 1px;
	font-variant: small-caps;
	text-transform: uppercase;
	font-size: 9.38px;
	color: #777;
}
#footer span.left_bar {
	border-left: 2px solid #D8D8D8;
	padding: 0 2px 0 4px;
}
#logo, #ContentPlaceHolder1_logo {
	overflow: hidden;
	position: relative;
	height: 85px;
}
#logo a, #ContentPlaceHolder1_logo a {
	color: #337e93;
	font-size: 30px;
	letter-spacing: 2px;
	position: absolute;
	display: block;
	top: 20px;
	left: 0;
	overflow: hidden;
	height: 35px;
	/*width: 520px;*/
}
#order-summary h2 {
	margin-top:0;
}
.login-page .checkout-process, .ship-pay-page .checkout-process {
	padding-left: 0;
}
.container ul, .container ul li {
	list-style-type: none;
}