@charset "UTF-8";
/*
red:#D9120B
green:#c5cf1c
*/
.clear{clear:both;}
body {
	background: url(../images/bg_grad.png) repeat-x #333233;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	color:#DDD;
}

/*header*/
#header {
	height: 100%;
	clear:both;
	overflow:hidden;
	position:relative;
}
#header h1 a{ display: block; width:382px; height:100px; text-indent: -9999px; background: url(../images/rezin_header.jpg) left bottom no-repeat;}

/*layout*/
#wrapper{ width:970px; margin:0 auto;}
#main { width:520px; float:left; margin-right: 20px;}
#sideBar{float:left; width:430px;}

/*type*/
a {text-decoration:none; color:#c5cf1c;}
a:hover {color:#FFFF24; text-decoration:underline; }
p, uk , dl{ font-size:13px; line-height: 21px; }
h1{ font-size:30px;text-transform:capitalize; color: #ccc; }
h2{ font-size:21px;text-transform:capitalize; color: #ccc; }
h3{ font-size:21px;text-transform:capitalize; color: #ccc; }
h4{ font-size:14px;font-weight:bold; }

/*sidebar*/
#sideBar dl, .sideMod{ margin-bottom:20px; }
#sideBar dl dt, .sideMod h3{
	font-size:21px;
	color: #D9120B; 
	padding: 5px 10px; 
	text-transform: uppercase; 
	font-weight: normal;
	background: url(../images/rezin_grey_stripe.png);
	text-shadow: 2px 2px 0px #000;
	margin-bottom:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#sideBar dl dd, .sideMod p, .sideMod h4{ padding-left:10px; line-height: 21px; }
.pressReleaseRoll p {margin-bottom:1em;}
p.readMoreLink{ padding-top: 10px;  margin-top:10px; text-align: right; font-size:12px;  }

/*twitter*/
#twitter{width:320px; height:104px; background:url(../images/twitter_bg.jpg); position: absolute; right:0; top:5px;}
#twitter p {font-size: 10px; line-height: 18px; color: #999; text-shadow: 1px 1px 1px #000;}
#twitter p#feed{margin:14px 0 0 101px; width:210px;}
#twitter p#feed strong{ color:#FFF;}
#twitter p.followLink { text-align:right; margin:5px 15px;}

/*nav*/
#nav ul { 
	margin:10px 0;
	font-size:18px; 
	font-weight:normal; 
	color:#c5cf1c; 
	float:left; 
	clear:both; 
	width:100%;  
/* 	background: url(../images/btn_black.png) repeat-x; */
}
#nav ul li { float:left; text-transform: uppercase; }
#nav ul li a{ display: block; padding:20px;  border-right: 1px solid #000; border-left: 1px solid #333; }
#nav ul li.first a{ border-left:none; }
#nav ul li.last a{border-right:none;}

#nav ul li a:hover{ color:#FFFF24; text-decoration:none; background: #c5cf1c; color: #252525;}

/*home*/
#flashHolder{ width: 520px; float:left; }

/*footer*/
a.button{
	background:url(../images/red_vert_grad.png) repeat-x #540D1A; 
	color:#DDD; 
	border:1px solid #454545; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius:5px; 
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 5px;
	padding: 10px;
	font-size: 14px;
	margin:10px 0;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #000;
}

a.button:hover{
	background: url(../images/btn_black.png) repeat-x #231f20;
	text-decoration: none;
	border-color: #D9120B;
}
#footer{ clear:both;margin-top:20px; border-top: 1px solid #252525;  }
#footer p { text-align: right; font-size: 10px; color: #666;  padding-top:10px; border-top:1px solid #333;}