/** CSS - Shivaree - November 21st, 2008
==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}

/** Body
==============================================================================*/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #DDDDDD;
	margin: 0 auto;
	background-color: #999999;
	background-image: url(../images/centastage_logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

/** Main Containers
==============================================================================*/

#container {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#contentheader {
	float: left;
	margin-top: 5px;
	width: 950px;
	height: 260px;
}

#contentcenter {
	float: left;
	width: 750px;
	background-color: #000000;
	padding-top: 28px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border: 5px solid #FFFFFF;
	margin-right: 75px;
	margin-left: 75px;
	margin-top: 265px;
}

/** Logo
==============================================================================*/

#logo {
margin-bottom: 25px;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

a img {
border: none;
}

p {
margin-bottom: 15px;
}

.price {
	border-top: 1px solid #f0eed0;
	text-align: right;
	color: #555555;
	padding-top: 5px;
	margin-bottom: 25px;
}

#note {
border: 1px solid #f0eed0;
padding: 15px;
text-align: center;
margin-bottom: 15px;
}

/** Headings
==============================================================================*/

h1 {
	font-size: 36px;
	line-height: 36px;
	color: #1A1A1A;
	margin-bottom: 25px;
}

h2 {
	font-size: 16px;
	color: #666666;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	margin-top: 15px;
	color: #666666;
}

/** Links
==============================================================================*/

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

.price a {
	color: #e5e5e5;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #e5e5e5;
	text-decoration: none;
}

/** Navigation
==============================================================================*/

ul#nav {
list-style-type: none;
float: right;
width: 343px;
margin-bottom: 10px;
border-bottom: 1px solid #f0eed0;
}

ul#nav li {
float: right;
font-size: 12px;
margin-right: 10px;
text-transform: uppercase;
}

ul#nav li#current a:link {
	color: #000000;
}

ul#nav li.current a {
	color: #FFFFFF;
}

/** Left Columns
==============================================================================*/

#leftcol, #leftcol2 {
	float: left;
	width: 355px;
	margin-top: 15px;
	clear: both;
}

#leftcol2 ul, #leftcol2 ol {
margin: 0 0 25px 40px; 
}

/** Form
==============================================================================*/

label, input {
display: block;
float: left;
margin: 5px 5px 1px 0;
}

fieldset {
border: none;
}

label {
text-align: left;
width: 75px;
padding-right: 20px;
}

input, textarea {
padding: 2px;
width: 200px;
border: 1px solid #f0eed0;
}

br {
clear: left;
}

textarea {
margin: 5px 5px 1px 0;
overflow: hidden;
}

#submit {
margin: 10px 4px 0 0;
float: right;
width: 120px;
height: 20px;
border: none;
}



/** Right Column
==============================================================================*/

#rightcol {
	float: right;
	width: 345px;
	margin-top: 15px;
	clear: right;
}
#title {
	float: left;
	width: 200px;
	text-align: left;
}

/** Right Column Images
==============================================================================*/

ul#images {
list-style-type: none;
}

#rightcol img {
	border: solid 3px #ffffff;
}

/** Footer
==============================================================================*/

#contentfooter {
float: left;
width: 762px;
height: 15px;
background: url(../images/contentfooter_bg.jpg) top center no-repeat #fffde4;
}

#footer {
	float: left;
	width: 950px;
	height: 40px;
	color: #000000;
	background-color: #999999;
}

#footer p{
	margin-top: 2px;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

#footer a:link {
	color: #333333;
}
#img_bdr {
	border: solid 6px #ffffff;
}
#nav ul li {
	list-style:none;
	display:inline;
	padding-left: 20px;
	padding-right: 0px;
	float: right;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
	font-size:11px;
}

#nav a {
	color: #e5e5e5;
	text-decoration: none;
	font-weight:bold;
}

#nav a:hover {
	color: #e5e5e5;
	text-decoration: underline;
}
#nav {
	text-align: right;
	clear: both;
	float: right;
	width: 500px;
	vertical-align: top;
	margin-right: -20px;
	margin-top: -20px;
}

.clear
{
clear:both;
}
.img-bdr {
	border: solid 6px #ffffff;
}

