/* GENERAL  SETTINGS */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #00001F;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-gradient_top.png);
	background-repeat: repeat-x;
	background-position: top;
}
.image-bot{
	background-image: url(../images/bg-gradient_bot.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
}
ul.tophd {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
ul.tophd li {
	background-image:url(../images/arrow-blue.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	line-height: 20px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #0083AE;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.bodytext {
	padding-right: 10px;
	padding-left: 10px;
}
.bodytext hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
h1 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 15px;
	vertical-align: middle;
	width: 100%;
	text-transform: uppercase;
}
/*Top Menu Styling*/
.top-menu {
	white-space: nowrap;
	line-height: 30px;
	padding-right: 10px;
	width: auto;
}
.top-menu ul {
	margin: 0;
  	padding: 0;
  	list-style:none;
}
.top-menu li {
	float: left;
	background-image: url(../images/top-menu-bg.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
	text-indent: 25px;
}
.top-menu a:link {
	font-weight: bold;
	color: #00001F;
	text-decoration: none;
}
.top-menu a:visited {
	font-weight: bold;
	color: #00001F;
	text-decoration: none;
}
.top-menu a:hover {
	text-decoration: underline;
}
/*Portfolio Menu*/
.portfolio-menu{
	white-space: nowrap;
	line-height: 30px;
	padding-right: 10px;
	width: auto;
}
.portfolio-menu ul {
	margin: 0;
  	padding: 0;
  	list-style:none;
}
.portfolio-menu li {
	float: left;
	background-image: url(../images/arrow-blue.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
	text-indent: 25px;
}
.portfolio-menu a:link {
	font-weight: bold;
	color: #003399;
}
.portfolio-menu a:hover {
	text-decoration: underline;
}

/*Body Content*/
.bodywh {
	background-color: #FFFFFF;
	padding: 10px;
	width: 980px;
}

/*Footer area*/
.footer {
	background-image: url(../images/bot-menu-bg.png);
	background-repeat: no-repeat;
	padding: 10px;
	height: 90px;
	white-space: nowrap;
}
.footer ul {
	margin: 0;
  	padding: 0;
  	list-style:none;
}
.footer li {
	float: left;
	background-image: url(../images/arrow-green.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	text-indent: 15px;
	padding-right: 10px;
}
.footer a:link {
	font-weight: bold;
	color: #00001F;
	text-decoration: none;
}
.footer a:visited {
	font-weight: bold;
	color: #00001F;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.copyright {
	font-size: 10px;
	color: #000000;
}
/* Quick Emquiry */
.componentheading1 {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/header-gr.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 200px;
	text-indent: 20px;
	font-size: 16px;
	line-height: 30px;
	vertical-align: middle;
	background-color: #AAE2C7;
	font-style: italic;
}
.forme1 {
	background-color: #AAE2C7;
	padding: 10px;
}
/* Subscribe */
.componentheading2 {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/header-bl.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 200px;
	text-indent: 20px;
	font-size: 16px;
	line-height: 30px;
	vertical-align: middle;
	font-style: italic;
}
.forme2 {
	background-color: #94D5F0;
	padding: 10px;
}
/* FORM */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #333333;
	font-size: 12px;
}

.inputbox {
	margin-bottom: 1px;
	padding: 3px 0 3px 5px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 12px;
}

.inputbox:hover, .inputbox:focus {
}

