
/* Invisional Hosting Default */


/* Global */

body{
	background-color: #FFF;
	background-image: url("../images/default/page_top_bg.png");
	background-repeat: repeat-x;
	background-position: 0px 150px;
	font-family: Georgia, Times New Roman, serif;
}

a:link, 
a:visited{
	color: #4CA330;
	text-decoration: none;
}

a:hover{
	color: #CCC;
}

/* Header */

#header_strip{
	width: auto;
	height: 150px;
	background-color: #8BCA6D;
	background-image: url("../images/default/header_strip_bg.png");
}

#header_menu{
	width: 820px;
	height: 36px;
	margin: auto;
	background-image: url("../images/default/header_menu_bg.png");
}

#header_menu ul{
	margin-left: 20px;
}

#header_menu li{
	display: block;
	width: 100px;
	padding-top: 9px;
	text-align: center;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#menu_item_selected{
	font-size: 20px;
}
	
#header_menu a:link,
#header_menu a:visited{
	color: #C9BEAE;
	text-decoration: none;
}

#header_menu a:hover{
	color: #FFF;
}

#header_logo_container{
	width: 800px;
	height: auto;
	margin: auto;
	margin-top: 30px;
}

#header_buy{
	float: right;
	margin-top: 10px;
}

/* Page */

#page_container{
	width: 800px;
	height: auto;
	overflow: auto;
	margin: auto;
	padding-top: 20px;
	
}

#page_container ul{
	margin-bottom: 20px;
	color: #333333;
	font-size: 14px;
	font-style: italic;
	background-color: #E4E4E4;
	padding: 10px;
	moz-border-radius: 10px; -webkit-border-radius: 10px;
}

#page_container li{
	margin-bottom: 10px;
	//margin-left: 20px;
	
}

/* Pull Down */

#pullDown_wrapper{
	width: auto;
	height: auto;
	background-color: #21150A;
	overflow: auto;
}

#pullDown_container{
	width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto;
	overflow: auto;
	color: #FFF;
}

#pullDown_container li{
	font-size: 14px;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px #CCC solid;
}

/* Secondary Level Menu */

#subMenu_container{
	width: 800px;
	margin: auto;
	overflow: auto;
	font-family: Arial,Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}

#subMenu_container li{
	width: auto;
	padding-right: 20px;
	float: left;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;
	color: #4CA330;
}

#subMenu_container a:link,
#subMenu_container a:visited{
	color: #666666;
}

#subMenu_container a:hover{
	color: #4CA330;
}

/* Packages */

.package_name{
	width:130px;
	height:60px;
	text-align: center;
	font-size: 18px;
	background-color: #CCC;
	border-right: 1px solid #FFF;
}

.package_price{
	background-color:#352212;
	text-align:center;
	color:#FFFFFF;
	font-style:italic;
	font-size: 14px;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding: 5px;
}

.package_feature{
	text-align:center;
	padding:5px;
	color: #333333;
}

.package_highlight{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	padding:10px;
	color: #333333;
}

.home_package{
	width: 172px;
	height: auto;
	padding: 10px;
	float: left;
	margin-right: 10px;
	background-color: #CCC;
	min-height: 300px;
	-webkit-border-radius: 10px; -moz-border-radius: 10px;
	margin-top: 10px;
	text-align: center;
}

#table_buy{
	margin: auto;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.home_price{
	font-style: italic;
	font-size: 20px;
	margin-bottom: 10px;
}

/* Footer */

#footer_container{
	width: 800px;
	margin: auto;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
}

#footer_copyright{
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	text-align: center;
	font-size: 14px;
	padding: 10px;
	color: #333333;
}

#footer_menu_container{
	width: 800px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: auto;
}

.footer_menu_block{
	width: 160px;
	height: auto;
	float: left;
}

#footer_menu_container li{
	display: block;
	margin-bottom: 5px;
}

/* Elements */
.white{
	color: #FFF;
}

.fade{
	color: #CCC;
}

.intro{
	font-size: 16px;	
	color: #000;
}

p{
	line-height: 28px;
	color: #333333;
	margin-bottom: 20px;
	font-size: 14px;
}

h1{
	font-size: 34px;
	color: #000;
	font-family: Georgia, Times New Roman, serif;
	margin-bottom: 20px;
}

h2{
	font-size: 28px;
	color: #000;
	font-family: Georgia, Times New Roman, serif;
	margin-bottom: 10px;
}

h3{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}

.float_right{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

strong{
	font-weight: bold;
}

