
body
{
	background-color: #B5B5B5;
	font-family: arial,verdana,sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

#wrapper
{
	background: #8B8B8B url('/images/bg_header.gif') repeat-x;
	border-bottom: 1px solid #8B8B8B;
}

#container
{
	margin-bottom: -62px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
}

#navigation
{
	background-image: url('/images/nav_bg.gif');
	height: 44px;
	text-align: center;
	padding-top: 6px;
	padding-left: 197px;
        margin-bottom: 0;
}

#navigation li
{
	display: inline;
	float: left;
	font-family: arial;
	font-size: 18px;
}

#navigation li.last a
{
	border-right: 1px solid #FFFFFF;
}

#navigation li a
{
	width: 108px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	display: block;
	background-image: url('/images/nav_button.gif');
	background-position: 100% 0;
	border-left: 1px solid #FFFFFF;
}

#navigation li a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

#navigation li a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#navigation li a:hover,
#navigation li.active a
{
	background-position: 0 0;
	color: #000000;
}

h1
{
	font-family: arial;
	font-size: 21px;
	font-style: italic;
	font-weight: 700;
	margin: 10px 0px 10px 15px;
}

#content_wrap
{
	background-color: #FFFFFF;
}

#content_top
{
	background-image: url('/images/content_top.gif');
	background-repeat: no-repeat;
	margin: 0px 13px;
	height: 10px;
}

#content
{
	width: 934px;
	background-color: #D6D5D9;
	margin: 0px 13px 0px 13px;
	overflow: hidden;
}

div#content_main
{
    display: block;
    font-family: arial;
    font-size: 12px;
    font-weight: 700;
    padding: 0px 20px;
}

div#content_main p
{
    line-height: 1.5;
    margin: 0 0 10px 0;
}

#p1
{
    text-align: center;
}

div#content_left
{
    float: left;
    width: 500px;
    font-family: arial;
    font-size: 12px;
    font-weight: 700;
    padding-left: 20px;
}

div#content_left p
{
        line-height:1.5;
        margin: 0 0 10px 35px;
}

div#content_left a
{
    color: #000000;
}

div#content_right
{
		
    width: 380px;
    float: right;
}

#content_bottom
{
	background-image: url('/images/content_bottom.gif');
	background-repeat: no-repeat;
	margin: 0px 13px;
	height: 10px;
}

.footer_note
{
    padding-top: 30px;
    text-align: center;
}

.footer_note a
{
    color: #000000
}

#footer
{
	height: 10px;
	background-image: url('/images/footer.gif');
}

#copyw
{
	font-family: arial;
	font-size: 10px;
	text-align: center;
	color: #666666;
}

#copyw a
{
	color: #666666;
}

.list_thumb
{
    display: block;
    float: left;
    border: 1px solid black;
    width: 45px;
    height: 40px;
    margin-right: 5px;
}

.return a
{
    text-decoration: underline;
    color: #000000;
}

/* Home page */

#home_img
{
    width: 330px;
    border: 2px solid #191919;
    margin: 10px 0px 10px 15px;
}

#news_box
{
    width: 320px;
    height: auto;
    margin: 10px 0px 10px 15px;
    padding: 5px 5px;
    border: 2px solid #191919;
    background-color: #333333;
    color: #FFFFFF;
}

#news_box p#news
{
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}

#news_box li
{
    font-size: 13px;
    margin-top: 5px;
}

#news_box .read_article
{
    display: block;
    width: 100%;
    text-align: right;
    color: #FFFFFF;
}

#news_box .news_summary
{
    color: #B2B2B2;
}

#news_box a
{
    color: #FFFFFF;
    text-decoration: none;
}

#all_news a
{
    color: #B2B2B2;
    font-size: 11px;
    text-decoration: none;
}

/* Products, New, Gallery List */

.ul
{
    list-style:none;
    margin-top: 25px;
    margin-left:10px;
}

.ul li
{
    margin-top: 10px;
}

.ul li h2
{
    margin: 0px 0px;
    font-size: 14px;
}

.ul li p
{
    font-weight:200;
    margin: 0px 0px;
}

.ul li a
{
    text-decoration: none;
    color: #000000;
}

.ul p a
{
    font-style: italic;
}

.item_content
{
    margin-bottom: 15px;
}

/* Products */

div#product_right
{
    padding-top: 40px;
    width: 380px;
    float: right;
}

div#product_right img
{
    width: 250px;
    float: right;
    margin-bottom: 20px;
    margin-right: 40px;
    border: 1px solid black;

}

/* News */

#article_img
{
    width: 250px;
    float: right;
    margin-right: 40px;
    margin-top: 40px;
    border: 1px solid black;
}

#tel
{
    text-align: center;
    font-size: 14px;
    margin: 10px 0px 15px 0px;
}

#contact_h2
{
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
}

/* Gallery */

#gallery_index h2
{
    font-weight: 700;
}

#gallery_index a:hover
{
    color: #ABAB50;
}


#gallery_ul
{
    padding: 10px 40px;
    text-align: center;
}

#gallery_ul li
{
    display: inline-block;
    margin: 10px 10px;
}

#gallery_ul li img
{
    border: 1px solid black;
    width: 120px;
}

div#product_right #strLogo
{
    border: none;
}
