@charset "utf-8";
body  {
	font: 100% Tahoma, Geneva, sans-serif;
	background: #fff;/*#fffac0 Yellow*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #369;
}
/*******************/
/* Start Container */
/*******************/
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/wrapper_background.jpg) repeat-y;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*****************/
/* End Container */
/*****************/

/********************************************/
/* Start Header (Not Used but just in case) */
/********************************************/
#header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;
} 
/******************************************/
/* End Header (Not Used but just in case) */
/******************************************/

/*****************/
/* Start Sidebar */
/*****************/
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 217px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 391px 10px 10px 20px;
	background: url(../images/host_orange_logo.jpg) no-repeat left top;	
}

#sidebar h1 {
	margin: 0;
	padding: 10px 20px;
	font-size: 100%;
}

/*****************/
/* End Sidebar */
/*****************/

/*************************/
/* Start Side Navigation */
/*************************/
#side-nav ul {
	/*margin : 20px 10px;*/
	padding : 0;
	font-size: 80%;
}

#side-nav ul li {
	list-style-type: none;
	display: block;
	margin : 12px;
	padding : 0px 12px 0 12px;
	/*border-right: 1px solid #369;*/
	text-decoration: none;
}

#side-nav ul a {
	text-decoration: none;
}

#side-nav ul a:link {
	color: #369;
	font-weight: bold;
	
}

#side-nav ul a:visited {
	color: #369;
}

#side-nav ul a:hover, #side-nav ul a:focus {
	color: #FCB117;
}

/******************/
/* End Side Navigation */
/******************/

/******************/
/* start mainContent */
/******************/
#mainContent {
	margin: 0 0 0 247px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/content_header.jpg) no-repeat right top;
	color: #369;
} 

#mainContent p {
	font-size: 95%;
	color: #369;
} 

#mainContent h1 {
	margin: 0;
	padding: 10px 0 15px;
	font-size: 160%;
	color: #369;
}

#mainContent h2 {
	margin: 0;
	padding: 10px 0 10px;
	font-size: 140%;
	color: #369;
	border-bottom: 10px solid #FCB117;
}

#mainContent .hostingImgs {
	margin: 0 auto;
	width: 292px;
	position: relative;
}

#mainContent .hostingImgs img {
	margin: 5px;
	border: 0;
}

/******************/
/* end miscellaneous */
/******************/
#mainContent .hostingTable {
	font-size: 0.8em;
	text-align: center;
}
#mainContent .hostingTable td {
	padding: 3px;
}
#mainContent .hostingTable tr.odd {
	background: #EAEAEA;
}

#mainContent .hostingTable tr td.order a:hover {
	color: #D8751D;
	text-decoration: none;
	background: #FFF;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#mainContent .hostingTable tr td.order a {
	font-weight: bold;
	display: block;
	background: #D8751D;
	color: #FFF;
	text-decoration: none;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
#mainContent .hostingTable tr.price {
	background: #FEFACA;
	color: #000;
	font-weight: bold;
}

#mainContent .hostingTable td.price-border, th.price-border {
	border: 1px solid #EAEAEA;
}

#mainContent li {
	list-style-type: none;
}

#mainContent li a:link {
	text-decoration: none;	
}

/******************/
/* end mainContent */
/******************/

/**************/
/* Top Navigation */
/**************/
#nav ul {
	margin : 20px 10px;
	padding : 0;
	font-size: 90%;
}

#nav ul li {
	list-style-type: none;
	display: inline;
	margin : 0;
	padding : 0px 12px 0 8px;
	border-right: 1px solid #369;
	text-decoration: none;
}

#nav ul li.first {
	padding-left: 2px;
}

#nav ul li.last {
	border-right: none;
}

#nav ul a {
	text-decoration: none;
}

#nav ul a:link, #nav ul a:visited{
	color: #369;
	font-weight: bold;
}

#nav ul a:hover, #nav ul a:focus {
	color: #FCB117;
	font-weight: bold;
}

/******************/
/* End Top Navigation */
/******************/

/******************/
/* sitename */
/******************/

#sitename {
	background: url(../images/arooney_hosting_text.jpg) no-repeat right;
	height: 77px;
}

/******************/
/* End sitename*/
/******************/

/******************/
/* useful info */
/******************/
#useful-info {
	padding: 0 10px 0 20px;
	background:#fff url(../images/wrapper_background.jpg) repeat-y;
} 

#useful-info p {
	margin: 0;
	padding: 10px;
	
}

/******************/
/* end useful info */
/******************/
/******************/
/* start footer info */
/******************/
#footer {
	padding: 0 10px 0 20px;
	background:#fff url(../images/wrapper_background.jpg) repeat-y;
} 
#footer p {
	margin: 0;
	padding: 10px;
	font-size: 70%;
	color: #666;
	text-align: center;
}
/******************/
/* end footer info */
/******************/

/******************/
/* start bottom (just contains botton image) */
/******************/
#bottom {
	height: 18px;
	background:#fff url(../images/bottom_background.jpg) no-repeat left bottom;
} 

/******************/
/* end bottom */
/******************/

/******************/
/* start miscellaneous */
/******************/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
