@charset "utf-8";

*
{
	margin: 0px;
	font-family: tahoma;
}
body{
	background: url(http://www.thegalaxyweb.com/images/gradi.jpg) center top repeat-y;
}

h1
{
	padding: 10px 0;
	font-size: 15px;
}

h2
{
	padding: 5px 0px;
	font-size: 12px;
}

h3
{
	padding: 5px 0;
	font-size: 14px;
}

div#wrapper
{
	margin: 0 auto;
	width: 800px;
	margin-bottom: 20px;
}

div#header
{
	clear: both;
	width: 800px;
}

div#logo
{
	float: left;
	width: 200px;
}

div#logo a
{
	display: block;
	width: 200px;
	height: 87px;
	text-indent: -9999px;
	background: url("../images/logotop.jpg") no-repeat;
}

div#nav
{
	float: right;
	width: 600px;
	vertical-align: bottom;
	padding-top: 60px;
	padding-bottom: 2px;
}

div#nav ul
{
	float: right;
	list-style: none;
}

div#nav ul li
{
	float: left;
	margin-right: 15px;
}

div#nav ul li a,
div#nav ul li a:active,
div#nav ul li a:visited
{
	color: #999;
	text-decoration: none;
	padding-left: 12px;
	font-size:14px;
}

div#nav ul li a:hover
{
	color: #C00;
	background: url("../images/arrow.jpg") no-repeat center left;
	font-size: 14px;
}

body#tgw-home #nav_home,
body#tgw-company #nav_about,
body#tgw-contact #nav_contact,
body#tgw-services #nav_services,
body#tgw-portfolio #nav_portfolio,
body#tgw-login #nav_login
{
	color: #C00;
	background: url("../images/arrow.jpg") no-repeat center left;
	font-size: 14px;
}

div#titlebar
{
	width: 800px;
	text-align: center;
	clear: both;
}

div#header_image
{
	width: 800px;
	background: #fff;
}

div#middle
{
	clear: both;
	width: 800px;
}

div#content
{
	float: left;
	width: 530px; /* total width 550px */
	background: #fff;
	padding: 10px;
	color: #666;
	font-size: 12px;
	line-height: 160%;
}

div#sidebar
{
	float: left;
	width: 229px;
	padding: 10px;
	background: #fff;
	border-left: 1px dotted #666;
	color: #666;
	font-size: 12px;
	line-height: 160%;
}

.side
{
	border-bottom: 1px dotted #666;
	padding-bottom: 11px;
}

div#footer
{
	clear: both;
	width: 800px;
	padding: 5px;
	text-align: center;
	height: 30px;
	background: url(../images/footerback.jpg) no-repeat;
	font-size: 13px;
	color: #666;
	margin-top: 10px;
}

div#copyfooter
{
	float:left;
}

div#footerlinks
{
	float: right;
	padding-right: 15px;
}

div#footerlinks ul
{
	list-style: none;
}

div#footerlinks ul li
{
	float: left;
}

div#footerlinks ul li a,
div#footerlinks ul li a:active,
div#footerlinks ul li a:visited
{
	color: #666;
	text-decoration: none;
	padding-left: 12px;
	font-size:13px;
}

div#footerlinks ul li a:hover
{
	color: #000;
	font-size: 13px;
}
.button{
	background: url(../images/buttonback.gif) center center no-repeat;
	font-size: 14px;
	width: 82px;
	height: 28px;
	border: 0px;
	}
.button:hover{
	background: url(../images/buttonover.gif) center center no-repeat;
	font-size: 14px;
	width: 82px;
	height: 28px;
	border: 0px;
	cursor: pointer;
	}
.inerror{
	border: 1px solid #990000;
	background: #FFE6E7;
	}
.noerror{
	border: 1px solid #ccc;
	background: #fff;
	}

.add_accountsDIV
{
	border: 1px solid #ccc;
	background: #f1f1f1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	padding: 5px;
}