@charset "utf-8";
/* Layout */
body {
	color: #222222;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: url(../Images/Layout/Background.png);
	background-repeat: repeat;
	background-color: #ff9900;
}

#Site {
	width: 800px;
	border: solid 2px #000000;
	margin-left: auto;
	margin-right: auto;
}

#Header {
	background-image: url("../Images/Layout/Header.jpg");
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:150px;
}

#Menu {
	background-image: url("../Images/Layout/Menu.jpg");
	position:relative;
	width:800px;
	height:35px;
	margin: 0px;
	padding: 0px;
}
#Content {
	background-image: url("../Images/Layout/Content.jpg");
	width:800px;
	height:621px;
}

#Footer {
	background-image: url("../Images/Layout/Footer.jpg");
	width:800px;
	height:75px;
}

/* Menus */
#Footer ul {
margin: 0px;
float:none;
}
#Footer ul li {
display: inline;
}
#Footer ul li a {
padding:5px;
text-decoration: none;
color: #FFFFFF;
}
#Footer ul li a:hover {
color: #020202;
}

/* Tables */
#HostingPlan table {
margin: 20px 20px 20px 20px;
border: solid 1px #000000;
}
#HostingPlan table tr td.even {
background-color: #FF6600;
}
/* Forms */
#contact {
width:240px;
margin: 0px;
padding: 0px;
}
select {
width: 150px;
}
/* Product */
.Spacer_Top {
background: url(../Images/Product/Spacer_Top.jpg);
width: 240px;
height: 50px;
color: #ffffff;
font-size: 0.9em;
}

.Spacer_Left {
background: url(../Images/Product/Spacer_Left.jpg);
float: left;
width: 50px;
height: 150px;
}
.Product_Image {
float: left;
width: 150px;
height: 150px;
}
.Spacer_Right {
background: url(../Images/Product/Spacer_Right.jpg);
float: left;
width: 40px;
height: 150px;
}
.Spacer_Bottom {
background: url(../Images/Product/Spacer_Bottom.jpg);
width: 240px;
height: 200px;
color: #ffffff;
font-size: 0.9em;
}
.Details_Top {
background: url(../Images/Product/Details_Top.jpg);
width: 460px;
height: 20px;
color: #ffffff;
font-size: 0.9em;
}
.Details_Bottom {
font-size: 0.8em;
background: url(../Images/Product/Details_Bottom.jpg);
width: 436px;
height: 356px;
padding: 12px;
}

/* Text */
h1 {
font-size: 0.9em;
text-align: left;
border-bottom: solid 1px #000000;
}
h2 {
	font-size: 1.1em;
	color: #000000;
	margin: 3px;
	padding: 0px;
}
h3 {
	border: solid 1px #FFFFFF;
	background-color: #000000;
	color: #ff9900;
	padding: 0px;
	text-align: left;
	margin: 10px 2px 2px 2px;
	font-size: 0.9em;
}
h4{
text-align: left;
	border-bottom: solid 1px #000000;
}
h5 {
	font-size: 1.1em;
	font-style: normal;
	text-align: left;
	background-color: #FF9900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: 900;
}
p {
font-size: 0.9em;
}
	
/* Tables */
table {
margin: 2px;
padding: 2px;
}

/* Forms */

/* Buttons */
#HostingPlan a {
	color: #FF6600;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
#HostingPlan a:hover {
	color: #999999;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
/* Classes */
.legend {
background-color: #efefef;
margin: 10px;
border: solid 1px #000000;
overflow: auto;
height: 300px;
color: #000000; 
}
.scrollable {
overflow: scroll;
}
.noBorder {
border-bottom: none;
}
.alignLeft {
text-align:left;
}
.alignRight {
text-align:right;
}
.alignCenter {
margin: 0px;
padding: 0px;
text-align: center;
}
.floatLeft {
float:left;
}
.floatRight {
float:right;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearright {
	clear: right;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
.underline {
text-decoration: underline;
font-weight: bold;
}
.bold {
font-weight: bold;
}
.italic {
font-style: oblique;
}
.bold_italic {
font-weight: bold;
font-style: oblique;
}

