/*
Layout
*/
 
/* hack \*/
html, body{height:100%;}
/* end hack */
 
html,body {margin:0;padding:0}
* html #outer{height:100%;}
*{
margin:0px;
padding:0px;
}
 
#outer{
	min-height:100%;
	margin-bottom:-50px;
}
 
#header {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 157px;
	width: 100%;
	background-image: url(/images/back.png);
	border-bottom: solid 1px #d9d9d9;
}
 
#content {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
}
 
#top {
	position: relative;
	border-bottom: solid 1px #d9d9d9;
	height: 40px;
}
 
#bottom {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	left: 0px;
	right: 0px;
}
 
#footer {
	clear:both;
	width: 100%;
	height: 49px;
	border-top: solid 1px #d9d9d9;
	background-image: url(/images/back.png);
}
 
#clearfooter{
	clear:both;
	height: 65px;
}
p {margin:0 0 .5em 0}
 
 
/*
Objects
*/
 
#logo {
	position: relative;
	margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    top: 50px;
	max-width: 1200px;
	width:expression(document.body.clientWidth > 1200? "1200px": "auto" );
}
 
#menu {
	position: relative;
	height: 40px;
	width: 100%;
}
 
#copyright {
	position: relative;
	top: 0px;
	height: 49px;
	width: 100%;
}
 
.container {
	position: relative;
	margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
	max-width: 1200px;
	width:expression(document.body.clientWidth > 1200? "1200px": "auto" );
}
 
ul#navlist
{
position: absolute;
white-space: nowrap;
margin-left: -7px;
vertical-align: middle;
line-height: 40px;
}
 
#navlist li
{
display: inline;
list-style-type: none;
}
 
#navlist a { padding: 10px 15px; }
 
#navlist a:link, #navlist a:visited
{
color: #323232;
text-decoration: none;
font-size: 14px;
font-family: Helvetica, Arial, Verdana, sans-serif;
}
 
#navlist a:hover
{
color: #323232;
border: 1px solid #d9d9d9;
background-color: #fafafa;
text-decoration: none;
margin-left: -1px;
margin-right: -1px;
padding-top: 5px;
padding-bottom: 5px;
}
 
/*
Text
*/
 
.heading {
	font-size: 22px;
	color: #fba808 ;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding-bottom: 16px;
}
 
.paragraph {
	text-align: justify;
	color: #323232;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 23px;
}
 
p + p { margin-top: 23px; }
 
.link a:link {color: orange; text-decoration: none;}
.link a:visited {color: orange; text-decoration: none;}
.link a:active {color: orange; text-decoration: none;}
.link a:hover {color: orange; text-decoration: underline;}
.link {color: orange; font-family: Helvetica, Arial, Verdana, sans-serif;}
 
#hosting {
	width: 60%;
	height: 550px;
	color: #323232;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	margin-left: 105px;
	padding-top: 12px;
	padding-bottom: 12px;
}
 
#domains {
	width: 330px;
	height: 415px;
	color: #323232;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	padding-bottom: 12px;
	padding-left: 30px;
}