/*
 |----------------------------------------------------
 | Main layout styles
 |----------------------------------------------------
*/

body {
	background: #cdbda4 url('/images/bg.png') top repeat-x;
}

#container {
    margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#top_corners {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px;
	height: 5px;
	background: url('/images/top_shadow.png') top left no-repeat;
}

#header_content {
	background: #fff;
	margin: 0px;
	padding: 0px 10px;
    width: 940px;
	background: url('/images/header_bg.png') top left no-repeat;
    height: 160px;
}

#panoramic {
	background: 130px 10px no-repeat;
	height: 160px;
}

#logo {
	margin-bottom: 0px;
	width: 300px; height: 123px;
	display: block;
	background: 10px center no-repeat;
}

#content {
	padding: 20px 30px 10px 30px;
    width: 900px;
	background: url('/images/main_body.png') top left repeat-y;
}

#bottom_corners {
	height: 16px;
	background: url('/images/main_bottom.png') top left no-repeat;
}

#footer {
	text-align: center;
	padding-bottom: 15px; /* ie7 fix for margin-bottom: 15px; */
	padding-top: 15px;
}

#footer a, #footer a:visited {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #555;
}

/*
 |----------------------------------------------------
 | Primary navigation
 |----------------------------------------------------
*/

#nav {
	height: 40px;
	background: url('/images/tab_shadow.png') top repeat-x;
}

#nav li {
	float: left;
	display: block;
}

#nav a {
	display: block;
	width: 125px;
	text-align: center;
	color: #000;
	text-decoration: none;
	background: url('/images/tab.png') top left no-repeat;
	padding-top: 15px;
	height: 24px;
}

#nav li.first {
	margin-left: 14px;
}

#nav a.page {
	background-image: url('/images/tab_active.png');
}

#nav a.hover {
	color: #888;
}

#nav a.first {
	margin-left: 10px;
}

/*
 |----------------------------------------------------
 | Secondary navigation
 |----------------------------------------------------
*/

#sec_nav {
	text-align: right;
	margin-top: 7px;
	float: right;
}

#sec_nav li {
	display: inline;
	margin: 0px 7px;
}

#sec_nav a {
	color: #000;
	text-decoration: none;
}

#sec_nav a:hover {
	color: #888;
}

#social_nav {
	margin-bottom: 0px;
	float: right;
}

#social_nav li {
	float: left;
}

#social_nav .twitter, #social_nav .facebook {
	display: block;
	height: 24px;
	float: left;
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-right: 20px;
}

#social_nav a.twitter {
	background-image: url('/images/twitter.png');
	background-position: 0px 6px;
	width: 62px;
}

#social_nav a.twitter:hover {
	background-image: url('/images/twitter_ro.png');
}

#social_nav a.facebook {
	background-image: url('/images/facebook.png');
	background-position: 0px 5px;
	width: 69px;
}

#social_nav a.facebook:hover {
	background-image: url('/images/facebook_ro.png');	
}

/*
 |----------------------------------------------------
 | Vendor navigation
 |----------------------------------------------------
*/

#vendor_box {
	width: 410px;
	position: absolute;
	z-index: 200;
	display: none;
	padding-right: 8px;
}

.vendor_nav {
	float: left;
	width: 195px;
	display: block;
	padding: 0px 0px 0px 10px;
	margin-bottom: 0px;
}

.vendor_nav li {
	list-style-type: none;
}

.vendor_nav a, .vendor_nav a:visited {
	font-size: 14px;
    line-height: 25px;
	text-decoration: none;
	color: #000;
}

.vendor_nav a:hover {
	color: #666;
}

#vb_content {
	padding-top: 10px;
	background: url('/images/vnav_body.png') top left no-repeat;
}

#vb_bottom {
	height: 19px;
	background: url('/images/vnav_bottom.png') top left no-repeat;
}

/*
 |----------------------------------------------------
 | Miscellaneous
 |----------------------------------------------------
*/

.spacer {
    margin-left: 20px;
}

.search.grid {
    margin-left: 10px;
    width: 290px;
}

input.text, textarea {
    border: solid 1px #ccc;
    font-family: Verdana, sans-serif;
}

.secnav.grid {
    margin-right: 10px;
    width: 650px;
}

.search.grid, .secnav.grid {
    padding-top: 3px;
    height: 32px;
}

.hide_text {
  text-indent: -9999px;
  overflow: hidden;
}

#search_form {
	display: inline;
}

#search {
    height: 22px;
	font-size: 14px;
	width: 150px;
	margin-top: 3px;
}

