@charset "UTF-8";
/* CSS Document GeoGenius */


* {
	margin: 0;
	padding: 0;
	}
	
*:focus { outline: 0; }

html {
	height: 100%;
	margin-bottom: 1px;
	}

body {
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif;
	background: url(../decor/bg.png) #060606 top center repeat-x;
	color: #ccc;
	}

#container {
	width: 947px;
	margin: 0 auto;
	}

#logo {
	width: 947px;
	height: 131px;
	margin: 0 auto;
	background: url(../decor/header.png) top center no-repeat;
	}


#nav {
	background: url(../decor/nav-bax.png) #000;
	width: 947px;
	height: 92px;
	margin: 0 auto;
	}
	
		#home {
			width: 98px;
			height: 83px;
			float: left;
			margin: 4px 0 0 5px;
			}
		
		#demo {
			width: 98px;
			height: 83px;
			float: left;
			margin: 4px 0 0 12px;
			}
		
		#what {
			width: 98px;
			height: 83px;
			float: left;
			margin: 4px 0 0 12px;
			}
			
		#team {
			width: 98px;
			height: 83px;
			float: left;
			margin: 4px 0 0 12px;
			}
			
		#custom {
			width: 98px;
			height: 83px;
			float: left;
			margin: 4px 0 0 12px;
			}
			
		#mtr {
			width: 98px;
			height: 83px;
			float: left;
			margin: 4px 0 0 12px;
			}
			
		#contact {
			width: 98px;
			height: 83px;
			float: left;
			margin: 4px 0 0 12px;
			}
			
#nav a img {
	border: 0;
	}
			
				/* image replacement for meet the team */

			.rollOverImageLink img {
				border: 0px;
				margin: 0;
				}

			.rollOverImageLink .overImage, .rollOverImageLink .hilite {
				display:none;
				}	

			.rollOverImageLink .overImage, .rollOverImageLink .hilite {
				position: absolute;
				border:0px;
				}	
				
	#col-left {
		width: 311px;
		float: left;
		min-height: 346px;
		background: url(../decor/menu-bax.png);
		}

	#col-right {
		width: 635px;
		min-height: 346px;
		float: right;
		background: url(../decor/content-bax.png);
		}

	#col-right img {
		margin: 4px 0 0 9px;
		border: 0;
		}
		
	#col-right a img {
		border: 0;
		}

	#col-right2 {
		width: 635px;
		min-height: 346px;
		float: right;
		background: url(../decor/content-bax.png);
		}

#col-right2 img {
		margin: 4px 0 0 0;
		}

	
#content {
	text-align: left;
	width: 947px;
	margin: 12px auto;
	}


	#content p {
		font-size: 12px;
		}
	
	#col-left h2, #left-magellan h2, #right-magellan h2 {
	font-size: 16px;
	margin: 10px 0 0 20px;
	font-style: oblique;
	font-weight: normal;
	color: #d89133;
	}
	
	#col-left h3 {
	font-size: 14px;
	margin: 3px 0 0 20px;
	font-weight: normal;
	color: #fff;
	}

	#col-left p, #left-magellan p, #right-magellan p  {
	font-size: 12px;
	margin: 10px 20px 0 20px;
	color: #fff;
	}
	
	p.bio {
	font-size: 11px;
	}
	
	#col-left a {
	color: #fff;
	text-decoration: none;
	}
	
	#col-left a:hover {
	color: #ffc;
	}

#teamcont {
	padding: 3px 0 0 12px;
	}

.team {
	float: left;
	margin: 15px 10px 10px 15px;
	}


/*#menu {
	margin: 80px 0 0 40px;
	list-style-image: url(../decor/list.png)
	}

#menu li {
	margin-top: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	}

#menu a, #menu a:hover, #menu a:visited {
	color: #fff;
	text-decoration: none;
	}

#menu li:hover {
	list-style-image: url(../decor/list-2.png)
	}*/

table#info-form {
	border: 0;
	margin: auto;
	font-size: 11px;
	text-transform: uppercase;
	}

table#info-form td {
	width: 260px;
	vertical-align: top;
	}

table#info-form td.field {
	height: 30px;
	background: url(../decor/shadow.png) top left no-repeat;
	}

table#info-form td.shadow-text {
	height: 126px;
	background: url(../decor/shadow-text.png) top left no-repeat;
	}

table#info-form textarea {
	width: 250px;
	height: 120px;
	}

table#info-form input.idle, table#info-form input.activeField  {
	width: 250px;
	height: 22px;
	}

.activeField {
	border: solid 1px #333;
	}

.idle {
	border: solid 1px #999;
	}

table#info-form select {
	text-transform: none;
	width: 250px;
	}

table#info-form h3 {
		font-size: 15px;
		font-weight: bold;
		margin: 0 0 10px 0px;
		color: #366EB5;
		text-transform: none;
		}

table#info-form p {
		font-size: 12px;
		margin: 0 0 5px 0px;
		text-transform: none;
		}

table#info-form input.button {
		width: 100px;
		margin-top: 3px;
		background: url(../decor/grad.png) top left repeat-x;
		}

table#info-form td#space {
	width: 50px;
		}

#bottom {
	height: 126px;
	width: 947px;
	margin: 12px auto;
	padding: 10px 0 0 0;
	clear: both;
	}
	
	ul.box {
		list-style-type: none;
		}

	.box li {
		width: 311px;
		height: 126px;
		float: left;
		margin-right: 7px;
		text-align: left;
		cursor: pointer;
		}
		
		#box1 {
			background: url(../decor/news-1.png) bottom right no-repeat;
			}
		
		#box1:hover {
			background: url(../decor/news-2.png) bottom right no-repeat;
			}
			
		#box1-lit {
			background: url(../decor/news-2.png) bottom right no-repeat;
			}

		#box2 {
			background: url(../decor/demo-1.png) bottom right no-repeat;
			}
			
		#box2:hover {
			background: url(../decor/demo-2.png) bottom right no-repeat;
			}
			
		#box2-lit {
			background: url(../decor/demo-2.png) bottom right no-repeat;
			}
			
		#box3 {
			background: url(../decor/custom-1.png) bottom right no-repeat;
			float: right;
			margin-right: 0;
			}
			
		#box3:hover {
			background: url(../decor/custom-2.png) bottom right no-repeat;
			}
			
		#box3-lit {
			background: url(../decor/custom-2.png) bottom right no-repeat;
			float: right;
			margin-right: 0;
			}
			
		
		.box a {
			color: #ccc;
			text-decoration: none;
			}
		
		.box li p {
			margin: 45px 20px 0 113px;
			color: #ccc;
			font-size: 9px;
			line-height: 1.3em;
			text-transform: uppercase;
			}
		
		.box p span {
			}		
		

#indicia {
	margin: 15px 8px;
	padding-bottom: 20px;
	text-align: center;
	font-style: oblique;
	font-size: 10px;
	color: #999;
	clear: both;
	}

#indicia a img, #indicia a:hover img, #indicia a:visited img {
	border: 0;
	}


#preloader {
	display: none;
	}
	
	
