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

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	background: #fff;
}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #378df7; text-decoration: none;}
a:hover{color: #ed1c24; text-decoration: underline;}
a:visited{color: #378df7; text-decoration: none;}

.clear  {clear: both;}

/******************* STRUCTURE *******************/

#wrapper {
	background: url(images/back_tile.jpg) center top repeat-x;
}

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

#header {
	height: 130px;
	background: url(images/header.jpg) center top no-repeat;
	position:relative;
}

/*#phone {
	float: right;
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
}*/
#HTphone {
	position: absolute;
	left:600px;
	top:5px;
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
}

#nav {
	position: absolute;
	bottom: 5px;
	*bottom: 20px;
	left:150px;
/*	padding-top: 15px;*/
/*	*padding-top: 25px;*/
	float: right;
	text-align: center;
	color: #FFFFFF;
}

#nav a {
	padding: 0px;
}

#nav a:hover {
	color: #fff;
}

#content {
	width: 800px;
	margin: 0 auto;
	background: #fff;
}

h1 {
	margin-top: 0;
	line-height: normal;
}

#content_text {
	padding-left: 20px;
	padding-right: 20px;
	font-size: .8em;
	line-height: 1.5em;
}

#footer {
	height: 30px;
	background-color: #000000;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: .8em;
}

#footer a {
	color: #fff;
}

.screenshotrow {
	float: left;
	width: 760px;
	margin: 0px auto;
}

.screenshot {
	float: left;
	padding: 10px;
	width: 400px;
	display: inline-block;
}

.caption {
	text-align: left;
	width: 300px;
	vertical-align: middle;
	display: inline;
}

.contactfieldrow {
	float: left;
	width: 760px;
	margin: 0px auto;
	line-height: .8em;
}

.contactfieldlabel {
	float: left;
	text-align: right;
	padding: 10px;
	width: 200px;
	display: inline-block;
}

.contactfieldtextarea {
	text-align: left;
	width: 400px;
	vertical-align: middle;
	display: inline;
}

#samplecontainer {
	width: 100%;
	margin-left: 45px;
}

.samplerowwrapper {
	width: 100%;
	margin-bottom: 30px;
}

.screenshotwrapper {
	width: 200px;
	float: left;
	padding: 10px;
}

.gallery {
	border: 1px solid black;
}
