/*
	styles_general.css

Generic definitions*/
html {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF none repeat scroll 0% 0%;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 120%;
	font-style: normal;
	color: #030303;
	font-weight: normal;
	font-variant: normal;
	font-stretch: normal;
	-x-system-font: none;
	font-size-adjust: none;
	font-family: Verdana, sans-serif;
}
a, a:hover {
	outline-style: none;
	text-decoration: none;
	outline-color: invert;
	outline-width: medium;
}
a img {
	border: none;
}
fieldset {
	clear: right;
	color: #456094;
	border: 0 none;
	text-align: left;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 0 0 10px !important;
}
.select, .textarea, .button, .input {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.input {
	padding: 3px 2px;
}
.button {
	font-size: 11px;
}
.textarea {
	padding: 3px;
	font-size: 11px;
}
.form-row {
	height: 25px;
	margin-bottom: 10px;
}
.form-row label {
	clear: left;
	float: left;
	width: 17em;
	font-size: 11px;
	line-height: 18px;
}
.form-row .input, .form-row .select {
	clear: right;
	float: left;
	line-height: 20px;
}
/*Master Head*/
#Masthead {
	width: 100%;
	height: 85px;
	background: #FFFFFF url(../images/MastHeadBg.png) scroll repeat-x left top;
}
#Masthead .MastheadInner {
	height: 85px;
}
#Masthead h1 {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 238px;
	height: 85px;
	padding-left: 80px;
}
#Masthead h1 a {
	width: 238px;
	height: 85px;
	display: block;
	text-indent: -999px;
	background: #FFFFFF url(../images/Logo.jpg) scroll repeat left top;
}
#Masthead #Nav {
	float: right;
	height: 57px;
	margin: 15px 10px 0px 0px;
}
#Nav .Menu * {
	margin: 0px;
	padding: 0px;
}
#Masthead #Nav .Tabs {
	width: 442px;
	height: 57px;
	line-height: 57px;
}
#Masthead #Nav .Tabs li {
	position: relative;
}
#Masthead #Nav .Tabs li a {
	height: 57px;
	display: block;
}
#AboutUsTab a {
	width: 108px;
	background: transparent url(../images/MenuBg.jpg) no-repeat scroll 0px 0px;
}
#AboutUsTab a:hover {
	background-position: 0px -57px;
}
body.about_us #AboutUsTab a {
	background-position: 0px 100% !important;
}
#ContactTab a {
	width: 76px;
	background: transparent url(../images/MenuBg.jpg) no-repeat scroll -109px 0px;
}
#ContactTab a:hover {
	background-position: -109px -57px;
}
body.contact #ContactTab a {
	background-position: -109px 100% !important;
}
#CommunicationTab a {
	width: 75px;
	background: transparent url(../images/MenuBg.jpg) no-repeat scroll -186px 0px;
}
#CommunicationTab a:hover {
	background-position: -186px -57px;
}
body.communication #CommunicationTab a {
	background-position: -186px 100% !important;
}
#HomeTab a {
	width: 100px;
	background: transparent url(../images/MenuBg.jpg) no-repeat scroll -262px 0px;
}
#HomeTab a:hover {
	background-position: -262px -57px;
}
body.home #HomeTab a {
	background-position: -262px 100% !important;
}
#EnglishTab a {
	width: 82px;
	background: transparent url(../images/MenuBg.jpg) no-repeat scroll -362px 0px;
}
#EnglishTab a:hover {
	background-position: -362px -57px;
}
#Masthead #Nav .Tabs a span {
	display: none;
}
/*Content*/
#Content {
	margin-top: 20px;
}
/*Footer*/
#Footer {
	clear: both;
	width: 860px;
	height: 76px;
	margin: 0px auto;
	border-top: 10px solid #FFFFFF;
	background: #FFFFFF url(../images/FooterBg.png) scroll no-repeat left top;
}
#Footer #Contact {
	float: left;
	width: 400px;
	color: #ff9600;
	padding-top: 10px;
	font-style: italic;
}
#Footer #Contact table {
	margin: 0px auto;
}
#Footer #Coyright {
	float: right;
	width: 450px;
	padding-top: 5px;
}
#Footer #Coyright p {
	color: #585858;
	margin: 8px 0px;
	text-align: center;
}
.Menu {
	margin: 0px;
	padding: 0px;
}
.Menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
}
.Inner {
	width: 860px;
	margin: 0px auto;
}
