
*{margin:0px; padding:0px;}
body{
	margin:0px; padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:100%;
	background:#FDF5A0;
	font-size:12px;
	line-height:100%;
	z-index:000;
	padding-top:5px;
}


/**** 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:#454545; */ color:#000;}

/**************end Global Elements************/

/**********global Blocks*****/
#container
{
	position:relative;
	width:990px;
	background:#fff;
	height:auto;
	margin:0 auto;
	padding:0;
	border:1px solid #783A95;
	z-index:050;
}

	#container .l-t-c
	{
		position:absolute; width:5px; height:5px; left:-1px; top:-1px; z-index:100;
		background:url(../siteimages/background/container-l-t-c.jpg) no-repeat;
	}
	
	#container .l-b-c
	{
		position:absolute; width:5px; height:5px; left:-1px; bottom:-1px; z-index:100;
		background:url(../siteimages/background/container-l-b-c.jpg) no-repeat;
	}
	
	#container .r-t-c
	{
		position:absolute; width:5px; height:5px; right:-1px; top:-1px; z-index:100;
		background:url(../siteimages/background/container-r-t-c.jpg) no-repeat;
	}
	
	#container .r-b-c
	{
		position:absolute; width:5px; height:5px; right:-1px; bottom:-1px; z-index:100;
		background:url(../siteimages/background/container-r-b-c.jpg) no-repeat;
	}

/********header****/	
#header,#navigation,#content
{
	position:relative;
	width:990px;
	height:auto;
	margin:0 auto;
	padding:0;
	z-index:050;
}

	#header .logo
	{
		position:relative;
		width:auto; height:auto;
		float:left; display:inline;
		margin-left:15px; margin-top:13px;
	}
		.logo img{border:none;}
		.logo a img.mta{margin-left:20px;}
		.logo a img.mta:hover{filter:alpha(opacity=80);-moz-opacity:.80; opacity:.80;}
		
	#header .search
	{
		position:relative; 
		width:264px; height:40px;
		float:right; display:inline;
		background:url(../siteimages/background/search.jpg) no-repeat;
		padding-left:50px;
	}
	
	#header .search img.guide{position:absolute; left:25px; top:55px; }
	
	.search form.search-form
	{
		position:relative;
		width:264px; height:35px;
		padding-top:1px;
	}
	
		form.search-form input.input
		{
			position:relative;
			width:200px;
			height:18px;
			padding:1px;
			border:1px solid #ccc;
		}
		
		form.search-form input.submit
		{
			position:relative;
			top:7px;
		}

/********end header********/

/*******navigation*******/

#navigation
{
	height:39px;
	background:url(../siteimages/background/navigation.jpg) left repeat-x;
	margin-top:7px; padding-top:3px;
}

	#navigation ul#menu
	{
		position:relative;
		width:100%;
		height:36px;
		list-style:none;
	}
	
		#navigation ul#menu li
		{
			position:relative;
			display:inline;
			line-height:36px;
			height:36px;
		}
			
			#navigation ul#menu li a
			{
				position:relative;
				color:#fff;
				font-weight:bold;
				padding:7px; padding-left:11px; padding-right:11px;
				margin-left:5px; margin-right:5px;
				text-decoration:none;
			}
			
			#navigation ul#menu li a:hover,#navigation ul#menu li a.active
			{
				background:url(../siteimages/background/menu-list-active.jpg) repeat-x;
				color:#A10227;
			}

/*******end navigation***/

/**********content***/
#content
{
	width:970px;
	height:auto;
	background:url(../siteimages/background/content.jpg) top repeat-x;
	padding:10px;
}

	
/************content-text*******/

#content #content-text
{
	position:relative;
	width:647px;
	background:none;
	height:auto;
	float:left; display:inline;
	padding-left:10px;
	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;
}

#sidebar .sidebar-image
{
	position:relative;
	width:310px;
	height:auto;
	z-index:050;
	margin-bottom:10px;
	text-align:center;
}

	#sidebar .sidebar-image img{border:none;}

.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:#9C0226; 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:990px; height:40px; margin:0 auto; text-align:center; padding-top:20px;
}

	#footer p{font-size:11px; color:#75478A;}
	#footer p a{position:relative; margin-left:10px; margin-right:10px; color:#930000; text-decoration:none;}
	#footer p a:hover{text-decoration:underline;}
	#footer p.copy a{margin-left:0; margin-right:0; color:#F28952;}
	#footer p.copy a:hover{color:#75478A;}