/* GLOBAL */
body {
margin:0;
border:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
background: #507a8d url(/images/bg.jpg) repeat-x;
font-size: 14px;
}

img {
border:0;
margin:0;
padding:0;
}

h3 {
margin: 5px 0px;
}

/* PRIVATE */

#main_container {
width: 1000px;
margin:0px auto;
position:relative;
border:0;
padding:0;
}

#header {
margin: 0;
padding:0;
background: #ffffff url(/images/header.jpg) no-repeat;
height: 205px;
}

#contact_info {
padding: 35px 0px 0px 220px;
color: #3f7a8d;
font-size: 12px;
text-align:center;
width: 400px;
font-weight:bold;
}

#flash_header {
padding: 40px 0px 0px 230px;
}

#navigation {
float: left;
width: 1000px;
margin: 0;
background:#c2e1eb url(/images/nav_bg.jpg) no-repeat;
font-size:12px;
font-weight:bold;
_height:38px;
height: 38px;
}

#navigation ul {
padding-left: 50px;
list-style:none;
margin:15px 0 0;
}

#navigation ul li {
float: left;
padding: 0px 7px;
margin:0;
border-right: 1px solid #cccccc;
}

#navigation ul li a {
color: #000;
text-decoration: none;
}

#content_container {
clear: left;
width: 1000px;
margin:0px;
padding: 0;
overflow:hidden;
background: url(/images/content_bg.jpg) repeat-y;

}

#content {
width: 900px;
position:relative;
margin: 0px auto;
padding: 0px;
}

#left_content {
float: left;
width: 220px;
padding-left: 4px;
overflow:hidden;
}

#right_content {
float:left;
width: 650px;
padding-left: 10px;
}

#right_content table td {
    padding: 5px;
}

#footer {
clear: left;
height: 20px;
background: #ffffff url(/images/footer.jpg) no-repeat;
}

#copyright {
clear:left;
font-weight: bold;
font-size:10px;
text-align:center;
color: #ffffff;
}

#copyright a {
color: #ffffff;
}

.button {
background: url(/images/button.gif) no-repeat;
width: 210px;
height: 33px;
line-height:33px;
text-align:center;
font-size: 20px;
font-weight:bold;
color:#507a8d;
margin-top: 10px;
}

.button a {
color: #507a8d;
text-decoration:none;
}

.buttons {
text-align:center;
}

.header_image {
    text-align: center;
}

.info_table {
    width: 100%;
}

.info_table th {
    font-size: 14px;
}

.coupon{
	padding-left:12px;
	}
	
.coupon a {
    color: #0000cc;
    font-size: 16px;
    font-weight: bold;
	
}