/* Universal Elements */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
	background-color:#333333;
}
a img {
	border: none;
}	
a {
	color:#000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* Text Classes */

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.item_number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FF0000;
}
.RedCalloutText {
	color: #93303B;
	font-weight: bold;
}

/* Page Layout Elements */

#page_wrapper {
	width: 950px;
	background-color:#E3E2E1;
	margin: 25px auto;
}
#top_header {
	width: 950px;
	height: 108px;
	float: left;
	display: inline;
	background-image: url(../images/Header_BkgdTile.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
}
#logo {
	float: left;
	display: inline;
	margin: 14px 0px 0px 25px;
	width: 252px;
	height: 81px;
}
#phone {
	float: left;
	display: inline;
	margin: 0px 0px 0px 413px;
	width: 260px;
	height: 108px;
}
#phone a {
	color: #FFFFFF;
	text-decoration: underline;
}
#phone a:hover {
	text-decoration: none;
}
#phone h3 {
	line-height: 108px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
#main_navigation {
	float: left;
	display:inline;
	width: 950px;
	height: 17px;
	border-top: 2px solid #E3E2E1;
	border-bottom: 2px solid #E3E2E1;
	background-color: #d8d9d8;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
#main_navigation ul {
	list-style-type: none;	
	margin: 0px 0px 0px 150px;
	padding: 0px 0px 0px 0px;
}
#main_navigation ul li {
	display: inline;
	border-left: 1px solid #e0dddd;
	padding: 0px 15px 0px 17px;
	margin: 0px 0px 0px 0px;
	color: #e0dddd;
}
#main_navigation ul li a {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
	color:#333333;
	text-decoration: none;
}
#main_navigation ul li a:hover {
	text-decoration: underline;
}	
#main_navigation ul li.FirstLink {
	border-left: none;
}
#image_area_wrapper {
	width:950px;
	height:275px;
	float:left;
	display:inline;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#left_callouts {
	width: 290px;
	height: 275px;
	float: left;
	display:inline;
	margin: 0px;
	padding: 0px;
	color:#E3E2E1;
}
#left_callouts p {
	padding: 10px 10px 0px 25px;
	margin: 0px;
}
#left_callouts p img {
	display: block;
	margin: 15px 0px 7px 0px;
	padding: 0px;
}
#left_callouts a {
	text-decoration: none;
	color: #ffffff;
}
#left_callouts a:hover {
	text-decoration: underline;
}
#custom_callout {
	width: 290px;
	height: 134px;
	overflow: hidden;
	float: left;
	display: inline;
	background-color: #0C6;
	background-image: url(../images/BlueCallout_Bkgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#standard_callout {
	width: 290px;
	height: 139px;
	overflow: hidden;
	float: left;
	display: inline;
	background-color: #6E9743;
	border-top: 2px solid #E3E2E1;
	background-image: url(../images/GreenCallout_Bkgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#main_image {
	width: 658px;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	border-left: 2px solid #E3E2E1;
	overflow: hidden;
}
#btm_content_wrapper {
	float:left;
	display:inline;
	width: 950px;
	border-top: 2px solid #E3E2E1;
	background-color:#E3E2E1;
	background-image: url(../images/BtmPg_BkgdTile.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#btm_left_column {
	float:left;
	display:inline;
	width: 290px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/LftClmn_Bkgd2.gif);
	background-repeat: no-repeat;
	background-position: 65px 135px;
}
#series_buttons {
	width: 236px;
	margin: 15px 29px 15px 25px;
	float: left;
	display:inline;
}
#bottom_testimonial {
	width: 236px;
	margin: 0px 29px 75px 25px;
	float: left;
	display:inline;
}
#bottom_testimonial p {
	margin-top: 0px;
	line-height: 20px;

}
#btm_right_column {
	float:left;
	display:inline;
	width: 590px;
	margin: 0px 0px 0px 0px;
	padding: 20px 40px 30px 30px;
}
#btm_right_column h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#btm_right_column p {
	margin: 3px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}
#footer {
	width: 950px;
	float:left;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
	background-color:#333333;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 30px 0px;
}
#footer a {
	color:#CCCCCC;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer p {
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


p.cta-header {
font-size: 15px;
text-transform: uppercase;
font-weight: bold;
margin-top: 14px !important;
}

div#custom_callout p a {
color: #ffffff !important;
}
div#standard_callout_interior p a {
color: #ffffff !important;
}