@import url("http://www.cafenetworks.net/overlay.css");


/************ Code to reset tags for all pages ***************/
* {
    padding:0;
    margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset,
address {
    padding: 10px 0;
}
li, dd, blockquote {
    margin-left: 20px;
}
fieldset {
    padding: 10px;
}

/*********** basic text styles ****************/
body {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a {
	color: #ffca06;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3 {
	color: #ffca06;
    padding: 30px 0 10px;
}
h1 a, h2 a, h3 a {
	text-decoration:none;
}

.small {
	font-size: 70%;
	text-align:right;
}
ul {
	list-style-type: square;
}
.rightalign {
	text-align:right
}
.formerror {
	color: #fff;
	background-color:#e1592e;
	padding: 5px;
	text-align: center;
	font-weight:bold;
}
/*********** Structure and backgrounds ****************/
body {
	text-align: center;
	background-color: #00679C;
}
#wrap {
	width: 760px; 
	color: #fff;
	margin: 10px auto;
	text-align:left;
}
#topnav {

	text-align:center;
	color: #ffca06;
	font-size: 90%;
	font-weight: bold;
}
#footer {
	color: #fff;
	clear: both;
	text-align:center;
	font-size: 0.9em;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center top;
	background-image:  url("images/backgrounds/content-bottom.gif");
	padding: 10px 0px;
	color: #ffca06;
}
#header {
	background-image:  url("images/backgrounds/header-bgd.gif");
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px 15px 0px;
	min-height: 150px;
	font-size: 150%;
	font-weight: bold;
	clear:both;
	overflow: hidden;
}
#contentwrap {
	background-image:  url("images/backgrounds/contact-content-top.gif");
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	clear: both;
}
#content {
	background-image:  url("images/backgrounds/content-sides.gif");
	background-repeat: repeat-y;
	background-position: center top;
	float: right;
	width: 500px;
	margin-top: 30px;
	padding: 0px 30px;
}
#testimonials {
	width: 170px;
	float: right;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image:  url("images/backgrounds/testimonials-bottom.gif");
padding: 0 15px 10px;

}
#contact {
	background-position: center bottom;
	background-image:  url("images/backgrounds/contact-bottom.gif");
	background-repeat: no-repeat;
	float: right;
	width: 170px;
	padding: 0 15px 30px 15px;
	margin-top: 30px;
	overflow: hidden;
}
#topnav {
	list-style: none;
	margin: 0;
	padding: 0px 15px 0px;
}
#topnav li {
	float: left;
	margin: 0 1px 0px 1px;
	padding: 5px 0px 5px 8px;
	background-position: left top;
	background-image:  url("images/nav-button-blue.gif");
	background-repeat: no-repeat;
}
#topnav a {
	padding: 5px 8px 5px 0px;
	background-position: right top;
	background-image:  url("images/nav-button-blue.gif");
	background-repeat: no-repeat;
	text-decoration: none;
}
#topnav a:hover {
	color: #000;
}
#topnav li.current {
	background-image:  url("images/nav-button-current.gif");
}
#topnav a.current {
	background-image:  url("images/nav-button-current.gif");
	color: #000;
}
#header h1, #header p {
	width: 520px;
	float: right;
}
#logo {
	float: left;
	padding: 40px 15px;
}

.twothirdscol {
	float: left;
	width: 320px;

}
.onethirdcol {
	float: left;
	width: 160px;

}
.redbutton {
	display: block;
	margin: 40px 30px;
	height: 60px;
	width: 140px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -1800px;
}
#redbutton:hover {
	background-position: left -60px;
}
.internetcafe {
	background-image: url(images/internet-cafe-red-button.gif);
}
.customsolutions {
	background-image: url(images/custom-solutions-red-button.gif);
}
#redbutton.customerlogin {
	background-image: url(images/customer-login-red-button.gif);
	height: 20px;
margin: 0px 0px 0px 620px;
position: absolute;
}
#redbutton:hover.customerlogin {
	background-position: left -20px;
}
li#customerlogin {
float:right;
}
.clear {
	clear: left;
}
#contact h2 {
color: #fff;
padding: 10px 0;
font-size: 180%;
}
#contact label {
display: block;
padding: 10px 0 0 0;
}
#contact p {
padding: 5px 0;
}
#hform {
display:none;
}

