﻿body 
{
	margin: 0;
	padding: 0;
	color: #000000;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-color: #c52525;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

a, a:link, a:visited, a:hover, a:active 
{
    color: #D14735;
    text-decoration: none;
    font-weight: bold;
}
a:hover { text-decoration: underline; }

.clear 
{
	clear: both;
}

.redtxt { color: #D14735; }
.black_bold { color:#000000; font-weight: bold; }
.red_italic { color:#D14735; font-weight: bold; font-style: italic; }
.lg_text { font-size: 16px; }
.sm_ital { font-size: 11px; font-style: italic; }
#inside_content { padding: 20px; }
h1 { font-size: 16px; font-weight: bold; color: #D14735; }
.big_bold { font-size: 22px; font-weight: bold; }
.bigger_bold { font-size: 40px; font-weight: bold; }

#wrapper 
{
	width: 1000px;
	min-height: 600px;
	margin: 0 auto;
}

#header_logo 
{
    float: left;
    width: 734px;
    height: 125px;
}

#header_login 
{
    float: left;
    width: 221px;
    height: 125px;
}

#header_right 
{
    float: left;
    width: 45px;
    height: 125px;
}

#pgMenu 
{
    width: 1000px;
    height: 43px;
    background-image: url(../images/menu_bg.jpg);
    background-repeat: no-repeat;
    line-height: 43px;
}

#pgContent 
{
    width: 804px;
    margin: 0 auto;
    background-image: url(../images/content_bg.jpg);
    background-repeat: repeat-y;
}

#round_btn_holder { width: 804px; display: inline; }
.round_btn 
{
    float: left;
}

#home_col_1 
{
    position: relative; 
    top: -30px;
    width: 500px;
    float: left;
    padding-left: 20px;
}

#home_col_2 
{
    position: relative; 
    top: -30px;
    float: left;
    width: 250px;
    padding-left: 20px;
}

#pgFooter 
{
    height: 15px;
    line-height: 15px;
    background-color: #BB0907;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
#pgFooter a { color: #FFFFFF !important; text-decoration: none !important; }

#news_pg { background-color: #FEFEFE; }

.news_title 
{
    background-image: url(../images/box_top.jpg);
    background-repeat: no-repeat;
    height: 52px;
    line-height: 52px;
    width: 725px;
    margin: 0 auto;
    font-weight: bold;
    color: #D14735;
    padding-left: 30px;
    padding-right: 30px;
}


.news_desc 
{
    background-image: url(../images/box_bg.jpg);
    background-repeat: repeat-y;
    width: 725px;
    margin: 0 auto;
    padding-left: 30px; 
    padding-right: 30px;
}

.news_link 
{
    background-image: url(../images/box_bottom.jpg);
    background-repeat: no-repeat;
    height: 39px;
    line-height: 25px;
    margin: 0 auto;
    width: 725px;
    font-weight: bold;
    color: #D14735;
    padding-left: 30px; 
    padding-right: 30px;
}

.article_title 
{
    font-size: 15px;
    font-weight: bold;
    color: #D14735;
    text-align: center;
}

.article_date { padding-top: 15px; }
.article_body { padding-top: 15px; padding-bottom: 20px; }

.back_btn a, .back_btn a:link, .back_btn a:visited, 
.back_btn a:hover, .back_btn a:active 
{
    color: #D14735;
    font-weight: bold;
    text-decoration: none;
}
.back_btn a:hover { text-decoration: underline; }

.three_col  
{
    width: 30%; 
    padding-right: 20px;
    float: left;
    font-size: 12px;
}

.three_col_hdr 
{
    height: 42px;
    background-image: url(../images/menu_bg.jpg);
    background-repeat: no-repeat;
    line-height: 42px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.three_col ul, .two_col ul 
{
    padding-left: 20px;
    padding-right: 20px;
}

.two_col  
{
    width: 47%; 
    padding-right: 20px;
    float: left;
    font-size: 12px;
}

.redbtn 
{
    display: block;
    width: 220px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-image: url(../images/menu_bg.jpg);
    background-repeat: no-repeat;
    color: #FFFFFF !important;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 12px;
    float: right;
}

.right_col 
{
    width: 230px;
    padding: 10px;
    float: right;
    text-align: right;
}

.imgbox 
{
    width: 200px;
    padding: 10px;
    border: solid 1px #CCCCCC;
    text-align: center;
    float: right;
}

.imgbox a, .imgbox a:link, .imgbox a:hover, 
.imgbox a:visited, .imgbox a:active 
{
    font-size: 11px;
    font-weight: bold;
    color: #CCCCCC;
    text-decoration: none;
}

.right_col .three_col 
{
    width: 100% !important;
    margin-top: 50px;
    text-align: left;
}

.login_box a
{
    display: block;
    width: 220px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border: solid 1px #CCCCCC;
    margin-left: 15px;
    margin-top: 15px;
    float: left;
}

#contact_form 
{
    width: 50%;
    float: left;
}

.fieldlbl 
{
    float: left;
    width: 130px;
    padding-right: 10px;
    padding-bottom: 7px;
    text-align: right;
}

.fieldtxt  
{
    float: left;
    padding-bottom: 7px;
    width: 150px;
}

#contact_address 
{
    width: 300px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    float: left;
    border: solid 1px #CCCCCC;
}

#customer_box_top 
{
    background-image: url(../images/cs_top.gif);
    background-repeat: no-repeat;
    width: 200px;
    height: 21px;
    line-height: 21px;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

#customer_box_btm 
{
    background-image: url(../images/cs_bottom.gif);
    background-repeat: no-repeat;
    width: 200px;
    height: 21px;
    line-height: 21px;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

#customer_box_btm a, #customer_box_btm a:link, #customer_box_btm a:hover, 
#customer_box_btm a:visited, #customer_box_btm a:active 
{
    color: #FFFFFF;
    text-decoration: underline;
} 

#customer_list 
{
    width: 200px;
    height: 220px;
    float: right;
    padding-left: 20px;
}

#marqueecontainer {
	position: relative;
	width: 197px;
	height: 178px;
	border: solid 1px #C43030;
	overflow: hidden;
	text-align: center;
}

.cs_name { font-weight: bold; }
.cs_name2 { padding-bottom: 15px; }
.customer_holder  
{
    display: block; 
    width: 30%; 
    float: left; 
    height: 75px; 
    text-align: center;
}


/* NAV MENU */
#nav li { margin-top: 7px; }
#nav li, #nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active  
{
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 28px;
    font-weight: normal;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	padding-left: 35px;
	padding-right: 35px;
	font-weight: normal;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 175px;
}

#nav li ul li 
{
    margin-top: 0px;
    background-color: #999999;
    font-size: 15px;
    width: 175px;
    height: 30px;
    line-height: 30px;
    border-bottom: solid 1px #FFFFFF;
}

#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:hover, #nav li ul li a:active 
{
    padding-right: 0px;
    padding-left: 10px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}

#nav li ul li a:hover
{
        background-color: #BB0907;
        font-weight: normal;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li.border { border-right: solid 2px #FFFFFF; }


