﻿html, body{
    height:100%;
	margin:0;
    padding:0;
    overflow-y:scroll;
}
body{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:1em;
	overflow:hidden;
	background-color: #130501;

}
body a{
	color:#f0b88d;
	text-decoration:none;
}
body a:hover{
	color:#f5d6be;
	text-decoration:underline;
}


/* -------------- BACKGROUND GRAPHICS ----------*/
.page{
	position:absolute;
	background-image:url(images/bg_gradient.png);
	background-repeat:repeat-x;
	background-color: #130501;
	left:0; 
	top:0; 
	bottom:0;
	right:0;
}
.bg_companyphrase{
	position:absolute;
	background-image:url(images/bg_text.png);
	left:0; 
	top:0; 
	bottom:0;
	right:0;
}
.bg_dropshadow{
	background-image:url(images/bg_dropshadow.png);
}
.top_bg{
	background-image:url('images/top_bg.png');
	background-repeat:no-repeat;
}
.logo{
	text-align:center;
	margin-top:10px;
}


/* -------------- HOMEPAGE SPECIFIC STYLES ----------*/
.top_bg_home{
	background-image:url('images/top_bg_home.png');
	background-repeat:no-repeat;
}
.homepage_logo{
	position:relative;
	text-align:center;
	background-image:url('images/homepage_logo.png');
	background-repeat:no-repeat;
	background-position:center;
}
.top_logo{
	position:relative;
	text-align:center;
}

.homepage_img_div{
	position:relative;
	float:left;
	padding:5px; 
	background-image:url('images/white.png');
	width:230px;
	height:auto;
}
.homepage_img{
	position:relative;
	float:left;
	width:230px;
	height:auto;
	filter:alpha(opacity=100);
}

}
.homepage_img2{
	position:relative;
	float:left;
	height:auto;
	filter:alpha(opacity=100);
}


.homepage_text{
	position:relative;
	float: left;
	color:#ffffff;
	font-family:Verdana;
	line-height:22px;
	width:395px;
	padding:0px 0px 10px 40px;
}

/* -------------- NAVIGATION SPECIFIC STYLES ----------*/
.pop_out{	
	font-family: Wingdings;
	color:#ffffff;
	padding-left:4px;
}
.navigation_phrase{
	text-align:right;
	margin-right:60px;
	margin-top:-110px;
}
.navigation{
	background-image:url(images/topnav_textgradient.png);
	position:relative;
	color: #821501;
	top:0px;
	text-align:center;
	line-height:30px;
}
.navigation_text a{
	font-family:Verdana;
	font-size:.75em;
	color: #ffffff;
	text-decoration:none;
	margin:4px;
	white-space:nowrap;
}
.navigation_text a:hover{
	color:#d52202;
	text-decoration:none;
}
.navigation_text_active a{
	font-family:Verdana;
	font-size:.75em;
	color: #d52202;
	margin:4px;
	white-space:nowrap;
}
.navigation_text_active a:hover{
	color:#d52202;
	text-decoration:none;
}


/* -------------- TEXT SPECIFIC STYLES ----------*/
.contents{
	padding:40px 100px 40px 100px;
	color: white;
	font-family:Verdana;
	font-size:.75em;
}
.main_text{
	float:left;
	color:#ffffff;
	line-height:20px;
	width:410px;
	padding-bottom:20px;
}
.main_text_horizontal{
	float:left;
	color:#ffffff;
	line-height:20px;
	width:370px;
	padding-bottom:20px;
}
.main_text a{
	color:#f0b88d;
	text-decoration:none;
}
.main_text a:hover{
	text-decoration:underline;
	color:#f5d6be;
}
.main_text_wide{
	float:left;
	color:#ffffff;
	line-height:20px;
	width:100%;
	padding-bottom:40px;
}
.main_text_wide a{
	color:#f0b88d;
	text-decoration:none;
}
.main_text_wide a:hover{
	color:#f5d6be;
	text-decoration:underline;
}
.heading_1{
	font-size:2em;
	color: #d52202;
	padding-bottom:10px;
	width:410px;
	float:left;
	text-transform:lowercase;
	font-family:"Trebuchet MS", serif;
}
.heading_2{
	font-size:1.2em;
	text-transform:lowercase;
	color: #d52202;
	padding-bottom:3px;
	border-bottom:1px dotted #414141;
	font-family:"Trebuchet MS", serif;
}
}
.block_text{
	font-size:2.5em;
	text-transform:uppercase;
	border-top:1px dotted #414141;
	border-bottom:1px dotted #414141;
	font-family:"Trebuchet MS", serif;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	line-height:40px;
}

.box_text{
	float:left;
	color:#ffffff;
	line-height:20px;
	margin-left:25px;
	margin-right:25px;
	width:200px;
	padding-bottom:0px;
}

/* -------------- QUOTE SPECIFIC STYLES ----------*/
.quote_heading1{
		text-transform:lowercase;
		font-size:1.2em;
		font-family:"Trebuchet MS", serif;
}
.quote{
	position:relative;
	float:right;
	color: #c7bfb5;
	font-family:"Trebuchet MS", Times, serif;
	line-height:18px;
	width:225px;
	top:-35px;
	text-transform:lowercase;
}
.quote a{
	color:#f0b88d;
	text-decoration:none;
}
.quote a:hover{
	color:#f5d6be;
	text-decoration:underline;
}



/* -------------- OTHER SPECIFIC STYLES ----------*/
.side_paypal{
	position:relative;
	float:right;
	width:225px;
	top:-35px;
	right:-40px;
	border:0px; 
	padding:5px; 
}

.side_photo{
	position:relative;
	float:right;
	width:225px;
	top:-35px;
	border:0px solid white; 
	padding:5px; 
	background-image:url('images/white.png');
	font-size:.85em;
	color:#cccccc;
}

.side_photo_plus_25{
	position:relative;
	float:right;
	width:225px;
	top:25px;
	border:0px solid white; 
	padding:5px; 
	background-image:url('images/white.png');
	font-size:.85em;
	color:#cccccc;
}

.side_photo_horizontal{
	position:relative;
	float:right;
	width:270px;
	top:-35px;
	border:0px solid white; 
	padding:5px; 
	background-image:url('images/white.png');
	font-size:.85em;
	color:#cccccc;
}

.side_photo_horizontal_plus_25{
	position:relative;
	float:right;
	width:270px;
	top:45px;
	border:0px solid white; 
	padding:5px; 
	background-image:url('images/white.png');
	font-size:.85em;
	color:#cccccc;
}


.side_box_horizontal_plus_25{
	position:relative;
	float:right;
	width:240px;
	top:25px;
	right:20px;
	border:1px solid white; 
	padding:0px; 
	background-image:url('images/side_box_bg.png');
	background-position:center;
	font-size:.85em;
	color:#cccccc;
}

.back_button {
	padding-top:20px;
	text-transform:lowercase;
}
.footer{
	position: relative;
	float:left;
	color: #666666;
	font-family:Verdana;
	font-size:.85em;
	font-style:italic;
	border-top:1px dotted #414141;
	text-align:center;
	line-height:18px;
	white-space:nowrap;
	width:100%;
	margin-top: 20px;
	padding-top:10px;
	padding-bottom:10px;
}
.footer a{
	color: #666666;
	}
.copyright{
		font-family: "Times New Roman";
	font-size: 1.5em;

}
