/* Tag Redefinitions */
* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #e99a48;
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #372920;
	color: #FFFFFF;
	background-image: url(../images/gif/body_bk_short.gif);
	background-repeat: repeat-x;
	background-position: top;
}

img{
	border: none;
}

p{
	font-size: 125%;
	line-height: 175%;
}

/* End of Tag Redefinitions */



/* Site Layout */
#site_container{
	width: 761px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
}

#site_container #header {
	background-image: url(../images/jpg/master_header_bg.jpg);
	background-repeat: no-repeat;
	height: 164px;
	width: 760px;
}

h1#logo{
	position: absolute;
	width: 102px;
	height: 101px;
	left: 26px;
	top: 45px;
	background-image: url(../images/gif/totalgd_logo.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

h1#logo a{
	display: block;
	width: 102px;
	height: 101px;
}

h2#logo_text{
	width: 371px;
	height: 102px;
	position: absolute;
	background-image: url(../images/gif/h2_logo_text.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	left: 159px;
	top: 46px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E99A48;
	border-left-color: #E99A48;
}

#site_container #content_header{
	background-repeat: no-repeat;
	height: 288px;
	width: 760px;
}

.master {
	background-image: url(../images/jpg/master_content_header.jpg);
	margin-bottom: 20px;
}

.company {
	background-image: url(../images/jpg/master_company_header.jpg);
	margin-bottom: 20px;
}

#site_container ul#main_navigation{
	background-image: url(../images/gif/main_navigation.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 760px;
	position: relative;
}

#site_container ul#main_navigation li{
	height: 38px;
	position: absolute;
	list-style-type: none;
	display: inline;
}

li#home{
	left: 0px;
	width: 99px;
}

li#products{
	left: 99px;            
	width: 167px;
}

li#company{
	left:265px;
	width: 152px;
}

li#contact{
	left: 416px;
	width: 160px;
}

li#request{
	left: 575px;
	width: 185px;    
}

li#home a, li#products a, li#company a, li#contact a, li#request a{
	display: block;
	height: 38px;
	text-indent: -9000px;
}

li#home a{
	width: 99px;
}

li#products a{
	width: 167px;
}

li#company a{
	width: 152px;
}

li#contact a{
	width: 160px;
}

li#request a{
	width: 185px;    
}

li#home 	a:hover		{background: url(../images/gif/main_navigation.gif) 0 -38px no-repeat;}
li#products a:hover		{background: url(../images/gif/main_navigation.gif) -99px -38px no-repeat;}
li#company 	a:hover		{background: url(../images/gif/main_navigation.gif) -265px -38px no-repeat;}
li#contact	a:hover		{background: url(../images/gif/main_navigation.gif) -416px -38px no-repeat;}
li#request	a:hover		{background: url(../images/gif/main_navigation.gif) -575px -38px no-repeat;}

li#home 	a.active	{background: url(../images/gif/main_navigation.gif) 0 -38px no-repeat;}
li#products a.active	{background: url(../images/gif/main_navigation.gif) -99px -38px no-repeat;}
li#company 	a.active	{background: url(../images/gif/main_navigation.gif) -265px -38px no-repeat;}
li#contact	a.active	{background: url(../images/gif/main_navigation.gif) -416px -38px no-repeat;}
li#request	a.active	{background: url(../images/gif/main_navigation.gif) -575px -38px no-repeat;}


#site_container #content {
	margin-top: 20px;
	margin-bottom: 100px;
}

#site_container #content_main h2{
	color: #e99a48;
	font-size: 225%;
	margin-bottom: 20px;
}

#site_container #content_main h3{
	color: #e99a48;
	font-size: 140%;
	margin-bottom: 10px;
}

h2#learn_more{
	position: absolute;
	width: 572px;
	height: 46px;
	text-indent: -9000px;
	background-image: url(../images/gif/h2_learn_more.gif);
	background-repeat: no-repeat;
	left: 39px;
	top: 369px;
}

html > body h2#learnmore{
	background-image: url(../images/gif/h2_learn_more.png);
}

h3#view_products{
	position: absolute;
	width: 149px;
	height: 39px;
	text-indent: -9000px;
	background: url(../images/gif/h3_view_products.gif) no-repeat scroll 0 -39px;
	left: 39px;
	top: 430px;
}

html > body h3#view_products{
	background: url(../images/gif/h3_view_products.png) no-repeat scroll 0 -39px;
}

h3#view_products a{
	display: block;
	width: 149px;
	height: 39px;
	text-indent: -9000px;
}

#view_products a:hover{
	background: url(../images/gif/h3_view_products.gif) no-repeat scroll 0 0px;
}

html > body #view_products:hover{
	background: url(../images/gif/h3_view_products.png) no-repeat scroll 0 0px;
}


#site_container #content .feature{
	width: 362px;
}

#site_container #content .feature_header {
	width: 362px;
	height: 30px;
	background: url(../images/gif/content_feature_header.gif) no-repeat;
}

#site_container #content .feature_main {
	background-color: #e99a48;
	border-left: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
}

#site_container #content .feature_footer {
	width: 362px;
	height: 30px;
	background: url(../images/gif/content_feature_footer.gif) no-repeat;
	margin-top: -15px;
}


#site_container #content .feature .feature_main p {
	margin-bottom: 15px;
	color: #34261E;
}

#site_container #content .feature p.intro_text {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 175%;
}

#site_container #content #right_column{
	width: 330px;
	float: right;
}

#site_container #content #right_column ul {
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 30px;
}

h2#our_range{
	width: 260px;
	height: 42px;
	text-indent: -9000px;
	background: url(../images/gif/h2_our_range_is.gif) no-repeat;
	margin-top: 45px;
}

#site_container #content #right_column ul li{
	width: 254px;
	height: 27px;
	text-indent: -9000px;
	margin-bottom: 10px;
}

li#full_remote		{ background: url(../images/gif/li_fully_remote_control.gif) no-repeat;}
li#premiere_steel	{ background: url(../images/gif/li_premiere_steel.gif) no-repeat;}
li#castle_steel		{ background: url(../images/gif/li_castle_steel.gif) no-repeat;}
li#timber			{ background: url(../images/gif/li_timber.gif) no-repeat;}
li#grp				{ background: url(../images/gif/li_grp.gif) no-repeat;}
li#g60				{ background: url(../images/gif/li_g60.gif) no-repeat;}
li#roller			{ background: url(../images/gif/li_roller.gif) no-repeat;}
li#insul			{ background: url(../images/gif/li_insul.gif) no-repeat;}
li#range			{ background: url(../images/gif/li_range.gif) no-repeat;}
li#home_install		{ background: url(../images/gif/li_home.gif) no-repeat;}

#range_list a{
	display: block;
	width: 254px;
	height: 27px;
}

#premiere_steel	a:hover	{ background: url(../images/gif/li_premiere_steel.gif) 0 -27px no-repeat;}
#castle_steel a:hover	{ background: url(../images/gif/li_castle_steel.gif) 0 -27px no-repeat;}
#timber a:hover			{ background: url(../images/gif/li_timber.gif) 0 -27px no-repeat;}
#grp a:hover			{ background: url(../images/gif/li_grp.gif) 0 -27px no-repeat;}
#g60 a:hover			{ background: url(../images/gif/li_g60.gif) 0 -27px no-repeat;}
#roller a:hover			{ background: url(../images/gif/li_roller.gif) 0 -27px no-repeat;}
#insul a:hover			{ background: url(../images/gif/li_insul.gif) 0 -27px no-repeat; }

#footer {
	margin-top: 50px;
	padding-bottom: 50px;
	background-color: #E99A48;
	background-image: url(../images/gif/footer_bg.gif);
	background-repeat: repeat-x;
}

#footer p{
	color: #372920;
}

#footer a{
	color: #372920;
}

#footer_content{
	width: 761px;
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
}

#footer h4#mini_logo{
	text-indent: -9000px;
	height: 66px;
	width: 66px;
	background: url(../images/gif/totalgd_mini_logo.gif) no-repeat;
	float: left;
}

#footer #footer_content ul {
	margin-left: 20px;
	padding-right: 20px;
	float: left;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #32251D;
}

#footer #footer_content #copyright{
	padding-top: 10px;
	border-top: solid 1px #372920;
}

#footer #footer_content #copyright p{
	font-size: 100%;
}

#footer #footer_content #address {
	margin-bottom: 10px;
}


#site_container #content #product_nav {
	
}

#site_container #content #product_nav h2{
	font-size: 100%;
	line-height: 100%;
}


#site_container #content #product_nav #product_nav_header {
	background-image: url(../images/gif/product_nav_header.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 760px;
}

#site_container #content #product_nav #product_nav_content {
	border-left: solid 3px #e99a48;
	border-right: solid 3px #e99a48;
	background: url(../images/gif/product_nav_content_bk.gif) repeat-x;
	height: 152px;
	width: 754px;
	position: relative;
}

#site_container #content #product_nav #product_nav_footer {
	background-image: url(../images/gif/product_nav_footer.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 760px;
}

#site_container #content #product_nav ul#nav_strip{
	background-image: url(../images/jpg/product_navigation.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 127px;
	width: 751px;
	position: relative;
	top: 25px;
}

#site_container #content #product_nav ul#nav_strip li{
	display: block;
	height: 127px;
	width: 85px;
	position: absolute;
}

#site_container #content #product_nav #nav_strip a{
	text-indent: -9000px;
	display: block;
	height: 127px;
	width: 85px;
}

#nav_premiere{
	top: 0;
	left: 0;
}

#nav_castle{
	top: 0;
	left: 95px;
}

#nav_timber{
	top: 0;
	left: 190px;
}

#nav_grp{
	top: 0;
	left: 285px;
}

#nav_g60{
	top: 0;
	left: 380px;
}

#nav_roller{
	top: 0;
	left: 475px;
}

#nav_insulated{
	top: 0;
	left: 570px;
}

#nav_options{
	top: 0;
	left: 665px;
}

li#nav_premiere a:hover{
	background: url(../images/jpg/product_navigation.jpg) 0 -127px;
}

li#nav_castle a:hover{
	background: url(../images/jpg/product_navigation.jpg) -95px -127px;
}

li#nav_timber a:hover{
	background: url(../images/jpg/product_navigation.jpg) -190px -127px;
}

li#nav_grp a:hover{
	background: url(../images/jpg/product_navigation.jpg) -285px -127px;
}

li#nav_g60 a:hover{
	background: url(../images/jpg/product_navigation.jpg) -380px -127px;
}

li#nav_roller a:hover{
	background: url(../images/jpg/product_navigation.jpg) -475px -127px;
}

li#nav_insulated a:hover{
	background: url(../images/jpg/product_navigation.jpg) -570px -127px;
}

li#nav_options a:hover{
	background: url(../images/jpg/product_navigation.jpg) -665px -127px;
}

li#nav_premiere a.active{
	background: url(../images/jpg/product_navigation.jpg) 0 -127px;
}

li#nav_castle a.active{
	background: url(../images/jpg/product_navigation.jpg) -95px -127px;
}

li#nav_timber a.active{
	background: url(../images/jpg/product_navigation.jpg) -190px -127px;
}

li#nav_grp a.active{
	background: url(../images/jpg/product_navigation.jpg) -285px -127px;
}

li#nav_g60 a.active{
	background: url(../images/jpg/product_navigation.jpg) -380px -127px;
}

li#nav_roller a.active{
	background: url(../images/jpg/product_navigation.jpg) -475px -127px;
}

li#nav_insulated a.active{
	background: url(../images/jpg/product_navigation.jpg) -570px -127px;
}

li#nav_options a.active{
	background: url(../images/jpg/product_navigation.jpg) -665px -127px;
}

#site_container #content_main ul {
	list-style-type: none;
	margin: 0 auto;
}
#site_container #content_main li {
}
#site_container #content #content_main li {
	width: 300px;
	padding: 20px;
	border: 1px dotted #E99A48;
	margin: 5px;
	float: left;
	height: 125px;
}
#site_container #content #content_main {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e99a48;
	border-left-color: #e99a48;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 1px;
	height: 1%;
}
#site_container #content #main_header {
	background-image: url(../images/gif/main_header.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 760px;
}

#site_container #content #main_footer {
	background-image: url(../images/gif/main_footer.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 760px;
}
#site_container #content #product_nav {
	margin-bottom: 20px;
}

h2#choose_your_style{
	text-indent: -9000px;
	background: url(../images/gif/h2_choose_your_style.gif) no-repeat;
	width: 107px;
	height: 13px;
	position: absolute;
	left: 19px;
	top: 247px;
}

h2#with_over{
	background: url(../images/gif/h2_with_over.gif) no-repeat;
	width: 506px;
	height: 62px;
	position: absolute;
	text-indent: -9000px;
	left: 69px;
	top: 357px;
}

html > body h2#with_over{
	background: url(../images/gif/h2_with_over.png) no-repeat;
}

h3#totalgd_white{
	background: url(../images/gif/totalgd_logo_white.gif) no-repeat;
	width: 102px;
	height: 101px;
	position: absolute;
	text-indent: -9000px;
	right: 34px;
	top: 338px;
}

html > body h3#totalgd_white{
	background: url(../images/gif/totalgd_logo_white.png) no-repeat;
}

#content_main p.intro_text {
	color: #e99a48;
	font-weight: bold;
	font-size: 150%;
}

#tgd_map{
	padding: 5px;
	border: solid 1px #e99a48;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#site_container #content h2 {
	margin-bottom: 10px;
	color: #e99a48;
}

.orange{
	color: #e99a48;
}

#site_container #content #contact_us {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 75%;
}

#frmSurvey ul {
	padding: 10px;
	list-style-type: none;
}

#frmSurvey li {
	clear: both;
}

#frmSurvey label {
	font-weight: bold;
}

#frmSurvey fieldset {
	padding: 20px;
	border: 1px dotted #e99a48;
}

#frmSurvey legend {
	color: #e99a48;
	background-color: #372920;
	font-weight: bold;
	font-size: 125%;
	padding-left: 5px;
	padding-right: 5px;
}

#frmSurvey select {
	float: left;
}

#frmSurvey label {
	width: 100px;
	display: block;
	float: left;
	height: 22px;
	padding-top: 10px;
}

#frmSurvey input {
	float: left;
}

#frmSurvey {
	color: #e99a48;
	width: 75%;
	margin: 0;
	display: inline;
	padding: 0;
}

#frmSurvey #submit {
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
}
#frmSurvey #frmNotes {
	width: 100%;
}

#request_info{
	position: absolute;
	width: 354px;
	left: 351px;
	top: 299px;
	height: 154px;
}

#request_info p{
	font-size: 120%;
	color: #e99a48;
}

#site_container #content #form_submitted {
	height: 450px;
}

#site_container #content #breadcrumbs {
	background-image: url(../images/gif/breadcrumb_bk.gif);
	background-repeat: no-repeat;
	width: 741px;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

#site_container #content #breadcrumbs ul {
	padding-top: 4px;
}

#site_container #content #breadcrumbs li {
	display: inline;
	font-size: 125%;
	font-variant: small-caps;
	font-weight: bold;
}
#site_container #content #breadcrumbs a {
	color: #372920;
}

#site_container #content #breadcrumbs a:hover {
	text-decoration: underline;
}

#site_container #content #product_left_info {
	width: 325px;
	margin-top: 20px;
}

#site_container #content #product_left_info .intro{
	color: #e99a48;
	font-size: 150%;
}
#site_container #content #product_left_info h2 {
	font-size: 200%;
	margin-bottom: 20px;
	margin-top: 10px;
}
#site_container #content #product_right_info {
	float: right;
	width: 381px;
	margin-top: 30px;
}
#site_container #content #product_left_info p {
	line-height: 250%;
}
#site_container #content #product_right_info #range_header {
	background-image: url(../images/gif/product_right_header.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 381px;
	margin-top: 20px;
	position: relative;
}
#site_container #content #product_right_info #range_content {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E99A48;
	border-left-color: #E99A48;
	padding-left: 18px;
	padding-top: 20px;
	height: 1%;
}
#site_container #content #product_right_info #range_footer {
	background: url(../images/gif/product_right_footer.gif) no-repeat;
	height: 24px;
	width: 381px;
}

h3#range{
	width: 66px;
	height: 13px;
	position: absolute;
	background: url(../images/gif/h3_range.gif) no-repeat;
	left: 17px;
	top: 7px;
	text-indent: -9000px;
}

.thumbnails{
	float: left;
	width: 100px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline;
	border: 1px solid #e99a48;
}

.thumbnails_alternative{
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline;
	border: 1px solid #e99a48;
}

#site_container #content #product_right_info .generic_header {
	background-image: url(../images/gif/product_right_generic.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 381px;
	margin-top: 20px;
}
#site_container #content #product_right_info .generic_content {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E99A48;
	border-left-color: #E99A48;
	padding-left: 18px;
	height: 1%;
	padding-right: 18px;
}
#site_container #content #product_right_info .generic_footer {
	background: url(../images/gif/product_right_footer.gif) no-repeat;
	height: 24px;
	width: 381px;
}
#site_container #content #product_right_info .generic_content h3 {
	color: #E99A48;
	font-size: 125%;
	margin-bottom: 20px;
}

#site_container #content #product_right_info .generic_content ul {
	list-style-type: none;
}

.floating_thumb{
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	border: solid 1px #e99a48;
}

#site_container #content #product_right_info .generic_content li {
	clear: left;
	padding-bottom: 20px;
}
#site_container #content #product_right_info .generic_content p {
	font-size: 100%;
}

ul#optional_extras{
	color: #e99a48;
	font-size: 125%;
}

#site_container #content #product_right_info #product_colours_header {
	background-image: url(../images/gif/product_colours_header.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 381px;
	margin-top: 20px;
	position: relative;
}
#site_container #content #product_right_info #product_colours_content {
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E99A48;
	border-left-color: #E99A48;
	padding-left: 18px;
	height: 1%;
	padding-right: 18px;
	padding-top: 30px;
}
#site_container #content #product_right_info #product_colours_footer {
	background: url(../images/gif/product_colours_footer.gif) no-repeat;
	height: 24px;
	width: 381px;
}

h3#colours{
	position: absolute;
	width: 106px;
	height: 10px;
	background: url(../images/gif/h3_colours.gif) no-repeat;
	text-indent: -9000px;
	left: 17px;
	top: 7px;
}

#site_container #content #product_right_info #product_colours_content p {
	font-size: 100%;
	color: #372920;
}


.colour_thumb{
	float: left;
	width: 29px;
	margin-right: 10px;
	margin-bottom: 20px;
	display: inline;
	border: 1px solid #e99a48;
}

.colour_g60{
	float: left;
	width: 253px;
	margin-bottom: 20px;
	display: inline;
	border: 1px solid #e99a48;
}

.colour_wood_thumb{
	float: left;
	width: 91px;
	margin-right: 10px;
	margin-bottom: 20px;
	display: inline;
	border: 1px solid #e99a48;
}

#site_container #content #product_right_info #product_colours_content p.mini_orange {
	color: #e99a48;
	font-size: 95%;
	padding-top: 20px;
	font-weight: bold;
}

#site_container #content #product_left_info .products_left_header {
	background-image: url(../images/gif/products_left_header.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 325px;
	margin-top: 20px;
}

#site_container #content #product_left_info .products_left_content {
	border-left: 3px solid #e99a48;
	border-right: 3px solid #e99a48;
	padding-left: 20px;
	padding-right: 20px;	
	height: 1%;
}

#site_container #content #product_left_info .products_left_footer {
	background-image: url(../images/gif/products_left_footer.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 325px;
}

#site_container #content #product_left_info .products_left_content h3 {
	color: #E99A48;
	font-size: 125%;
	margin-bottom: 20px;
}

#site_container #content #product_left_info .products_left_content ul {
	list-style-type: none;
}

#site_container #content #product_left_info .products_left_content li {
	clear: left;
	padding-bottom: 20px;
}

#site_container #content #product_left_info .products_left_content p {
	font-size: 110%;
}

#site_container #content #product_right_info .white_generic_header {
	background-image: url(../images/gif/generic_white_header.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 381px;
	margin-top: 20px;
}
#site_container #content #product_right_info .white_generic_content {
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E99A48;
	border-left-color: #E99A48;
	padding-left: 18px;
	height: 1%;
	padding-right: 18px;
}
#site_container #content #product_right_info .white_generic_footer{
	background: url(../images/gif/product_colours_footer.gif) no-repeat;
	height: 24px;
	width: 381px;
}

#site_container #content #product_right_info .white_generic_content h3 {
	font-size: 125%;
	color: #E99A48;
	margin-bottom: 10px;
}

.orange_border{
	border: 1px solid #e99a48;
}

#site_container #content #product_right_info .white_generic_content p {
	color: #372920;
	font-size: 100%;
}

.floating_thumb_g60{
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	border: solid 1px #e99a48;
	margin-bottom: 10px;
}

ul#features {
	font-size: 110%;
}

ul#features li{
	list-style-type: circle;
	list-style-position: inside;
}

#site_container #content #options_full_width {
	margin-top: 20px;
}
#site_container #content #options_full_width #full_width_header {
	background-image: url(../images/gif/full_width_header.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 760px;
}
#site_container #content #options_full_width #full_width_content {
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e99a48;
	border-left-color: #e99a48;
	padding-left: 20px;
	padding-right: 20px;
	height: 1%;
}
#site_container #content #options_full_width #full_width_footer {
	background-image: url(../images/gif/full_width_footer.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 760px;
}

#site_container #content #options_full_width #full_width_content h3 {
	font-size: 125%;
	color: #E99A48;
	margin-bottom: 10px;
}
#site_container #content #options_full_width #full_width_content p {
	font-size: 125%;
	color: #372920;
}
#site_container #content #content_main a:hover {
	color: #FFFFFF;
}
