
body
{
    margin: 0;
    padding: 0;
    background: #000 url(../img/themes/gray/background.png) repeat-x top left;
    font: 9pt Arial, Tahoma, Verdana;
}

body, a
{
    color: #656565;
}

.aug_page
{
    width: 1000px;
    margin: auto;
}

.aug_top
{
    width: 1000px;
    height: 146px;
    float: left;
    text-align: left;
    background: url(../img/themes/gray/top_background.png) no-repeat 38px 0;
}

.aug_middle
{
    width: 1000px;
    float: left
}

.aug_left
{
    width:  43px;
    height: 519px;
    float: left;
    background: url(../img/themes/gray/left.png) no-repeat;
}

.aug_right
{
    width: 98px;
    height: 519px;
    float: left;
    background: url(../img/themes/gray/right.png) no-repeat;
}

.aug_content_wrapper
{
    width: 859px;
    height: 519px;
    float: left;
}

.aug_content
{
    float: left;
    width: 859px;
    height: 395px;
    background: #fff url(../img/themes/gray/content_background.png) no-repeat;
}

.aug_content.full
{
    height: 519px;
}

.aug_bottom
{
    float: left;
    width: 859px;
    height: 124px;
    background: url(../img/themes/gray/bottom_background.png) no-repeat;
}

.aug_bottom.full
{
    display: none;
}

.aug_bottom_border
{
    width: 1000px;
    height: 53px;
    float: left;
    background: url(../img/themes/gray/bottom_border.png) no-repeat;
}

.aug_bottom_reflect
{
    float: left;
    width: 100%;
    height: 98px;
    display: block;
    background: url(../img/themes/gray/bottom_reflect.png) no-repeat top center;
}

.aug_product_name
{
	color:				#ffffff;
	display:			block;
	height:				18px;
	text-align:			left;
	margin:				20px 0 0 0;
	padding:			2px 5px 0 5px;
	font-size:			12px;
	background:			url('../img/themes/gray/bgname.jpg') repeat-x;
    font-weight:        normal;
    float:              left;
}

.aug_did_you_know_header
{
    color: #a12406;
    margin: 0;
    padding: 0;
}

.aug_did_you_know
{
    margin: 5px 0 0 0;
    padding: 0;
    color: #a12406;
    font-size: 0.9em;
    width: 250px;
    height: 90px;
}