@charset "UTF-8";

/* ----------- CSS 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, ins, 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; vertical-align:baseline; font-size:100%; font-weight:inherit;font-style:inherit; }

body,html 	{ overflow:hidden; width:100%; height:100%; overflow:auto;  }
img 		{ border:0; }

a			{ text-decoration:none; }
a:hover		{ text-decoration:underline; }

#container 	{ width:980px; position:absolute; top:10px; left:50%; margin-left:-490px; }
#footer 	{ width:980px; padding:10px 0 10px 0; text-align:center; color:#999; }

#top		{ width:980px; }
#topmenu	{ float:right; }
#mid		{ position:absolute; width:980px; margin-top:30px; border-bottom:1px #ccc solid; }
#checkout	{ float:right; padding: 0.8em 1.2em; }
#page 		{ width:980px; margin-top:80px; }

/* ----------- TYOPGRAPHY & BUTTON STYLES ---------- */
html {font-size:100.01%; overflow-x:auto; overflow-y:scroll;}
body {font-family:helveticaneue, helvetica, arial, sans-serif; color:#2b2b2b; font-size:12px; letter-spacing:0.02em; line-height:16px; margin:0; padding:0; }

#topmenu a  { color:#000; margin-right:25px; text-decoration:none; text-transform:uppercase; font-size:10px; }
#topmenu a:hover { text-decoration:underline; }

#mid  			{ background:transparent; text-decoration:none; color:#000; text-transform:uppercase; font-weight:bold; }
#nav a			{ cursor:pointer; }
#nav a:hover 	{ color:#999; }
#nav a:visited 	{ color:#000; }

input			{ text-transform:uppercase; font-size:10px; }
input.tbox 		{ height:18px; padding:0px 0px 0px 2px; border:1px solid #999999 !important; }
input.searchbox	{ vertical-align:bottom; padding:0px 0px 0px 2px; border:1px solid #fff; }
input:focus 	{ border:1px solid #000000 !important; }
input.error		{ border:1px solid #DF5029 }

