body {
	background: #fff url(/images/bg_body.gif) repeat-x;
	margin: 0 0 30px 0;
	font-family: verdana, sans-serif;
	color: #333;
}

body.frame, body#frame {
	background: #fff url(/images/framebar.jpg) repeat-x;
	margin: 0;
}

@font-face {
	font-family: gothic;
	src: url("/fonts/GOTHIC.eot") 

/* EOT file for IE */
}

@font-face {
	font-family: gothic;
	src: url("/fonts/GOTHIC.TTF") 

/* TTF file for CSS3 browsers */
}

@font-face {
	font-family: gothicB;
	src: url("/fonts/GOTHICB.eot") 

/* EOT file for IE */
}

@font-face {
	font-family: gothicB;
	src: url("/fonts/GOTHICB.TTF") 

/* TTF file for CSS3 browsers */
}

a {
	color: #6F7D99;
	text-decoration: ;
}

h1, h2, h3, h4 ,h5 {
	font-family: gothic;
	margin-top: 0;
}

h1 {
	padding: 0 0 24px 0;
	margin: 0 0 24px 0;
	border-bottom: 1px solid #CECECE;
}

#holder {
	margin: 0 auto;
	width: 980px;
}

header {
	padding: 0 20px;
	height: 213px;
	position: relative;
}

header#framebar {
	height: 66px;
	margin: 0 auto;
	width: 960px;
}

header#framebar ul#nav {
	margin: 0;
}

#framebar-logo {
	float: left;
	color: #fff;
	font-family: gothic;
	font-size: 40px;
	margin-right: 25px;
	margin-left: 25px;
}

#header_left {
	position: absolute;
	top: 77px;
	left: -70px;
}

#header_right {
	position: absolute;
	top: 77px;
	right: -70px;
}

#content_left {
	position: absolute;
	top: 474px;
	left: -77px;
}

#content_right {
	position: absolute;
	top: 474px;
	right: -77px;
}

ul#nav {
	list-style: none;
	padding: 0px;
	margin: 0 0 43px -10px;
	height: 57px;
}

ul#nav li a {
	color: white;
	text-decoration: none;
}

ul.lavaLamp {
	position: relative;
	padding: 25px;
	margin: 10px 0;
	overflow: hidden;
}

/* Force the list to flow horizontally */

ul.lavaLamp li {
	float: left;
	list-style: none;
	padding: 12px 0 0 20px;
	margin: 0 20px 0 0;
}

/* Represents the background of the highlighted menu-item. */

ul.lavaLamp li.back {
	background: #444;
	width: 9px;
	height: 45px;
	z-index: 8;
	position: absolute;
}

ul.lavaLamp li.back .left {
	height: 30px;
	margin-right: 9px;
}

/* Styles for each menu-item. */

ul.lavaLamp li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	outline: none;
	text-align: center;
	height: 30px;
	top: 7px;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	display: block;
	margin: auto 10px;
}

header aside {
	float: right;
	font-family: gothic;
	margin: 35px 0 0 0;
	color: #999;
}

header aside h1 {
	margin: 0;
	padding: 0;
	border: none;
	color: #333;
	font-size: 2.6em;
}

section#browse {
	background: white;
	padding: 0 10px;
}

section#content {
	padding: 20px;
	background: white url(/images/bg_content.jpg) no-repeat;
}

section#content aside {
	float: right;
	width: 240px;
}

#promos img {
	margin: 10px;
}

.hr {
	background: url(/images/hr_colors.gif) no-repeat 0 0;
	margin: 50px 0;
	width: 940px;
	height: 7px;
}

section#content-side {
	width: 310px;
	float: right;
	margin: 70px 0 10px 20px;
}

form {
	width: 352px;
}

form label {
	font-size: 18px;
	display: block;
	margin: 0 0 4px;
}

form input, form textarea {
	border: 1px solid #d6d6d6;
	padding: 2px 4px;
	margin: 0 0 8px;
	font-size: 18px;
	width: 335px;
}

form input:focus, form textarea:focus {
	border: 1px solid #2e2e2e;
}

form textarea {
	height: 200px;
}

form select {
	margin: 0 0 8px;
}

#recaptcha_widget_div {
	margin: 0 auto;
	width: 310px;
}

form #submit {
	float: right;
	width: 65px;
	padding: 5px 8px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-shadow: #fff -1px -1px 0;
	background: #d6d6d6;
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px 0 0 0;
}

form #submit:hover {
	color: #fff;
	text-shadow: #000 -1px -1px 0;
	background: #2e2e2e;
	cursor: pointer;
}

footer {
	background: url(/images/bg_footer.jpg) no-repeat;
	border-top: 1px solid #C9C9C9;
	padding: 40px;
	margin: 0 20px;
	color: #999;
	font-size: .75em;
}

footer a {
	color: #999;
}

.carousel ul li {
	margin: 0 65px;
}

.hidden {
	display: none;
}