/* Vision2 Defaults */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	color: white;
	font-size: 0.8em;
	line-height: 22px;
	font-family: arial, helvetica, sans-serif;
	background-color: #359bc1;
	padding-bottom: 15px;
}

a:link {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

img {
	border: 0px;
}



ul {
	margin-left: 35px;
}


li {
	list-style-type: square;
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 0px;
}

/* Vision2 Start */

h1 {
	color: white;
	font-size: 1.9em;
	margin: 15px 15px 0 0;
	padding: 5px 15px 10px 0;
	border-bottom: 1px solid #ff6200;
}


h2 {
	color: white;
	font-size: 1.5em;
	margin: 15px 0 0;
	padding: 0;
}

h3 {
	color: white;
	font-size: 1.7em;
	margin: 15px 0 0;
	padding: 5px 0px 10px 0;
}

h4 {
	color: white;
	font-size: 1.8em;
	margin: 15px 0 0;
	padding: 5px 0px 10px 0;
}

h5 {
	color: white;
	font-size: 1.6em;
	margin: 15px 0 0;
	padding: 5px 0px 10px 0;
}

h1 strong {

}

h2 strong {

}

h3 strong {

}

p {
	margin: 0px;
	padding: 5px 15px 15px 0;
	text-align: justify;
}

/* Vision2 End */

.clear {
	display: block;
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
}

/* Structure */

.container {
	width: 940px;
	margin: 0 auto;
	background-color: black;
}

	/* Header */
	
	#header {
		background-image: url('/globals/logo.jpg');
		background-repeat: no-repeat;
		height: 358px;
	}
	
		#logo h1 {
			display: none;
		}
	
	#headercontent {
		padding-top: 22px;
		padding-left: 28px;
		padding-right: 10px;
		padding-bottom: 0;
	}
	
	#logo {

	}
	

	#pay {
		color: white;
		float: right;
		font-size: 1.4em;
		padding-top: 40px;
		width: 170px;
	}
		
		#pay p {
			text-align: center;
		}
		
		#pay span a {
			text-decoration: none;
		}
	
	/* Menu Nav */
	
	#menu {
		font-size: 0.9em;
	}
	
	#menu ul li {
		list-style-type: none;
	}
	
		#menu ul {
			margin: 0;
			padding: 0;
		}
	
		#menu li {
			display: block;
			float: left;
			width: 116px;
			padding: 0;
			margin: 0 6px;

			height: 41px;
		}
		
		#menu li span {
			display: block;
			height: 41px;
			line-height: 14px;
			text-align: center;
			padding: 5px;
		}
		
		#menu .current {
			background-image: url('/globals/bg_menu.png');
			background-repeat: no-repeat;
		}
		
		#menu .current span {
			background-image: url('/globals/bg_menuright.png');
			background-repeat: no-repeat;
			background-position: top right;
		}
		
		#menu a {
			color: white;
			cursor: hand;
		}
		
		#menu .current a {
			text-decoration: underline;
		}
			
	/* Content */
	
	#content {
		clear: both;
		padding-top: 15px;
		padding-bottom: 15px;
		width: 900px;
		margin: 0 auto;
	}
	
	#colcontent1 {
		width: 60%;
		float: left;
	}
	
	#colcontent2 {
		width: 40%;
		float: right;
	}
	
	#col1 {
		width: 25%;
		float: left;
		text-align: center;
	}
	
		#col1 img {
			padding-bottom: 20px;
		}
	
	#col2 {
		width: 25%;
		float: left;
		text-align: center;
	}
	
		#col2 img {
			padding-bottom: 20px;
		}
		
	#col3 {
		width: 25%;
		float: left;
		text-align: center;
	}
	
		#col3 img {
			padding-bottom: 20px;
		}
		
	#col4 {
		width: 25%;
		float: left;
		text-align: center;
	}
	
		#col4 img {
			padding-bottom: 20px;
		}
	
	#split {
		clear: both;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.servicesa {
		width: 45%;
		float: left;
	}
	
	.servicesb {
		width: 45%;
		float: right;
	}

	
		#box {
			background-color: #f6f8fa;
			width: 345px;
			margin: 0 auto;
		}
		
		#box h3 {
			padding: 10px 0 5px 0px;
			text-align: center;
			background: transparent url(/globals/bg_boxtr.png) no-repeat scroll right top;
		}
		
		#box .boxc {
			padding: 0;
			background-color: #f6f8fa;
			background: transparent url(/globals/bg_boxtl.png) no-repeat scroll left top;
		}
		
		#box .boxc p {
			padding: 0 23px;
		}
		
		#box .more {
			display: block;
			background: transparent url(/globals/bg_boxbl.png) no-repeat scroll left bottom;
		}
		
		#box span {
			text-align: right;
			display: block;
			background: transparent url(/globals/bg_boxbr.png) no-repeat scroll right bottom;
		}
		
		#box span img {
			padding: 10px;
		}
		
		
	#subnav {
		background-image: url('/globals/bg_submenu.jpg');
		background-repeat: no-repeat;
		position: absolute;
		top: 367px;
		width: 350px;
		margin-left: 9px;
		z-index: 20;
	}
	
		#subnav h4 {
			color: white;
			font-size: 2.3em;
			padding: 10px 0 0 0;
			margin: 36px 10px 15px 15px;
		}
		
		#subnav p {
			color: white;
			padding: 0 15px 10px;
		}
	
		#subnav ul {
			margin-left: 17px;
			position: relative;
		}
		
		#subnav li {
			list-style-type: none;
			background-image: url('/globals/icon_list.png');
			background-repeat: no-repeat;
			background-position: 0 5px;
			width: 45%;
			float: left;
			margin: 0;
			padding: 0 0 10px 16px;
		}
		
			#subnav li a {
				color: white;
			}
			
			#subnav li a:hover {
				text-decoration: underline;
			}
		
		#subnav span {
			background-image: url('/globals/bg_submenub.jpg');
			background-repeat: no-repeat;
			background-position: left bottom;
			height: 10px;
			display: block;
			clear: both;
		}
	
	#subnavright {
		padding-top: 205px;
	}
	
	#subnavrighthome {
		padding-top: 325px;
	}	

	
	
	/* Footer */
	
	#footer {
		clear: both;
		margin: 0 auto;
		background-color: #cacbcc;
		width: 940px;
		background-image: url('/globals/bg_footer.png');
		background-repeat: no-repeat;
		background-position: bottom left;
		padding-top: 20px;
	}
	
		#footerc {
		}
		
		#footer1 {
			width: 45%;
			float: left;
		}
		
		#footer2 {
			width: 55%;
			float: right;
		}
		
			#footer2 p {
				padding: 0;
				text-align: right;
				color: white;
				padding-right: 10px;
			}
		
		
		
		
/* Form */

	#contact .ctrl {
		width: 100%;
		clear: both;

	}
	
	#contact label {
		font-weight: bold;
		width: 30%;
		float: left;
	}
	
		#contact em {
			float: right;
		}
	
	#contact input {
		width: 65%;
	}
	
	#contact textarea {
		width: 65%;
		float: right;
	}
	
	#contact .submiticon {
		width: 98px;
		height: 26px;
		float: right;
		border: 0;
		padding: 10px 0 0 0;
		margin: 0;
	}
	
	#contact .buttonHolder {
		clear: both;
	}
	
	
/* Tabular Data */

table p {
	padding: 5px;
}

table td {
	background-color: #359bc1;
}

.heading td {
	background-color: #ff6200;
}

table .price {
	background-color: #e53048;
	
}.formbox {
	background-color: #000;
	padding-right: 10px;
	padding-bottom: 10px;
}
.formfield {
	color: #333;
	padding: 2px;
	border: 1px solid #FFF;
}
.formbox2 {
	background-color: #000;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #FF6200;
}
