/* -------------------------     GLOBAL        -------------------------------------------- */
* {
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

html, body {
	background-color: #ccc;
}

body {
	padding: 0 5px 0 5px;
	/*
	background-image: url(/_images/bg-body.png);
	background-position: center bottom;
	background-repeat:repeat-x;
	*/
}

img {
	border: none;
}



/* -------------------------     LAYOUT RELATED -------------------------------------------- */

#wrapper {
	width: 960px;
	margin: auto;
	position: relative;
}

#top {
	width: 960px;
	background-image: url(/_images/bg-top-right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}

#bottom {
	width: 960px;
	background-image: url(/_images/bg-bottom-right.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	text-align: right;
	font-size: 10px;
}

#bottom * {
	color: #aaa;
	font-size: 12px;
}

#bottom a {
	padding: 0 4px 0 4px;
	color: #999;
}

#footer {
	background-image: url(/_images/bg-footer-left.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin:0;
	/* width: 239px; */
	padding:30px 30px 30px 30px;
	text-align: right;
}

#footer2 {
	margin:0;
	padding:0 30px 0 0;
	text-align: right;
	display: inline;
	float: right;
	position: relative;
	top: -60px;
}


#fixedbottom {
	width:80px;
	height:80px;
	background-color: #fff;
	font-size: 10px;
	color: #aaa;
	margin:0;
	padding:0;
	text-align: right;
	position:fixed;
	bottom:0;
	right:0;
}

#fixedbottom a {
	color: #999;
}

#main {
	width: 960px;
	background-color: #eee;
	background-image: url(/_images/bg-main-right.png);
	background-position: top right;
	background-repeat: repeat-y;
	margin:0;
	padding:0;
}

#content {
	background-image: url(/_images/bg-content-left.png);
	background-position: top left;
	background-repeat: repeat-y;
	margin:0;
	/* padding:0 175px 30px 30px; */
	padding:0 30px 30px 30px;
}

#logo {
	width: 269px;
	height: 77px;
	background-image: url(/_images/bg-logo-bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#logo-img {
	padding:37px 0 0 31px;
}

#logo h2, #logo h2 a, #logo h2 a:link, #logo h2 a:visited, #logo h2 a:hover {
	font-family: 'GiddyupStdRegular', Helvetica, Arial, Verdana, sans-serif;
	font-size-adjust: 0.34;
	font-size: 38px;
	color: #797979;
	text-decoration:none;
	font-weight: 100;
	padding:35px 0 0 21px;
	text-transform: lowercase;
}

#main-nav {
	background-image: url(/_images/bg-main-nav-left.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	position: absolute;
	left: 343px;
	top: 37px;
	background-color: #333;
	height: 22px;
	padding: 8px 0 0 0;
	min-width: 542px;
	text-align:center;
}
#main-nav ul {
	list-style: none;
	margin:0;
	padding:0;
}
#main-nav ul li {
	display: inline;
	margin:0;
	padding:0;
}
#main-nav a {
	text-decoration: none;
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 18px 0 18px;
}
#main-nav a.main-nav-active-link, #main-nav a:hover {
	color: #fc0;
}
#main-nav a.main-nav-not-yet {
	color: #666;
	text-decoration: line-through;
}



#sub-nav {
	display: inline;
	float:left;
	padding: 17px 0 0 8px;
	width: 217px;
}
#sub-nav ul {
	list-style: none;
	margin:0;
	padding:0;
}
#sub-nav ul li {
	margin:0;
	padding:0;
}

#sub-nav a {
	display: block;
	color: #999;
	font-size: 13px;
	text-decoration: none;
	padding: 4px 0 4px 4px;
}

#sub-nav a.sub-nav-active-link {
	color: #666;
	background-color: #e0e0e0;
}
#sub-nav a:hover {
	background-color: #e6e6e6;
}




#mainimg {
	
	padding: 25px 0 20px 240px;
}

#content-body {
	width: 621px;
	display: inline;
	float: left;
	padding: 30px 0 0 0;
	margin: 0 0 0 16px;
}

#copyright {
	clear: both;
	padding-left: 239px;
}





/* -------------------------     LOOK -------------------------------------------- */


#pagetitle {
	width: 615px;
	height: 39px;
	overflow:visible;
	border-bottom: 1px solid #ccc;
	padding-left: 240px;
	padding-bottom: 0;
}

h1 {
	color: #fc0;
	font-size: 43px;
	font-weight: 100;
	text-transform: lowercase;
}


a {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 14px;
	color: #999;
	margin: 0 0 20px 0;
	font-weight:100;
	line-height: 22px;
}



/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 15, 2010 */
/* modified slightly by PS */
@font-face {
	font-family: 'GiddyupStdRegular';
	src: url('/_fonts/giddyupstd-webfont.eot');
	src: local('☺'), url('/_fonts/giddyupstd-webfont.woff') format('woff'), url('/_fonts/giddyupstd-webfont.ttf') format('truetype'), url('/_fonts/giddyupstd-webfont.svg#webfont76I207do') format('svg');
	font-weight: normal;
	font-style: normal;
}






