@charset "utf-8";
body  {
	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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
#container  {
	width: 176px;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/container_bg.gif);
} 
#header {
	height: 208px;
	background-image: url(../images/bg_mobile.jpg);
	width: 176px;
}

#header  h1  {
	margin: 0;
	height: 110px;

}
#mainContent  {
	float: left;
	width: 176px;
}
#nav {
	height: 30px;
	position: relative;
	display: none;
}
#features {
	height: 220px;
	display: none;
}
#nav_text {
	display: block;
}


#subfeatures_container {
	width: 176px;
}
#subfeatures {
	margin-top: 10px;
}

.subfeature_item {
	padding-bottom: 15px;
	display: block;
	width: 176px;
}

.sufeature_thumb {
	display: none;
	float: left;
	width: 60px;
	margin-right: 10px;
}
.subfeature_descriptions {
	font-size: 11px;
}
.subfeature_descriptions a {
	font-weight: bold;
	color: #A92425;
	text-decoration: none;
}

#videoplayer {
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-left: 20px;
	display: none;
}
#features_text {
	font-size: 16px;
	display: block;
}

#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	display: none;
}
#footernav {
	display: none;
}

#searchbox {
	width: 165px;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#button_slideshow {
}
#sidebar_blog {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #454545;
	margin: 10px;
	padding: 5px;
}
#sidebar_blog a {
	color: #FEFE36;
	text-decoration: none;
}
#pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	color: #A92425;
}
#pagetext {
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-top: 15px;
}
#footer  {
	padding: 2px;
	background-color: #EFEFEF;
	font-size: 11px;
	text-align: center;



} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: left;
	padding: 10px;
}
.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;
}
#subnav {
	background-color: #FFCC33;
	height: 24px;
	padding-top: 6px;
	padding-left: 10px;
}
