@charset "UTF-8";
/* 
Style Sheet for Norma Ross - nrshrink.com
Author: Imaginary Idea (http://www.imaginary-idea.com/) - Terry Majamaki
 */

body {
	font: 13px/1.5em "Trebuchet MS", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #e31985 url(images/bg.png) repeat-x 0px 0px;
	text-align: center;
	color: #32000f;
}
a, a:link {
	color: #da0942; 
	text-decoration: none;
	outline: none;
	border: none;
}
a:visited {
	color: #A40735
}
a:hover, a:active {
	color: #da0942;
	text-decoration: underline;}
h1, h2, h3 {
	font-weight: bold;
	letter-spacing: 1px;
	color: #f28400;
	line-height: 1em;
	margin: 0.5em 30px;
	text-shadow: #e1d3c1 2px 2px 2px;
}
h4 {
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 1px;
	text-shadow: #e1d3c1 4px 4px 5px;
	text-transform: uppercase;
}
p, ul.bullet {
	margin: 1em 30px;
	padding: 0;
}
ul.bullet li {
	background: url(images/bullet.png) no-repeat 10px 3px;
	list-style: none;
	padding-left: 26px;
	margin: 0;
	color: #680021;
}
#wrap {
	text-align: left;
	width: 760px;
	margin: 0px auto;
}
#sidebar {
	background: url(images/sidebar_bg_alt.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 178px;
}
#sidebar ul {
	margin: 60px 0px 50px;
	padding: 0px;
	list-style: none;
}
#sidebar ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar li a, #sidebar li a:link, #sidebar li a:visited {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 25px;
	margin: 25px 0px;
	background: url(images/menu_bullet.png) no-repeat 4px 2px;
	text-shadow: #99062d 2px 2px 3px;
}
#sidebar li a:hover, #sidebar li a:active { text-decoration: underline;}
#body {
	float: right;
	width: 582px;
	background: url(images/body_bg.png) repeat-y 0px 0px;
}
#header {
	background: url(images/body_header_bg_alt.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 80px 0px 0px;
}
/*body#home #header {
	background: url(images/body_header_bg_burst.jpg) no-repeat 0px 0px;
}*/
.footer {
	background: url(images/body_footer_bg.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px 30px 30px;
}
.rtimg {
	padding-left: 20px;
	float: right;
	padding-right: 30px;
}
/* FORM STYLES */

form {
	margin: 0 30px;
}
fieldset {
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #FFD523;
}
legend {
	padding: 0px 5px;
	color: #A3034A;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 110%;
	font-weight: bold;
}
label {
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
	margin: 3px 0px;
	font-size: 11px;
}
input, select, textarea {
	width: 310px;
	margin: 3px 0px;
	padding: 3px;
	color: #A3034A;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	border: 1px solid #4E0121;
}
input:focus, select:focus, textarea:focus {
	color: #350E00;
	border-color: #A70350;
	background: #ffc;
}
input.btn {
	width: 150px;
	margin: 3px 3px 3px 110px;
	background: #FFD523;
	text-transform: uppercase;
	font: bold 14px "Trebuchet MS", Helvetica, sans-serif;
}
select.half, input.half { width: 150px;}
.hide {
	display: none; 
	visibility: hidden;
}
