/**************************************************
				Title:    Mag Studio
				Author:   Gipi Gopinath
				Updated:  17 February 2009

				List Of Contents:
					=Content
					=Header
					=
					
**************************************************/

@import url(reset.css); /* Reset Css */

/*----------->>> =Global Styles <<<-------------*/

body {
	font-family: Tahoma,Verdana,Sans-Serif;
	font-size: 11px;
	color: #666666;
}

a {
	color: #666666;
}


#container {
	margin: 20px auto;
	width: 953px;
	padding-bottom: 20px;
}


/*----------->>> =Header <<<-------------*/

#header {
	float: left;
	width: 100%;
	
	background: url(../images/site_images/bg_header.gif) right bottom no-repeat;
}

.bg #header {
	background: url(../images/site_images/bg_header_bg.gif) right bottom no-repeat;
}
	
	#header h1 {
		float: left;
		margin: 10px 0 0 0;
		padding: 0 0 0 10px;
	}
	
		#header h1 a {
			float: left;
			width: 467px;
			height: 49px;
			text-indent:-9999px;
			
			background: url(../images/site_images/bg_logo.gif) left top no-repeat;
		}
	
		#header ul.site_links {
			float: right;
		}
		
			#header ul.site_links li {
				display: inline;
				padding: 0 5px 0 0;
				font-size: 10px;
				list-style-type: none;
			}
			
				#header ul.site_links li a {
					font-size: 10px;
				}


/*----------->>> =Content <<<-------------*/

#content_wrapper {
	padding-bottom: 30px;
	
	background: url(../images/site_images/bg_wrapper.gif) center bottom no-repeat;
}

.bg #content_wrapper {
	padding-bottom: 40px;
	
	background: url(../images/site_images/bg_wrapper_bg.gif) center bottom no-repeat;
}

	#content {
		padding: 239px 0 0 0;
		
		background: url(../images/site_images/bg_header_image.png) left top no-repeat;
	}
	
		#content .box_top {
			width: 954px;
			background: url(../images/site_images/bg_top_box.gif) left top repeat-y;
			
		}
		
		#content .box_bottom {
			width: 934px;
			padding: 65px 0 0 20px;
			
			background: url(../images/site_images/bg_lower_box.gif) left bottom no-repeat;
			
		}
		
		#content.gallery .box_bottom {
			padding-top: 30px;
		}
	
	
	#content ul {
		margin: 20px 0 0 0;
	}
	
		#content ul li {
			padding: 0 0 15px 0;
			list-style-type: none;
		}
		
			#content ul li span {
				padding: 0 0 0 15px;
				font-weight: bold;
				
				background: url(../images/site_images/bg_bullet.gif) left 2px no-repeat;
			}
	
	#content p {
		margin: 0 0 10px 0;
	}
	
	#content p.comments,
	#content p.comments a {
		font-weight: bold;
		color: #775aae;
	}
	
	#content p.comments {
		padding: 0 0 86px 0;
	}
	
	#content dl {
		float: left;
		width: 133px;
		padding: 0 25px 0 0;
	}
	
		#content dl dt,
		#content.gallery ul li {
			width: 138px;
			height: 104px;
			padding: 2px 0 0 2px;
			
			background: url(../images/site_images/bg_gallery.gif) left top no-repeat;
		}
		
			#content dl dt a {
				display: block;
			}
				
				#content dl dd {
					padding: 0 0 0 5px;
				}
				
				#content dl dd.date {
					padding-top: 10px;
				}
				
				#content dl dd.heading {
					padding-bottom: 5px;
					font-weight: bold;
					color: #7d67a6;
				}
			
			#content span.text_respon {
				float: right;
				width: 248px;
				height: 23px;
				text-indent: -99999px;
				
				background: url(../images/site_images/bg_responsible_business.gif) left top no-repeat;
			}
			
			.bg #content span.text_respon {
				width: 214px;
				
				background: url(../images/site_images/bg_responsible_business_bg.gif) left top no-repeat;
			}
			
			
	#content.gallery .back {
		float: right;
		margin: 0 20px 0 0;
		padding: 0 0 0 12px;
		
		background: url(../images/site_images/bg_back_link.gif) left 4px no-repeat;
	}
			
	#content.gallery ul {
		float: left;
		padding: 0 0 20px 0;
	}
		
		#content.gallery ul li {
			float: left;
			padding-right: 15px;
			padding-bottom: 20px;
		}
		
			#content.gallery ul li a {
				display: block;
			}
			
	#content.gallery p {
		margin-bottom: 0px;
		margin-right: 20px;
	}
			
	#content.gallery h2 {
		margin: 0 0 10px 0;
		color: #7d67a6;
		font-size: 17px;
	}


/*----------->>> =Footer <<<-------------*/

#footer {
	clear: both;
}

	#footer #page_signature {
		padding-top: 40px;
	}
	
	#footer #page_signature .logo_small {
		padding: 0 0 0 10px;
		width: 81px;
		height: 33px;
		text-indent: -9999px;
		
		background: url(../images/site_images/bg_copyright_logo_sr.gif) left top no-repeat;
		
	}
		#footer #page_signature span {
			float: left;
			padding-top: 10px;
		}
		
	#footer.gallery {
		clear: none;
	}

		#footer.gallery #page_signature {
			padding-top: 0px;
		}


