
/*
Contemporary International General Stylesheet

URL: 		http://contemporaryintl.com
Created by: 	darius abulencia

*/

/******************\
| GENERAL STYLES   |
\******************/

* {
	margin: 0;
	padding: 0;
	}

a {
	text-decoration: none;
	color: #fff;
	background-color: inherit;
	font-weight:bold;
	}

	a:link, a:visited {
		text-decoration: none;
		color: #fff;
		background-color: inherit;
		font-weight:bold;
		}
	
	a:hover {
		background-color: inherit;
		text-decoration: underline;
		}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9.9pt; line-height: 1.3em;
	background:url(images/index_01.png) repeat-x #0AB9F2;
	}

h1 {
	font-size:24px;
	color: #fff;
	width: 195px;
	line-height: 1.1em;
	position: absolute;	left: 295px;
	}

h3 {
	font-size:14px;
	margin-bottom: 1.5em;
	}
	
h2, h3, h4, h5 {
	font-family:Verdana, Geneva, sans-serif;
	}
		
			
hr {
	display: none;
	}
	
img {
	border-style: none;
	display: block;
	outline: none;
	}
	
label {
	display: block;
	}
	
legend {
	display: none;
	}
	
p {
	margin-bottom: 1.5em;
	}
	
table {
	border-collapse: collapse;
	}
		
ul {
	padding-left:20px;
	}
	




/******************\
| ID SPECIFICS     |
\******************/
#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
		
.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	padding: 0 20px;
	}

#back {
	background:url('images/track.jpg') no-repeat top right;	
	width: 746px;
	height: 450px;
	position: absolute;
	right: -185px;
	z-index: 0;
}

#header {
	padding-top: 34px;
	}

#cg {
	background:url(images/cg.png) no-repeat;
	float: left;
}

#contact {
	margin: 0 auto;
	}



#content{ 
	width:920px; 
	overflow:hidden;
	padding-top: 60px;
}

#ci, #csc, #prototech, #apex {float:left; margin-right:25px;}

#apex {
	position: relative;
	top: -22px; padding: 0;
}

#text { 
	color:#FFF;
	width:400px;
}

#logos div {
/*	padding: 30px 55px 30px 0; */
		padding: 30px 40px 30px 0;
}

#text2 {
	color:#FFF; 
	margin-top:15px;
	width:650px;
	}

#contact_form { padding-top:545px; color:#FFF;}


/* --------- Footer --------- */
		
#footer{ 
}

#copyright { color:#FFF; font-size: 8pt;}

