@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#000;
}

#surf_ad {
	height:90px;
	width:100%;
	position: absolute;
	top: 550px;
	left: 0px;
	right: 0px;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 653px;
	height: 100%;
}

#header {
	height:80px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	width:653px;
}

#menu {
	height: 39px;
	width: 653px;
}

#text_container {
	width: 653px;
	padding-top: 20px;
	padding-bottom: 10px;
	min-height: 400px;
	position: relative;
}

#seperator {
	width:650px;
}

#photos_{
	width:500px;
}

#videos_{
	width:120px;
	position: absolute;
	top: 80px;
	right: 0px;
	height: 600px;
}

#contact {
	width: 653px;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}

#supportbox001 {
	width: 325px;
	clear: both;
	float: left;
}

#supportbox002 {
	width: 325px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	top: 30px;
	float: right;
	clear: none;
}

#designedby {
	height: 34px;
	width: 653px;
	clear: both;
}

.text_plain {
	font-family: "Courier New", Courier, Calibri, Helvetica, Arial;
	font-size: 11pt;
	font-weight: normal;
	color: #CCC;
	letter-spacing: 0.12em;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.text_contact {
	font-family: courier, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 9pt;
	font-weight: normal;
	color: #CCC;
	padding-top: 5px;
}
.text_testemonials {
	font-family: courier, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #999;
	letter-spacing: 0.12em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-style: italic;
	text-align: left;
}

.text_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-top: 5px;
	color: #FFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}

.images001 {
	padding-right: 5px;
	padding-left: 10px;
}
.images_002_support_tn {
	padding-right: 10px;
}

.title_images {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
}

a:link {
	text-decoration:none;
	color: #CCC;
}

a:hover {
	text-decoration: none;
	color: #9EC5CC;
}

a:visited {
	text-decoration: none;
	color: #CCC;
}

