/* Santa Rosa Party Rentals Main Stylesheet - Site Developed by Burning Brains http://www.burningbrains.com  */

/* 
Font Color 	#505050 	Dark Brown 
Background 	#e0e0e0 	Lt. Grey
			#FFFFFF;	White
			#666666; 	Dk. Grey
			#336666;	Dk. Green
			#669966;	Lt. Green
			#660000;	Dk. Red	
			#FF9933;	Orange
			#999999;	Lt. Grey
			
			#fa9035		Lt.Orange
			#fa9035		Reddish Orange
*/

body {
background:#e0e0e0 url(../images/bg_01.jpg) repeat;
color:#505050;
font: 100% Georgia,Verdana,Tahoma,Arial,sans-serif;
margin:0;
padding:0;
text-align:center;
}

p {
line-height:1.2em;
margin:0 0 15px;
font-size: 1em;
}

a {
color:#fa9035;
text-decoration:none;
}

a:hover {
color:#d04a10;
}

h1 {
font-size:1.3em;
font-weight: bold;
text-transform: capitalize;
margin-left: 10px;
margin-right: 1px;
}

h2 {
font-size:1.2em;
margin-left: 20px;
}

hr {
height:1px;
margin:10px 0;
width:98%;
}

/******************      Header        *******************/

#header_wrap {
background:url(../images/bg_header.jpg) repeat center top;
color:#FFFFFF;
height:150px;
margin:0 0;
text-align:center;
}

#header_container {
width: 752px;
margin:0 auto;
text-align:center;
}

#topbox {
color:#FFFFFF;
margin:10px 10px  0 0;
text-align:right;
float: right;
}

#topbox a {
color:#FFFFFF;
font-size: 0.8em;
}

#topbox a:hover {
text-decoration:underline;
}

/******************      Nav Menu      *******************/

#nav {
margin: 10px  auto 0 auto;
text-align: center;
}

#nav ul {
list-style:none;
margin:0 auto;
padding:0;
}

#nav a {
color:#666666;
display:block;
font-size:1.2em;
font-weight:400;
padding:7px 10px 4px 0px;
text-decoration:none;
}

#nav a:hover {
color:#fa9035;
}

#nav li {
float:left;
margin:0 4px 0 0;
padding:0 0 0 9px;
}

#nav #current a {
color:#fa9035;
padding:7px 20px 5px 11px;
}

/******************      Main Contents *******************/

#container {
background:#FFFFFF;
margin:0 auto;
text-align:left;
width:752px;
border: thin solid #990000;
}

#container_index {
background:url(../images/bg_content.jpg) no-repeat;
margin:0 auto;
text-align:left;
width:752px;
}

#wrap {
padding:10px;
width:730px;
}

#content_index {
margin:45px 20px 0 260px;
}

#content {
margin:20px 10px 0 10px;
}

#content_index p,#content p {
margin:8px 10px 0 20px;
}

/******************      Footer        *******************/

#footer {
clear:both;
font-size:0.9em;
height:135px;
margin-top:20px;
padding:1px;
text-align:right;
width:730px;
}

#footer a {
color:#a0a0a0;
font-weight:400;
}

#footer a:hover {
color:#a0a0a0;
text-decoration:underline;
}

/******************      Table         *******************/

th {
padding:0px 0px 10px 0px;
font-size: 1.2em;
font-weight: bold;
text-transform: capitalize;
text-align: left;
}

.top {
font-size: 0.8em;
text-align: right;
}

table {
margin: 20px 0px 0px 30px;
}

table img {
border:2px solid #990000;
margin:10px  0 10px 0;
}

#table_01 img {
margin: 0px;
padding: 0px;
border-style: none;
}

#table_01 {
margin: 0px;
padding: 0px;
border-style: none;
}

/******************      Misc. Classes *******************/

.clear_both {
clear: both;
}

.float_left {
float: left;
}

.small {
font-size:0.85em;
}

.small_bold {
font-size:0.85em;
font-weight: bold;
}

.large_bold {
font-size:1.2em;
font-weight: bold;
}

.bold {
font-weight: bold;
}

.center {
text-align:center;
}

.hide {
display:none;
}

.border_bottom {
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #993300;
}

.header {
margin: 0 0 0 -15px;
}