

/* ------------------------------------ SETTING DEFAULT STYLES --------------------------------- */

a img {
	border:none;
}





/* ------------------------------------ TEXT --------------------------------- */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	color:#CCC;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0 0 10px;
	color: #ffffff;
}

h4 {
	margin: 0;
	font-size: 140%;
	font-weight: bold;
}


.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: -80px;
}

p { 
margin: 10px 10px 10px 0;
padding: 0;
}

	.leftmargin {
		margin: 10px;
	}


.sidebox { margin: 5px 0;
}

.indent {
	margin-left: 30px;
}

.boxtitle {
	clear:right;
}

.boxcontent {
	font-size: 10px;
	padding: 5px 0 0 0;
	margin-bottom: 0;
	clear:both;
	text-align: left;
}
/* ------------------------------------ FLOATS --------------------------------- */

.floatright {
	float:right;
}

.floatleft {
	float: left;
}

.clear {
	clear: both;
}

/* ------------------------------------ IMAGES --------------------------------- */
img.left {
	float: left;
	display: inline;
}
.title_img {
	margin-bottom: 15px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.usp_text {
	margin: 15px 0 0 20px;
}


/* ------------------------------------ LINKS --------------------------------- */


a:link {
	color: #4EB5F8;
	text-decoration: underline;
}


a:visited {
	color: #444444;
}

a:active {
}


.navlink {
	padding-right: 20px;
}

.navlink a:link { 
	text-decoration: none;
	border: none;
}
.navlink a:visited img {
	text-decoration: none;
	border:none; 
}

.navlink img {
	border: none;
}


/* ------------------------------------ LISTS --------------------------------- */


ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;

}



.bulletarrow {
	list-style-image: url(img/listarrows.png);
	padding:2px 2px 0px 0px;
}

.usp_box ul {
	width: 77%;
	font-size: 10px;
	margin-top: 6px;
	border-top: 1px solid #4F4F4F;
}

.mylist {
	list-style-type: disc;
	margin-left: 2em;
	padding-left: 2em;
}

.linkslist {
	list-style-position: inside;
	list-style-type: none;
	margin: 5px 0 5px 20px;
}

.usp {
	margin: 4px 0 0 15px;
	font-size: 12px;
}

.soap {
	margin: 0 0 20px 0;
}

.soap ul {
	margin-left: 30px;
}

.soap li {
	list-style-type: disc;
	list-style-position: inside;
}

.soap h3 {
	font-size: 130%;
	margin: 0;
	padding: 0;
}
	
	
/* ------------------------------------ FORMS --------------------------------- */

/* --------- CONTACT US FORM ------------ */
fieldset { 
margin: 1em 0;
padding: 15px;
border : 1px solid #ccc;
background: #222;
}

legend {
	font-weight: bold;
	font-color: #666;
}

label {
	display: block;
}

idput {
	width: 200px;
}


/* ------------------------------------ CONTENT --------------------------------- */

body {
	padding: 0px;
	margin: 0px;
	background: #171717;
	font: 12px Arial, Helvetica, sans-serif;
	color: #cccccc;
	line-height: 1.5em;
	text-align: left;
}


#wrapper {
	width: 990px;
	margin: 0 auto;
}


#header {
margin: 0 auto;
background: url(headerbg.png) repeat-x;
height: 120px;
}

			.header_left {
				width: 40%;
				float: left;
				text-align:left;
				padding: 3px 0 0 20px;
			}
			
			.header_right {
				float: left;
				width: 55%;
				text-align:right;
				height:100px;
				padding: 10px 0;
			}
			
#footer {
	width: 982px;
	height: 177px;
	padding: 20px;
	background: url(img/footer_bg.png) no-repeat;
	clear: both;
}
/* ------------------------------------ USP ON INDEX--------------------------------- */

#usp {
	background: url(img/usp_bg.png) no-repeat;
	height: 412px;
	width: 960px;
	padding-left : 5px;
	padding-top : 1px;
	margin: 0 auto;

}

			.usp_top {
				background: url(img/usp_top_bg.png) no-repeat;
				height: 226px;
				width: 938px;
				margin: 10px 0;
			}
			
			#usp_text {
				width: 36%;
				float:left;

			}
			
			#usp_action {
				width: 60%;
				float: left;
				margin-top: 20px;
			}
			
			.usp_box {
				padding: 15px;
				margin: 0px;
				background: url(img/dbms_box_bg.png) no-repeat;
				height: 155px;
				width: 210px;
				float: left;
			}

/* ------------------------------------ USP DIV ALL PAGES EXCEPT INDEX --------------------------------- */

#usp_small {
	background: url(img/usp_top_bg.png) no-repeat;
	height: 256px;
	width: 960px;
	padding-left : 5px;
	padding-top : 15px;
	margin: 0 auto;

}

 			.usp_small {
				height: 226px;
				width: 938px;
			}
			
.subcontent {
	margin-bottom: 20px;
}

.subcontent p {
	clear: both;
}
			
/* ------------------------------------ CONTENT --------------------------------- */

#content {
	text-align: left;
}

			#left_content {
				float: left;
				width: 21%;
				padding: 10px;
			}

			#index_content {
				float: left;
				width: 65%;
				padding: 10px 10px 10px 30px;
				marign: 0;
			}
			#center_content {
				float: left;
				width: 44%;
				padding: 10px;
				margin: 0;
			}
			
			#right_content {
				float: right;
				width: 27%;
				padding: 10px;
				margin: 0;
			}

			.main_content {
				width: 60%;
				padding: 10px;
				margin: 0 0 0 20px;
		
				float: left;
			}
			
			.content_box { 
				padding-bottom: 12px;
				margin-bottom: 8px;
				border-bottom: 1px solid #333;
			}
			
			.history_div {
				float: left;
				clear: both;
			}
/* ------------------------------------ FOOTER --------------------------------- */

