/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:#ffffff;
	line-height:17px;
}

body a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #880029;
	text-decoration: none;
}
body a:hover {
	color: #880029;
	text-decoration: underline;
}

p {
	padding:0;
	margin:0;
}

img {
	border:0;
}
			
/*------------------------------features----------------------*/

#container {
	margin:auto;
	width:980px;
	padding-bottom:10px;
}

	#bg-left {
		background:#FFFFFF url(../images/bg-left.jpg) top left repeat-y;
		width:10px;
	}
	
	#bg-right {
		background:#FFFFFF url(../images/bg-right.jpg) top right repeat-y;
		width:10px;
	}
	
		#bg-left-banner {
			background:#FFFFFF url(../images/bg-left-banner.jpg) bottom right no-repeat;
			width:30px;
		}
		
		#bg-nav {
			background:#000000 url(../images/bg-nav.jpg) top left no-repeat;
			width:262px; 
			height:134px;
		}
		
		#bg-left-content {
			background:#FFFFFF url(../images/bg-left-content.jpg) top left repeat-y;
		}
		
		.textGeorgia12px {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			color:#333333;
		}
		
		.textGeorgiaRed12px {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			color:#990000;
		}
		
		.textGeorgiaRed18px {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:18px;
			color:#990000;
		}
		
		.textVerdana11px {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#000000;
		}
		.textVerdana11px a{			
			color:#000000;
			text-decoration:none;
		}
		.textVerdana11px a:hover{
			color:#000000;
			text-decoration:underline;
		}
		
		.textGeorgiaWhite14px {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			color:#FFFFFF;
		}
		.textGeorgiaWhite14px a{			
			color:#FFFFFF;
			text-decoration:none;
		}
		.textGeorgiaWhite14px a:hover{			
			color:#FFFFFF;
			text-decoration:underline;
		}
		
		.inputContact {
			width:214px;
			height:20px;
			background:#ebebeb;
			border:0px;
		}
		
		.textArea {
			width:214px;
			height:90px;
			background:#ebebeb;
			border:0px;
			overflow:scroll-y;
			
		}
