/* http://www.andreakman.com
CSS created by Andrew Akman
Last Update 4/21/10
*/
			
body{
	margin: 0 auto auto;
	min-width: 900px;
	min-height: 550px;
	}

p, a,span, ul {
	font-family: tahoma,ariel, gil sans, helvetica;
	font-weight: light;
	color: #c8d5da;
	}
a{
	text-decoration: none;
	color: #c8d5da;
	}

a:hover {
	color: white;
	}	

h , h a{
	font-family: tahoma,ariel, gil sans, helvetica;
	font-weight: light;
	border-bottom: 2px solid #00aef4;
	font-size: 16px;
	color: white;
	font-size: 18px;	
	}

img {
	border: none
	}

img.center	{
	padding: 0px;
	}

div#outline {
	width: 400px;
	margin: 0 auto auto;
	padding: 50px;
	}

div.detail {
	display: none;
	margin: 0 auto auto;
	width: 99%;
	min-width: 500px;
	margin-top:0px;
	padding-top: 50px;
	}
	
div#contactinfo{
	text-align:right;
	margin-right: 30px;
	padding: 5px;
	}
	
div#address{
	text-align: center;
	}
	
div#example{
	border: 3px solid blue;
	margin: 0 auto auto;
	padding: 50px;
	float: left;
	width: 99%;
	}

div.arrow{
	float:right;
	margin-top: 160px;
	margin-right: 14%;
	padding-left: 10px;
	padding-right: 0px;
	}
	
div.moredetail{
	float:left;
	height:300px;
	width: 250px;
	margin: 20px;
	}


img.screenshot{
	margin: 20px;
	border-left: 2px solid #00aef4;
	border-bottom: 1px solid #00aef4;
	width: 200px;
	float: left;
	position:relative;
	margin-left: 50px;
	}
	
div.example{
	display: none;
	}

div#contact {
	bottom: 0px;
	position: fixed;
	width: 100%;
	min-width: 750px;
	background: #6a6e6f;
	border-top: 2px solid #00aef4;
	margin: 0px;
	min-height: 32px;
	}

div#contact ul {
	margin-bottom: 0px;
	bottom: 1px;
	position: fixed;
	list-style: none;
	display: inline;
	width: 100%;
	min-width: 750px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-bottom:5px;
	padding-top: 5px;
	background-color:#555859;
	border-top: 1px solid #383a3b;

	}
	
	
div#contact ul li.general {
	display:inline;
	margin-right: 32%;
	}
	
div#contact ul li.last {
	display:inline;
	margin-right: 0px;
	margin-left: 0px;
	}
	

			
