/*------------------------------------
	Fonts
------------------------------------*/
@font-face 
{
	font-family:"WeblySleek UI Light";
	src:url("../fonts/weblysleekuil.eot?") format("eot"),
	url("../fonts/weblysleekuil.woff") format("woff"),
	url("../fonts/weblysleekuil.ttf") format("truetype"),
	url("../fonts/weblysleekuil.svg#WeblySleekUILight") format("svg");
}
@font-face
{
	font-family:"WeblySleek UI Semilight";
	src:url("../fonts/weblysleekuisl.eot?") format("eot"),
	url("../fonts/weblysleekuisl.woff") format("woff"),
	url("../fonts/weblysleekuisl.ttf") format("truetype"),
	url("../fonts/weblysleekuisl.svg#WeblySleekUISemilight") format("svg");
}
@font-face
{
	font-family:"WeblySleek UI Semibold";
	src:url("../fonts/weblysleekuisb.eot?") format("eot"),
	url("../fonts/weblysleekuisb.woff") format("woff"),
	url("../fonts/weblysleekuisb.ttf") format("truetype"),
	url("../fonts/weblysleekuisb.svg#WeblySleekUISemibold") format("svg");
}
*
{
	margin:0px;
	padding:0px;
	border:0px none;
	font-family:"WeblySleek UI Light", Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
    line-height:20px;
	color:#555555;
}
body
{
	background:#E2E2E2;
}

#header-wrapper
{
	background:url(/images/mahalakshmee-ultrasonic-technologies-header-bg.jpg) left top repeat;
}
#header
{
	width:960px;
	margin:0px auto;
	height:136px;
}
#nav
{
	height:48px;
	background:#002065;
	margin:0px; 
	border-left:1px solid #5E5971;
	
}
#nav li
{
	float:left;
	list-style:none;
	display:inline;
}
#nav li a
{
	float:left;
	display:inline-block;
	height:48px;
    line-height:48px;
	font-family:"WeblySleek UI Semibold", Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
    text-decoration:none;
	padding:0 24px 0 24px;
	color:#FFFFFF;
	border-right:1px solid #5E5971; 
}
#nav li a:hover
{
	background:#F37043;
	color:#FFF;
}
/*----------------------------
	Nav Highlighter
----------------------------*/
#home-body #home-header-nav-link,
#products-body #products-header-nav-link,
#business-profile-body #business-profile-header-nav-link,
#quality-and-compliance-body #quality-and-compliance-header-nav-link,
#testimonials-body #testimonials-header-nav-link,
#contact-us-body #contact-us-header-nav-link
{
	background:#F37043;
    color:#FFF;
}

#contents
{
	background:#FFFFFF;
	width:960px;
	min-height:480px;
	margin:0px auto;
}
#footer-wrapper
{
	background:#5E5971;
	height:100px;
}
#footer
{
	width:960px;
	margin:0px auto;
}

/*---------------------------------
	General Elements
---------------------------------*/
h1
{
	font-size:48px;
	color:#002065;
	font-family:"WeblySleek UI Semibold", Tahoma, Arial, Helvetica, sans-serif;
}
h2
{
	font-size:24px;
	line-height:24px;
	font-family:"WeblySleek UI Semibold", Tahoma, Arial, Helvetica, sans-serif;
}
h3
{
	font-size:18px;
}
h4
{
	font-size:18px;
}
#header h6
{
	font-size:14px;
	line-height:18px;
	margin-top:40px;
	color:#5E5971;
}
p
{
}
.big
{
	font-size:32px;
	line-height:36px;
}
.medium
{
	font-size:24px;
	line-height:28px;
}
.orange
{
	color:#F37043;
}

.blue
{
	color:#002065;
}
.red
{
	color:#E31E24;
}
.white
{
	color:#FFF;
}
.capitalize
{
	text-transform:uppercase;
}
.gray-bg
{
	background:#E6E7E8;
}
.section
{
	background:#E6E7E8;
	width:272px;
	height:272px;
	padding:12px;
	margin:12px;
}
.section h2
{
	font-size:24px;
	font-weight:normal;
	padding-bottom:12px;
}
.section a
{
	text-decoration:none;
	color:#5E5971;
}
.section a:hover
{
	text-decoration:underline;
}
strong, .bold
{
	font-family:"WeblySleek UI Semibold", Tahoma, Arial, Helvetica, sans-serif;
}
.normal
{
	font-family:"WeblySleek UI Light", Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.general-ul
{
	list-style:none;
}
.general-ul li
{
	padding-left:16px;
	background:url(/images/li-bullet.png) left 6px no-repeat;
	margin-bottom:6px;
}
.general-data-table
{
	border-collapse:collapse;
}
.general-data-table th, .general-data-table td
{
	border:1px solid #A4A4A4;
	padding:6px 12px;
	vertical-align:top;
}
.general-data-table th
{
	background:#F6F6F6;
	font-weight:normal;
	text-align:left;
}
.general-data-table td
{
	background:#FFF;
	font-weight:normal;
	text-align:left;
}
#amogh
{
	font-size:12px;
	color:#B6B6B6;
	text-decoration:none;
}
#amogh:hover
{
	color:#FFF;
}
#gmap
{
	width:616px;
	height:384px;
}