p, div, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, textarea, input, body {
	margin:				0;
	padding:			0;
}


ul {  
    list-style:			none;
}


a img {
	border:				0;
}

a {
	text-decoration:	none;
}

button {
	overflow:			visible;
	width:				auto;
}
.hidden {
	display:			none;
	visibility:			hidden;
}

.floatedRight {
	float:				right;
	margin:				0px 0px 10px 10px;
}

.floatedLeft {
	float:				left;
	margin:				0px 10px 10px 0px;
}

.borderedImage {
	border:				1px solid #DDD;
	padding:			3px;
}

.clear {
	clear:				both;
	height:				0px;
	overflow:			hidden;
}

hr {
	border:				none;
	background-color:	#DDD;
	margin-top:			20px;
	margin-bottom:		20px;
	height:				1px;
	overflow:			hidden;
}

/* CSST 2 */
.clearfix:after {
    content:			"."; 
    display:			block; 
    height:				0; 
    clear:				both; 
    visibility:			hidden;
}

.clearfix {
	display:			inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:				1%;
}

.clearfix {
	display:			block;
}
/* End hide from IE-mac */

body {
	background:			url(../_Images/body-bg.jpg) top repeat-x #374241;
	font-family:		Tahoma, Verdana, Arial, "Microsoft Sans Serif";
	font-size:			12px;
}

a {
	font-size:			11px;
	text-decoration:	none;
	color:				#405AA2;
}
a:hover {
	color:				#CC0000;
}

h1 {
	color:				#4D4D4D;
	font-size:			16px;
	margin:				30px 0px;
}
h1.productTitle {
	color:				#4D4D4D;
	font-size:			16px;
	margin:				0px;
	padding:			30px 20px;
}
h2 {
	color:				#4D4D4D;
	font-size:			14px;
	font-family:		"Trebuchet MS", Verdana, Arial, "Microsoft Sans Serif";
	margin-bottom:		10px;
}

h3, h3 a {
	color:				#4D4D4D;
	font-size:			12px;
	font-family:		Arial, Helvetica, sans-serif;
	margin-bottom:		10px;
	font-weight:		bold;
}
p {
	color:				#4D4D4D;
	margin-bottom:		14px;
	font-size:			11px;
	line-height:		14px;
}
ul {
	margin-left:		20px;
}
li {
	color:				#4D4D4D;
	font-size:			11px;
	list-style:			disc outside;
	padding:			5px 0px;
}
hr {
	border:				none;
	border-top:			1px dashed black;
	background:			none;
	height:				0px;
	line-height:		0px;
}
.underline {
	border-bottom:		1px solid white;
	height:				0px;
	line-height:		0px;
	font-size:			0px;
	margin:				10px 0px;
}
button, textarea, .textbox {
	font-family:		Tahoma, Verdana, Arial, "Microsoft Sans Serif";
	color:				#4D4D4D;
	font-size:			11px;
	padding:			2px;
}
button {
	color:				#222;
}
#PageWrapper {
	/*background:			url(../_Images/page-wrapper-bg.jpg) top left no-repeat;*/
	margin:				0px auto;
	position:			relative	
}
#Header {
	width:				780px;
	margin:				0px auto;
	height:				144px;
	position:			relative;
}
#Logo {
	position:			absolute;
	display:			block;
	width:				206px;
	height:				88px;
	top:				57px;
	left:				0px;
}

#Menu {
	height:				27px;
	width:				780px;
	margin:				0px auto;
}
#Menu ul {
	margin-left:		0px;
}
#IELT7 #Menu {
	left:				51px;
}
#Menu ul li {
	float:				left;
	color:				#CCCCCC;
	list-style-type:	none;
	height:				27px;
	padding:			0px;
	margin:				0px;
}
#IELT7 #Menu ul li {
	display:			inline;
}
#Menu a {
	font-size:			12px;
	color:				white;
	font-weight:		normal;
	display:			block;
	line-height:		27px;
	border:				none;
	text-indent:		-1000px;
	background:			url(../_Images/menu-bg.png) no-repeat;
	overflow:			hidden;
}
#Menu li {
	background:			url(../_Images/menu-bg.png) no-repeat;
}
#Menu a:hover {
	color:				#3D3A66;
	background:			none;
}


#Menu #AboutUs a {
	background-position: 0 0;
}
#Menu #Quality a {
	background-position: -140px 0;
}
#Menu #Products a {
	background-position: -270px 0;
}
#Menu #Manufacturing a {
	background-position: -410px 0;
}
#Menu #Contact a {
	background-position: -651px 0;
}

#Menu #AboutUs {
	background-position: 0 -27px;
	width:				140px;
}
#Menu #Quality {
	background-position: -140px -27px;
	width:				129px;
}
#Menu #Products {
	background-position: -270px -27px;
	width:				140px;
}
#Menu #Manufacturing {
	background-position: -410px -27px;
	width:				242px;
}
#Menu #Contact {
	background-position: -651px -27px;
	width:				129px;
}

#ContentContainer {
	background:			#5D6665;
}

#Content {
	width:				780px;
	margin:				0px auto;
	position:			relative;
	background:			url(../_Images/content-bg.png) top repeat-y;
	padding-bottom:		20px;
}

#MainImage {
	width:				460px;
	float:				left;
}
#MainText {
	width:				290px;
	float:				left;
}
#BigText {
	width:				720px;
	margin:				0px auto;
	padding:			10px 0px;
}
#ProductsGallery {
	width:				300px;
	float:				right
}
#ProductsGallery a {
	display:			block;
	float:				left;
	width:				120px;
	margin-left:		20px;
	margin-bottom:		20px;
}


#Footer {
	font-size:			11px;
	clear:				both;
	margin:				0px auto;
	background:			black;
	height:				20px;
	padding:			2px 0px 4px;
	line-height:		20px;
}
#FooterContent {
	width:				780px;
	position:			relative;
	color:				white;
	margin:				0px auto;
}

#Copyright {
	position:			absolute;
	width:				300px;
	text-align:			left;
}

#DesignedBy {
	position:			absolute;
	right:				0px;
	width:				200px;
	text-align:			right;
}
