*{margin:0px; padding:0px;}
body{
	margin:0px; padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:100%;
	background:#E5e5e5;
	font-size:12px;
	line-height:100%;
	z-index:000;
}


/**** Global Elements *****/
.left{float:left;}
.right{float:right;}
.clr{clear:both; }
.center{text-align:center;}
.hidden{display:none;}
.blue{color:#006B9C;}
.red{color:#A80329;}

h1,h2,h3,h4,h5,h6,h7,h8{
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:100%;
}
h1{ font-size:20px;}
h2{ font-size:22px}
_h2{ font-size:15px;}
h3{	font-size:13px;
	padding:0; margin:0;}
h4{ font-size:13px; }
h5{ font-size:11px;}

small{font-size:90%;}
p{line-height:15px; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
strong{font-weight:bold;}

p, strong, em, ul, li, ol{ color:#000;}

/**************end Global Elements************/

/**********global Blocks*****/
#container
{
	position:relative;
	width:980px;
	background:url(../siteimages/background/container.jpg) top repeat-y;
	height:auto;
	margin:0 auto;
	padding:5px;
	z-index:050;
	padding-top:15px;
	padding-bottom:20px;
	
}

	
/********header****/	
#header,#navigation,#content
{
	position:relative;
	width:980px;
	height:auto;
	margin:0 auto;
	padding:0;
	z-index:050;

}

	#header .logo
	{
		position:relative;
		width:auto; height:auto;
		float:left; display:inline; margin-left:10px;
		margin-bottom:10px;
	}
		.logo img{border:none;}
		
	#header .search
	{
		position:relative; 
		width:264px; height:40px;
		float:right; display:inline;
		/*padding-left:50px;*/
	}
	
	.search form.search-form
	{
		position:relative;
		width:264px; height:35px;
		padding-top:1px; margin-top:10px;
	}
	
		form.search-form input.input
		{
			position:relative;
			width:200px;
			height:18px;
			padding:1px;
			border:1px solid #d3d3d3;
		}
		
		form.search-form input.submit
		{
			position:relative;
			top:7px;
		}

/********end header********/

/*******navigation*******/

#navigation
{
	position:relative;  width:980px; height:42px; 
	background:url(../siteimages/background/navigation.jpg) left bottom repeat-x;
}

	#navigation ul#menu
	{
		position:relative;
		width:970px;
		padding-left:0px;
		height:42px;
		list-style:none;
	}
	
		#navigation ul#menu li
		{
			position:relative;
			display:inline;
			line-height:39px;
			height:39px;
		}
			
			#navigation ul#menu li a
			{
				position:relative;
				color:#fff;
				font-weight:bold;
				/*padding:8px;*/ padding:3px; padding-top:10px; padding-bottom:12px;
				margin-left:5px;
				text-decoration:none;
			}
			
			#navigation ul#menu li a:hover,#navigation ul#menu li a.active
			{
				background:#79021E; color:#fff;
			}

/*******end navigation***/

/**********content***/
#content
{
	width:960px;
	height:auto;
	padding:10px;
}

	
/************content-text*******/

#content #content-text
{
	position:relative;
	width:647px;
	background:none;
	height:auto;
	float:left; display:inline;
	z-index:050;
	
}



#content-text .ads
{
	position:relative;
	width:auto; height:auto;
	margin:0 auto; text-align:center;
}

#content-text .ads img{border:none;}

/********sidebar*********/	
#content #sidebar
{
	position:relative; width:312px;
	height:auto; display:inline; float:right;
	z-index:050; 
}

#sidebar .sidebar-block
{
	position:relative;
	width:290px;
	border:1px solid #8a8a8a;
	background:#EDEBEB; 
	height:auto;
	padding:10px;
	z-index:050;
	margin-bottom:10px;
	z-index:100;
}

#sidebar .sidebar-image
{
	position:relative;
	width:310px;
	height:auto;
	z-index:100;
	margin-bottom:10px;
	text-align:center;
}

	#sidebar .sidebar-image img{border:none; z-index:150;}

.sidebar-block p{text-align:center; margin:10px;}
.sidebar-block p img{border:none;}

/*#sidebar .newsletter
{
	position:relative;
	width:218px;
	background:#EDEBEB url(../siteimages/background/newsletter.jpg) 15px no-repeat;
	height:70px; padding-left:80px;
}

	#sidebar .newsletter .l-t-c
	{
		position:absolute; width:5px; height:5px; left:-1px; top:-1px; z-index:150;
		background:url(../siteimages/background/newsletter-l-t-c.jpg) no-repeat;
	}
	
	#sidebar .newsletter .r-t-c
	{
		position:absolute; width:5px; height:5px; right:-1px; top:-1px; z-index:150;
		background:url(../siteimages/background/newsletter-r-t-c.jpg) no-repeat;
	}


	#sidebar .newsletter .l-b-c
	{
		position:absolute; width:5px; height:5px; left:-1px; bottom:-1px; z-index:150;
		background:url(../siteimages/background/newsletter-l-b-c.jpg) no-repeat;
	}

	#sidebar .newsletter .r-b-c
	{
		position:absolute; width:5px; height:5px; right:-1px; bottom:-1px; z-index:150;
		background:url(../siteimages/background/newsletter-r-b-c.jpg) no-repeat;
	}
	
	.newsletter h3
	{
		position:relative; font-size:13px; color:#005A81; margin-bottom:3px;
	}
	
	.newsletter p{font-size:11px; text-align:left; margin:0;}
	.newsletter form
	{
		position:relative; 
		width:auto; height:auto;
	}
	
		.newsletter form input.text
		{
			position:relative; width:160px; height:18px; padding:1px; border:1px solid #ccc;
		}
		
		.newsletter form input.submit
		{
			position:relative; top:7px;
		}
		*/
		
/**************end sidebar**********/

#footer
{
	position:relative; width:980px; height:40px; margin:0 auto; text-align:center; padding-top:20px; background:#e5e5e5;
}

	#footer p{font-size:11px; color:#444444;}
	#footer p a{position:relative; margin-left:10px; margin-right:10px; color:#444444; text-decoration:none;}
	#footer p a:hover{text-decoration:underline;}
	#footer p.copy a{margin-left:0; margin-right:0; color:#D7232C;}

/**************************/
p#preview
{position:absolute; z-index:500;}

p#preview img{position:absolute; z-index:999;}
