*
{
    padding: 0;
    margin: 0;
    
    outline: none;
    
    font-family: Arial;
    font-size: 13px;
    color: #333333;
    line-height: 17px;
}

html
{
    /*height: 100%;*/
}

body
{
    background-color: #4d4d4d;
    height: 100%;
}

a
{
    font-size: 13px;
    color: #31afe0;
    text-decoration: underline;
}

#content
{
    width: 980px;
    
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    
    position: relative;

    background-color: White;
    background-image: url(../images/content_bg.png);
    background-position: left top;
    background-repeat: no-repeat;
}

#order_today_btn
{
    position: absolute;
    left: 262px;
    top: 257px;
}

#flashHeader
{
    margin-bottom: 30px;
}

#left_column
{
    width: 565px;
    margin-left: 35px;
    float: left;
}

#right_column
{
    width: 345px;
    margin-right:30px;
    float: right;
}

#footer
{
    padding-left: 35px;
    padding-right: 80px;
    padding-top: 20px;
    
    background-color: #4d4d4d;
}

#footer p
{
    font-size: 11px;
    line-height: 14px;
    
    color: #8c8781;
}

#footer p a
{
    font-size: 11px;
}

#overlay
{
	width: 100%;
	height: 100%;
	filter:alpha(opacity=70);
	opacity:.7;
	background-color: black;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

#overlayContent
{
	position: absolute;
	/*
	top: 10%;
	left: 50%;
	margin-left: -400px;
	*/
	
	width: 800px;
	height: 75%;
	
	display: none;
	
	background-color: White;
	padding: 20px;
}

#overlay_close_btn
{
    float: right;
    margin-right: 20px;
}

.overlay_content
{
    padding-top: 10px;
    display: none;
    height: 100%;
}

.overlay_content p
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.overlay_content h1
{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.overlay_content h2
{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.overlay_content_content
{
    height: 90%;
    overflow: auto;
}

