
/*
***********************************************************

GLOBAL

***********************************************************
*/

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	color: #181818;
	background-color: #FFFFFF;
}

/* links */

a:link, a:visited {
	color: #ff3300;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

img.featured {
	display:inline;
	float:left;
	width: 300px;
	height: 300px;
}

#featured {
	width: 600px;
	height: 600px;
}


#department {
	width: 600px;
	height: 400px;
	font-size: 1.3em;
	color:#999;
	background-color:#FFF;
}

/*
***********************************************************

LAYOUT

***********************************************************
*/

#wrapper {
	width:752px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

#right {
	width:602px;
	margin:0;
	padding:0;
	float:right;
}

#left {
	width: 130px;
	float: left;
	text-align:right;
	margin: 0;
	padding: 16px 20px 0 0;
}

#header {
	text-indent:-999em;
	width: 602px;
	height: 140px;
	background: url(../images/carbonstok.jpg) no-repeat;
}

#content {
	width:560px;
	height: 400px;
	margin:0;
	padding: 0 20px 0 20px;
	background-color: #ffffff;
}




/*
***********************************************************

TEXT STYLINGS

***********************************************************
*/

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #29170c;
	font-size: 2em;
	font-weight:normal;
	font-style:italic;
	padding: 0;
	margin: 2px 0 0 0;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #29170c;
	font-size: 1.5em;
	font-weight:normal;
	font-style:italic;
	padding: 0;
	margin: 2px 0 0 0;
}

h5 {
	color: #999999;
	font-size: .9em;
	font-weight:bold;
	padding: 0;
	margin:223px 0 8px 0;
}

h6 {
	color: #999999;
	font-size: .9em;
	font-weight:bold;
	padding: 0;
	margin:25px 0 8px 0;
}

p {
	line-height: 1.5em;
}

p.medium {
	font-size: 1.1em;
	line-height: 1.5em;
}

p.quotecite {
	margin: 0;
	padding: 0;
}


a.quote:link, a.quote:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ff3300;
	font-size: 2em;
	text-decoration:none;
	line-height: 1.2em;
	font-weight:normal;
	font-style:italic;
}

a.quote:hover {
	text-decoration:underline;
}

a img {
	border:none;
}



/*
***********************************************************

HEADER/SIDE

***********************************************************
*/


#nav {
	height: 72px;
	margin:0;
	padding:0;
	list-style-type:none;
	background-color: #181818;
}

#nav li {
	display: inline;
	float:left;
}

#nav li a {
	color:#fff;
	display:block;
	text-indent:-999em;
}


/* CLEVER NAV */

#nav .clever { /* Hack to pre load on state */
	background:url(../images/nav_clever_on.gif) no-repeat;
}

#nav .clever a {
	background:url(../images/nav_clever_off.gif) no-repeat;
	width: 151px;
	height: 72px;
}
#nav .clever a:hover {
	background:url(../images/nav_clever_on.gif) no-repeat;
}

/* SHOWS NAV */

#nav .fun { /* Hack to pre load on state */
	background:url(../images/nav__fun_on.gif) no-repeat;
}

#nav .fun a {
	background:url(../images/nav_fun_off.gif) no-repeat;
	width: 150px;
	height: 72px;
}
#nav .fun a:hover {
	background:url(../images/nav_fun_on.gif) no-repeat;
}
/* TOUR NAV */

#nav .timeless { /* Hack to pre load on state */
	background:url(../images/nav_timeless_on.gif) no-repeat;
}

#nav .timeless a {
	background:url(../images/nav_timeless_off.gif) no-repeat;
	width: 150px;
	height: 72px;
}
#nav .timeless a:hover {
	background:url(../images/nav_timeless_on.gif) no-repeat;
}

/* SEE HEAR NAV */

#nav .forward { /* Hack to pre load on state */
	background:url(../images/nav_forward_on.gif) no-repeat;
}

#nav .forward a {
	width: 151px;
	height: 72px;
	background:url(../images/nav_forward_off.gif) no-repeat;
}
#nav .forward a:hover {
	background:url(../images/nav_forward_on.gif) no-repeat;
}




#leftnav {
	list-style:none;
	text-align:right;
	padding: 0;
	margin: 0;
}

#leftnav li {
	padding: 0;
	margin:0 0 3px 0;
}

#leftnav li a {
	color:#181818;
	text-decoration: none;
}

#leftnav li a:hover {
	text-decoration:underline;
}

#leftnav .on a {
	color:#ff6600;
}

#main {
	width: 600px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#statusBar {
	width: 580px;
	height: 19px;
	background:url(../images/statusbar_bg.gif) no-repeat;
	padding: 11px 0 10px 20px;
}

#statusBarSub {
	width: 580px;
	height: 19px;
	background:url(../images/statusbarsub_bg.gif) no-repeat;
	padding: 11px 0 10px 20px;
}

#statusBar p {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color:#666;
}

#statusBarSub p {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color:#666;
}

/*
***********************************************************

FOOTER

***********************************************************
*/


#footerBar {
	width: 600px;
	height:200px;
	background-image: url(../images/footerbar_bg.gif);
	background-repeat: repeat-y;
}

#footerBar p {
	padding: 0 0 10px 0;
	margin: 0;
}

#footerBar form {
	margin: 6px 0 10px 0;
}

form input {
	margin: 0 0 4px 0;
}

input.formfield {
	color:#999;
}

#footer {
	border-top: 1px solid #CCCCCC;
	padding-top:5px;
	padding-bottom:10px;
	clear:both;
}

#footer p {
	color:#999;
	font-size:.75em;
}

