/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #FFFFFF;
	font: normal 14px Calibri, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	font-family: Calibri, Arial, Helvetica, sans-serif;	
	font-weight: normal;
	color: #333333;
}

p, blockquote, ol, ul {
	line-height: 160%;
}

a {
	color: #3A69BA;
}

a:hover {
	text-decoration: none;
}

.hr {
	display: block;
	border-top: 1px dotted #999;
	margin: 20px 0;
}

/* Wrapper */

#wrapper {
	width: 778px;
	margin: 20px auto;
}

/* DTS */

#dts {
	width: 780px;
	height: 150px;
	background: url(images/heading.jpg);
	text-align: center;
}

#dts h1 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 102px;
}	

#dts ul {
	color: #fff;
	margin: 3px 0 0 140px;
}

#dts ul li {
	float: left;
	margin-right: 25px;
	font-weight: bold;
	font-size: 16px;
	list-style: disc;
}

#dts ul .nobullet {
	list-style: none;
}

/* Pages 

#pages {
	width: 780px;
	height: 159px;
	background: url(images/rollover1.jpg);
	border-bottom: 1px solid #00417B;
}*/

/* Content */

#content {
	padding-top: 10px;
	margin-left: 230px;
}

#content img {
	border: 1px solid #999;
	padding: 2px;
	margin: 5px;
	float: right;
	clear: right;
}

#content h2 {
	display: block;
	border-top: 1px dotted #999;
	padding: 15px 0;
	margin-top: 30px;
}

#content h3 {
	font-size: 12px;
	margin: -10px 0 20px 0;
	color: #999;
}

#content h4 {
	display: block;
	padding: 5px 0;
	margin-top: 10px;
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
}

#content #firstheading {
	border: 0;
	margin: 0;
}

#content p {
	margin-bottom: 10px;
}

#content ol, #content ul {
	margin-left: 50px;
}

#content .clients_lists {
	line-height: 5em;
	list-style: none;
}

#content .clients_lists img {
	float: right;
	clear: right;
	margin-top: 5px;
}

/* Sidebar */

#sidebar {
	float: left;
	clear: left;
	width: 200px;
	margin-right: 30px;
}

#sidebar .submenu {
	background: #eff3f9;
	margin-bottom: 10px;
}

#sidebar .submenu h2 {
	display: block;
	background: #00417B;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	padding: 10px;
}

#sidebar ul {
	list-style: none;
	margin: 10px;
}

#sidebar ul li {
	border-top: 1px dotted #999;
}

#sidebar ul li a {
	text-decoration: none;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

#sidebar ul .nobullet {
	border: none;
}

#sidebar p {
	margin: 10px;
}

#sidebar img {
	margin: 5px;
}

/* Footer */

#footer {
	clear: both;
	border-top: 1px dotted #000000;
	color: #999999;
	background-image: url(images/ukita.jpg) no-repeat top right;
	height: 80px;
	padding-bottom: 20px;
	margin-top: 20px;
}

#footer a {
	color: #999999;
}

#footer img {
	float: right;
	border: none;
}

/************ FORM STYLE ************/

input, select, textarea {
	border: 1px #1A4C63 solid;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
}

form.contactform {
	width: 460px;
	color: #333;
	padding: 10px;
	font-style: italic;
}

.btn {
	float: right;
	margin-left: 10px;
}

form.contactform fieldset {
	margin-bottom: 10px;
	border: none;
	border-top: 1px dotted #999;
	padding: 20px 0;
}

form.contactform legend {
	padding: 5px;
	font-weight: bold;
	color: #333;
}

form.contactform label {
	display: -moz-inline-stack;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	color: #333;
	width: 210px; /* Width of labels */
}

form.contactform fieldset li {
	list-style: none;
	padding: 5px 10px 7px;
}

form.contactform em {
	font-weight: bold;
	font-style: normal;
	color: #ADBC4A;
}

/* Web Portfolio */

.webportfolio {
	margin: 10px 0;
	padding: 10px;
}

#content .webportfolio h4 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	text-decoration: none;
	border-top: 1px dotted #999;
	padding: 10px 0;
	display: block;
}

#Tariff {
	
}



