


@charset "utf-8";
/* CSS Document */


* { margin-top: 0px; 
}
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #30070A;
}
a {
	color: #FFCC99;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

img { border-style: none; }



#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#container #header {
	background: url(images/index_01.jpg);
	height: 201px;
}

#container #subheader {
	background: url(images/index_03.jpg);
	float: right;
	height: 162px;
	width: 642px;
}

#container #navigation {
	float: left;
	height: 162px;
	width: 258px;
}

#container #subnavspacer {
	background: url(images/index_08.jpg);
	height: 50px;
	width: 900px;
	clear: both;
}
#container  #content {
	background: #9F2731 url(images/content_footer.jpg) repeat-x bottom;
	height: 1%;
}
#container #contentLeft {
	width: 52%;
	float: left;
	padding: 20px;
}

#container #contentRight {
	float: right;
	width: 38%;
	padding: 20px;
}
#container .clearFloat { clear: both; }

#container #contentFoot {
	background: url(images/content_footer.jpg) repeat-x;
	height: 154px;
	clear: both;
	padding: 20px;
	font-size: 20px;
}


#container #subnavspacer2 {
	background: url(images/index_09.jpg);
	height: 58px;
}

#container #subnavspacer3
{
	background: url(images/designbanner_09.jpg);
	height: 58px;
}

#container #subnavspacer4
{
	background: url(images/hostingbanner_09.jpg);
	height: 58px;
}




#container #footer {
	background: url(images/index_11.jpg);
	height: 50px;
	font-size: 10px;
	color: #D65660;
	text-align: center;
	padding-top: 40px;
}

#container #footer a {
	text-decoration: none;
	color: #d65660;
}

#container #footer a:hover { text-decoration: underline; }

#login
{
		float: left;
		width: 300px;
		color: #000;
		background: url(images/loginBG.gif) repeat-x;
		padding: 12px;
		border: 1px solid #CCC;
}
#login a {
		color: #560A0E;
		text-decoration: none;
}
#login a:hover
{
		color: #0CF;
		text-decoration: none;
}


/* ----------- stylised form ----------- */
#stylized{
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
		color:#FFF;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

#stylized input .long{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		margin:2px 0 20px 10px;
		height: 80px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

/* end stylised form*/
#stylized img
{
		padding-left: 10px;
}

form {
	margin:0px;
	padding:0px;
}

#contact {
	border:0;
	width:480px;
}
#contact label {
		float:left;
		width:80px;
		margin-right:15px;
		clear:left;
		color:#FFF;
		font-weight:bold;
		text-align:right;
		height:32px;
}
#contact input, #contact textarea {
	margin-right:40px;
}
#contact #submit {
	clear:left;
	margin-left:95px;
}

.forms {
	background-color:#FFFFFF !important; /*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #f6a1ba !important;
	margin:3px 0px;
	padding:4px;
}
