body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Tahoma, Sans-Serif;
    font-weight:normal;
    line-height: 150%;
    background-color: #363636;
    background-image: url(gfx/gradbg.gif);
    background-repeat: repeat-x;
    color: #fff; 
    overflow: hidden;
}

a 
{
    color: #a28872;
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}

p, form {
margin: 0px;
}

h1 
{
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 5px;
}

#maindiv 
{
    width: 900px;
    text-align: left;
}

#topdiv 
{
    height: 170px;
    border-bottom: 1px solid #494949;
}

#logodiv 
{
    padding-top: 85px;
    float: left;
    width: 300px;
}

#menudiv 
{
    text-align: right;
    padding-top: 140px;
    float: left;
    width: 597px;
}

#menudiv a 
{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding-right: 15px;
}

#submenu 
{
    width: 900px;
    height: 29px;
    text-align: right;
    padding-top: 3px;
}

#submenu a 
{
    color: #a28872;
    text-decoration: none;
    padding-right: 20px;
}

#menudiv a:hover,
#submenu a:hover,
##contactdiv a:hover
{
    text-decoration: underline;
}

#contentdiv 
{
    width: 900px;
    height: 389px;
    background-color: #494949;
    background-image: url(gfx/contentgradbg.gif);
}

#leftdiv 
{
    width: 300px;
    height: 389px;
    background-color: #bab7b6;
    background-image: url(gfx/leftsidegradbg.gif);   
    float: left;
}
#rightdiv
{
    width: 600px;
    height: 389px;
    float: left;
    overflow: hidden;
}

#rightside_content
{
    padding: 20px;
}

#bottomdiv 
{
    border-top: 1px solid #494949;
    margin-top: 10px;
    width: 900px;
    text-align: right;
    color: #717171;
    font-size: 11px;
    padding-right: 0px;
    padding-top: 5px;
}

#contactdiv 
{
    padding-right: 15px;
}

#contactdiv a 
{
    color: #717171;
    text-decoration: none;
}


img 
{
    border: 0px;
}

#menudiv .selected 
{
    color: #a28872;
}

#frontpic1,
#frontpic2,
#frontpic3 
{
    background-repeat: no-repeat;
    background-position: center center;    
    width: 300px;
    height: 389px;
    float: left;
}

#forside_trans 
{
    z-index: 10;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    width: 900px;
    height: 110px;
    position: absolute;
    margin-top: 279px;
}

#forside_text
{
    z-index: 1000;
    width: 900px;
    height: 110px;
    position: absolute;
    overflow: auto;
    margin-top: 279px;
}

#forside_padding 
{
    padding: 10px;
}


#article-img 
{
    background-repeat: no-repeat;
    background-position: center center;
    width: 300px;
    height: 389px;
}









#productview_image 
{
    width: 300px;
    height: 389px;
    background-repeat: no-repeat;
    background-position: center center;
}

#productview_trans 
{
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    width: 300px;
    height: 110px;
    position: absolute;
    margin-top: -110px;
}

#productview_text 
{
    width: 300px;
    height: 110px;
    overflow: hidden;
    position: absolute;
    margin-top: -110px;
}

#productview_padding 
{
    padding: 10px;
}

#product_description 
{
    line-height: 130%;
    margin-bottom: 10px;
    height: 45px;
    overflow: hidden;
}

#productview_forward
{
    position: absolute;
    margin-left: 495px;
}

#productview_back
{
    position: absolute;
}

.picturegrid_img 
{
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
}








.form_col1 input, .form_col1 textarea,
.form_col2 input, .form_col2 textarea
{
    width: 260px;
}

.form_col2 textarea 
{
    height:151px;
}
	
.form_col1, .form_col2 {
    float: left;
	width: 250px;
	padding: 10px;
	margin-bottom: 10px;
}

.form_field_submit 
{
    margin-left: 10px; width: 100px;
}

#contact_sent 
{
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #808080;
    background-color: lightyellow;
    color: #000;
}