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;
	background: transparent;
}

/* Global Styles
------------------------- */
html {
	min-height: 100%;
}
body {
	background: url(../cmsimages/footerbg.gif) repeat-x left bottom #fff;
	color: #000; 
	font: normal 12px/1.1 arial;
	min-height: 100%;
}
:focus {
	outline: 0;
}
h1 {
	font-size: 2em;
} 
h2 {
	font-size: 1.166em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: .916em;
}
cite {
	color: #888;
	font-size: .916em;
	font-style: normal;
}
a {
	color: #54b948;
	text-decoration: underline;
}
p {
	line-height: 1.3;
}
input {
	color: #848484;
	padding: 0;
}
input:focus {
	color: #000;
}
select {
	margin: 0;
	padding: 0;
}
span.rule {
	color: #827e7e;
	font-size: 10pt;
	font-weight: bold;
}
.submit_btn {
	background: url(../cmsimages/button_bg.jpg) repeat-x;
	border: 0 solid;
	color: #fff;
	cursor: pointer;
	margin-top: -5px;
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.submit_btn span {
	background: url(http://images.synacor.com/clientimages/69223/68152.png) no-repeat;
	padding-left: 15px;
}

/* Header
------------------------- */
#header {
	background: none repeat scroll 0 0 transparent;
	float: none;
    	margin: 0 auto;
    	position: static;
}
#header_nav {
	clear: left;
	overflow: hidden;
}
#header_left {
	float: left;
	margin-bottom: 40px;
}
/* Links over logo */
#tophat_links {
	color: #827e7e;
	font-size: 10px;
	margin-left: 5px;
	margin-top: 8px;
}
#tophat_links a {
	border-left: 1px #827e7e solid;
	padding: 0 10px;
}
#tophat_links a:first-child {
	border-left: none;
	padding-left: 0;
	text-decoration: underline;
}
/* Logo */
#logo {
	margin: 5px;
}
#header_right {
	margin: 0px 5px 0 0;
	overflow: hidden;
}
#header_login {
	float: left;
}
/* Login */
#login {
	float: left;
	margin-top: 23px;
	width: 330px;
}
#login * {
	font-size: 10px;
	margin: 0;
}
#login form {
	background: transparent;
	padding: 0;
}
#login input.username {
	padding-left: 5px;
	width: 108px;
}
#login input.password {
	padding-left: 5px;
	width: 108px;
}
#login input.submit_btn {
	border: 0px;
	height: 18px;
	margin-top: 1px;
	padding-bottom: 3px;
	width: 41px;
}
#login .forgot {
	clear: both;
	text-decoration: underline;
}
#logged_in {
	height: 27px;
	margin-bottom: 6px;
	margin-top: 8px;
	padding: 14px 8px 0;
}

/* Shopping Cart */

#shopping_cart {
	float: right;
	margin-top: 13px;
        width: 33px;
}

/* Search */
#search {
	clear: right;
	float: right;
	margin-top: 0px;
}
#search form {
	background: transparent;
	padding: 0;
}
#search label {
	color: #000;
	display: inline;
	padding-bottom: 3px;
}
#search select.search_area {
	border: 1px #a0a0a0 solid;
	margin-left: 6px;
	padding: 1px 2px 2px;
}
#search input.search_web {
	border: 1px #a0a0a0 solid;
	margin-left: 10px;
	width: 150px;
}
#sl_header {
	float: left;
	width: 100%;
}
#header_myaccount_logged {
	padding-top:8px;
}
#header_myaccount {
	margin: left;
}
#header_myaccount li {
	float: left;
	height: 20px;
	list-style: none outside none;
	margin-left:10px;
	padding-left: 26px;
}
#header_myaccount .email {
	background: url(../cmsimages/myaccount_email.png) no-repeat scroll 0 0 transparent;
	margin-left:0;
}
#header_myaccount .myaccount {
	background: url(../cmsimages/myaccount_myaccount.png) no-repeat scroll 0 0 transparent;
}
#header_myaccount .bill {
	background: url(../cmsimages/myaccount_bill.png) no-repeat scroll 0 0 transparent;
}
#header_myaccount .logout {
	background: no-repeat scroll 0 0 transparent;
}

#sl_body {
	float: left;
	width: 100%;
}

/* New Nav
------------------------- */
ul#topnav {
	margin: 0;
	padding: 0 10px;
	float: left;
	height: 24px;
	width: 100%;
	list-style: none;
	position: relative;
	background: #5f605f url(../cmsimages/navbg.png) repeat-x;
	z-index: 1200;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
}
ul#topnav li a {
	padding: 6px 20px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li span {
	float: left;
	padding: 2px 0;
	position: absolute;
	top: 24px;
	height: 14px;
	display: none;
	background: #b7b8ba url("../cmsimages/navsubbg2.png") left bottom repeat-x;
	color: #fff;
	-moz-border-radius-bottomright: 0px;
	-khtml-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-khtml-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
}
ul#topnav li:hover span {
	display: block;
}
ul#topnav li span a {
	display: inline;
}
ul#topnav li span a:hover {
	text-decoration: underline;
}
ul#topnav li.last {
	float: right;
}

/* Page Structure
------------------------- */
#body_container {
	background: url(../cmsimages/body_bg.gif) repeat-x left top transparent;
	min-width: 990px;
}
#site_container {
	margin: 0px auto;
	overflow: hidden;
	width: 990px;
}
#body_cols {
	float: left;
	margin-top: 23px;
	width: 100%;
}
.body_col_1 {
	float: left;
	margin: 10px 5px 10px 0;
	width: 490px;
}
.body_col_2 {
	float: left;
	margin: 10px 0;
	width: 490px;
}

/* Forms
------------------------- */
form {
	background: #cbcbcb;
	padding: 20px;
	position: relative;
}
form .corners {
	background: #fff url(../cmsimages/form_sprite_1.gif) no-repeat -999px -999px;
	font-size: 0;
	height: 9px;
	overflow: hidden;
	position: absolute;
	width: 9px;
}
form .rc_tl {
	background-position: 0px 0px;
	left: 0;
	top: 0;
}
form .rc_tr {
	background-position: -10px 0px;
	right: 0;
	top: 0;
}
form .rc_bl {
	background-position: 0px -10px;
	left: 0;
	bottom: 0;
}
form .rc_br {
	background-position: -10px -10px;
	right: 0;
	bottom: 0;
}
form label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}
form label span.example {
	color: #000;
}
form input[type=text],
form input[type=password] {
	border: 1px #e2e2e2 solid;
	height: 12px;
	margin-bottom: 5px;
	padding: 3px;
}
form select {
	border: 1px #e2e2e2 solid;
	margin-bottom: 5px;
}

/* Buttons
------------------------- */
button.btn {
	background: url(../cmsimages/green_btn.png) no-repeat center center;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	text-align: center;
	width: 86px;
	outline: none;
}

/* Footer
------------------------- */
#footer {
	color: #827e7e;
	float: left;
	margin: 30px 0 0;
	padding-bottom: 13px;
	text-align: center;
	width: 100%;
}
#footer a {
	color: #827e7e;
	text-decoration: none;
}
#footer img {
	vertical-align: middle;
}
#footer .footer_copy {
	font-size: 0.8em;
	padding-top: 5px;
}

.error {
	color: #f03;
	padding: 10px;
}
