﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

body{
	background-color: #cfcece;
	background-image: url(../assets/bg.png);
	background-repeat: no-repeat;
	font-family: Myriad Pro, Arial, Verdana;
	font-size: 11pt;
}

a{
	color: #660000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

	#main_wrapper{
		width: 1082px;
		margin: auto;
	}
	
		#header{
			width: 1082px;
			height: 262px;
			background-image: url(../assets/header_bg.png);
			background-repeat: no-repeat;
		}
			#top_box{
				width: 999px;
				height: 111px;
				margin: auto;
				
			}
			
				#logo{
					margin-left: 10px;
					margin-top: 18px;
				}
				
				#welcome_text{
					float: right;
					margin-top: 82px;
					margin-right: 20px;
					font-size: 14pt;
				}
			
			#bannershow{
				width: 998px;
				margin: auto;
			}
		
		#main{
			width: 1082px;
			height: 100%;
			background-image:  url(../assets/content_bg.png);
			background-repeat: repeat-y;
		}
			
			#content_wrapper{
				width: 999px;
				margin: auto;
			}
		
				#navi_wrapper{
					width: 235px;
					float: left;
				}
				
					.naviul1{
						margin-top: 20px;
						margin-bottom: 60px;
					}
				
					.naviul1 a{
						width: 220px;
						height: 22px;
						display: block;
						color: #000;
						padding-top: 6px;
						padding-left: 15px;
						border-top: 1px solid white;
					}
					
					.naviul1 a:hover{
						background-image: url(../assets/hover.png);
						text-decoration: none;
					}
					
					.naviul2 a{
						width: 210px;
						height: 20px;
						display: block;
						color: #000;
						padding-top: 4px;
						padding-left: 25px;
						border-top: 1px solid white;
					}
					
					.naviul2 a:hover{
						background-image: url(../assets/hover.png);
						text-decoration: none;
					}
				
				#content{
					float: right;
					width: 724px;
					padding: 20px;
				}
			
		#footer{
			width: 1082px;
			height: 53px;
			background-image: url(../assets/footer_bg.png);
			background-repeat: no-repeat;
		}
			
			#footerlink{
				float: right;
				margin-right: 44px;
				margin-top: 7px;
			}



#bannershow div { position: absolute; overflow: hidden; }

.mogulgallery-item a{
	float: left;
	padding: 10px;
	padding-bottom: 20px;
	margin: 10px;
	border: 1px solid #DFDFDF;
	width: 125px;
	height: 125px;
	display: block;
	text-decoration: none;
	text-align: center;
}

.mogulgallery-item a:hover{
	border: 1px solid #990000;
}
