/*CSS*/

body, html
{
    text-align: center;
    background: #e8e8e8 url(../img/bg_page.jpg) top repeat-x;
    margin: 0px auto;
    padding: 0px;
    font-family: "Tahoma mm", "Tahoma";
    font-size: 12px;
}

img
{    border: none;}

a
{    outline: none;}

#wrap
{
    background: transparent;
    width: 963px;
	margin: 0px auto;
}

/*HEADER*/

#header
{
    width: 963px;
	height: 112px;
	margin: 0px auto;
	background: #F7F5F3 url(../img/bg_header.jpg) repeat-x;
	border-left: 1px solid #a7a7a8;
    border-right: 1px solid #a7a7a8;
}

#hleft
{

	width: 100%;
	float: left;
	height: 100%;
}

#logo_header
{
    width: 180px;
    margin-top: 15px;
    margin-left: 20px;
	height: 55px;
	float: left;
}

#hright
{
	background: #F7F5F3 url(../img/bg_header.jpg) repeat-x;
	width: 413px;
	float: right;
	height: 100%;
}


#hleftPagesMenu a:link,
#hleftPagesMenu a:visited,
#hleftPagesMenu a.visited
{ text-decoration: none; color: #f00; font-size: 12px;}
#hleftPagesMenu a:hover,
#hleftPagesMenu a:active
{ text-decoration: none; color: #000; font-size: 12px;}


#hright select
{
    width: 70px;
	float: right;
	font-size: 9px;
	border: none;
	background: #F7F5F3;
	font-family: "Tahoma mm", "Tahoma";
	margin-right: 15px;
	margin-top: 45px;
	border: none;
	background: transparent;
}


/*
#hright .small_cart
{
    width: 135px;
    height: 25px;
	float: right;
	font-size: 14px;
	border: none;
	background: #F7F5F3;
	font-family: "Tahoma mm", "Tahoma";
	margin-right: 15px;
	margin-top: 45px;
	letter-spacing: 1px;
}


#hright div.input label
{
    width: 60px;
	float: left;
	font-size: 10px;
	height: 12px;
	line-height: 20px;
	text-align: right;
	color: black;
	margin-right: 5px;
	margin-left: 15px;
}

#hright div.input .text
{
	margin-top: 0px;
	font-size: 11px;
	float: left;
}
*/

#subheader
{
    background: #e9e3d8 url(../img/bg_subheader.jpg) repeat-x;
    width: 963px;
	height: 240px;
	margin: 0px auto;
	border-left: 1px solid #a7a7a8;
    border-right: 1px solid #a7a7a8;
}

.subheader_img_left
{
    width: 635px;
	margin: 5px 0px 0px 4px;
	height: 226px;
	display: inline;
	background: #eeeeee;
	float: left;
}

.subheader_img_right
{
    width: 315px;
	margin: 5px 0px 0px 4px;
	height: 226px;
	display: inline;
	background: #eeeeee;
	float: left;
}


#footer
{
	background: #f1eee9 url(../img/bg_footer.jpg) right no-repeat;
	width: 963px;
	margin: 0px auto;
	height: 130px;
	border-top: 1px solid #c1b499;
    border-bottom: 1px solid #c1b499;
    border-left: 1px solid #a7a7a8;
    border-right: 1px solid #a7a7a8;
    color: #505050;
}

#logo_footer
{
    width: 110px;
	height: 35px;
	float: left;
	margin-top: 20px;
    margin-left: 25px;
}

#footer .text
{
    width: 900px;
    height: 45px;
    float: left;
    margin-left: 30px;
    text-align: justify;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 5px;
}

/*MENU MAIN*/

#menu_main_wrap
{    float: left;
    height: 24px;
    margin-top: 16px;
    width: 100%;
    border-top: 1px solid #c1b499;
    border-bottom: 1px solid #ec1c24;}

#menu_main
{
    float: left;
    margin: 0px auto;
    padding-right: 0px;
    padding-left: 0px;
}
#menu_main li
{
    height: 19px;
	float: left;
	/*margin-right: 20px;*/
	display: inline;
	padding: 0px;
	font-family: "Tahoma mm", "Tahoma";
	list-style-type: none;
	letter-spacing: 0px;
	margin-left: 6px;
}
#menu_main li a
{
    height: 19px;
	float: left;
	padding-right: 12px;
	padding-left:  12px;
	padding-top: 5px;
	font-weight: normal;
	font-size: 12px;
	background: #555555;
	text-decoration: none;
}
#menu_main li a:link
{
	color: #4b4b4b;
	font-weight: bold;
    background: transparent url(../img/menu_normal.jpg) repeat-x;
}
#menu_main li a:visited
{
	color: #4b4b4b;
	font-weight: bold;
	background: transparent url(../img/menu_normal.jpg) repeat-x;
}
#menu_main li a:hover
{
	background: transparent url(../img/menu_select.jpg) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
#menu_main li a#current
{
	background: transparent url(../img/menu_current.jpg) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}

/*MENU FOOTER*/

#menu_footer
{
    float: left;
    margin: 30px auto;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
}
#menu_footer li
{
    height: 15px;
	float: left;
	/*margin-right: 20px;*/
	display: inline;
	padding: 0px;
	font-family: "Tahoma mm", "Tahoma";
	list-style-type: none;
}
#menu_footer li a
{
    height: 15px;
	float: left;
	padding-right: 5px;
	padding-left:  5px;
	font-weight: normal;
	font-size: 11px;
	background: #555555;
	text-decoration: none;
}
#menu_footer li a:link
{
	color: #656565;
	/*font-weight: bold;*/
    background: transparent;
}
#menu_footer li a:visited
{
	color: #656565;
	/*font-weight: bold;*/
	background: transparent;
}
#menu_footer li a:hover
{
	/*background: transparent url(../img/menu_select.jpg) repeat-x;*/
	color: #000;
	/*font-weight: bold;*/
}
#menu_footer li a#current
{
	/*background: transparent url(../img/menu_current.jpg) repeat-x;*/
	color: #000;
	/*font-weight: bold;*/
}

/*MENU LEFT PRODUCTS*/

.menu_left_products
{
    float: left;
    margin: 10px auto;
    width: 170px;
    /*margin-left: 30px;
    padding-right: 0px;
    padding-left: 0px;*/
}

.menu_left_products .menu_element
{
    height: 15px;
    margin-top: 5px;
	float: left;
	text-align: left;
	/*padding-left: 20px;*/
	margin-left: 30px;
	/*display: inline;*/
	/*padding: 0px;*/
	font-family: "Tahoma mm", "Tahoma";
}

.menu_left_products .dots_divider
{
    background: transparent url(../img/dots_divider_small2.jpg);
    height: 8px;
    width: 100%;
	float: left;
	/*margin-right: 20px;*/
	/*display: inline;*/
	/*padding: 0px;*/
}

.menu_left_products a, .menu_left_products .menu_element a
{
    height: 15px;
    line-height: 15px;
	float: left;
	/*padding-right: 5px;
	padding-left:  5px;*/
	font-weight: normal;
	font-size: 12px;
	background: #555555;
	text-decoration: none;
	text-align: left;

}
.menu_left_products a:link, .menu_left_products .menu_element a:link
{
	color: #000000;
	/*font-weight: bold;*/
    background: transparent;
    height: 15px;

}
.menu_left_products a:visited, .menu_left_products .menu_element a:visited
{
	color: #000000;
	/*font-weight: bold;*/
	background: transparent;
	height: 15px;
}
.menu_left_products a:hover, .menu_left_products .menu_element a:hover
{
	color: #999999;
	height: 15px;
	/*font-weight: bold;*/
}

/* CONTENT DATA: */

.content
{
    min-height: 320px;
    width: 963px;
    border-bottom: 1px solid #c1b499;
    border-left: 1px solid #a7a7a8;
    border-right: 1px solid #a7a7a8;
    background: #f1eee9 url(../img/bg_content.jpg) right bottom no-repeat;
    position: relative;}

.content_left
{
    min-height: 320px;
    width: 490px;
    float: left;
    display: inline;
}

.content_left_default
{
    min-height: 320px;
    width: 490px;
    float: left;
    display: inline;
    position: absolute;
    top: 0px;
    left: 0px;
}

.content_left_default .text_left_default
{
    margin-left: 25px;
    padding-left: 5px;
    width: 435px;
    height: 67px;
    float: left;
    text-align: left;
    font-size: 11px;
    margin-top: 8px;
    overflow: hidden;
}

.content_left_default
{
    float: left;
}

.img_left_default
{    margin: 25px;
    margin-bottom: 0px;
    max-height: 200px;
    overflow: hidden;
    float: left;}

.content_left .text
{    margin-left: 25px;
    width: 435px;
    height: 67px;
    float: left;
    text-align: left;
    font-size: 11px;
    margin-top: 222px;
    overflow: hidden;}

.content_right
{
    min-height: 320px;
    width: 470px;
    float: left;
    display: inline;
    margin-left: 3px;
}

.content_right p
{
    margin:0px;
    width: 100%;
    margin-bottom: 10px;
    padding:0px;
    float: left;
}

.content_right .title
{
    margin:0px;
    padding:0px;
    height: 22px;
    line-height: 22px;
	float: left;
	padding-right: 10px;
	padding-left:  10px;
	font-weight: bold;
	font-size: 12px;
	background: #c1b499;
	color:#fff;
	margin-top: 15px;
	margin-left: 5px;
	letter-spacing: 1px;

}

.content_right .text
{    width: 425px;
    min-height: 245px;
    margin:0px;
    padding:0px;
    margin-left: 7px;
    float: left;
    text-align: justify;
    color: #444;
    font-size: 13px;
    letter-spacing: 0px;
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 15px;
}

.content_wide
{
    min-height: 320px;
    width: 940px;
    float: left;
    display: inline;
    margin-left: 15px;
}

.content_wide p
{
    margin:0px;
    width: 100%;
    margin-bottom: 10px;
    padding:0px;
    float: left;
}

.content_wide .title
{
    margin:0px;
    padding:0px;
    height: 22px;
    line-height: 22px;
	float: left;
	padding-right: 10px;
	padding-left:  10px;
	font-weight: bold;
	font-size: 12px;
	background: #c1b499;
	color:#fff;
	margin-top: 23px;
	margin-left: 5px;
	letter-spacing: 1px;

}

.content_wide .text
{
    width: 920px;
    min-height: 245px;
    margin:0px;
    padding:0px;
    margin-left: 7px;
    float: left;
    text-align: justify;
    color: #444;
    font-size: 13px;
    letter-spacing: 0px;
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 15px;
}

/* CONTENT PRODUCTS: */

#products_upper
{
    width: 963px;
}

#products_upper .header
{
    background: #e9e3d7;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
    color: #4d4d4d;
    height: 35px;
    width: 918px;
    text-align: left;
    padding-left: 25px;
    letter-spacing: 1px;
    display: inline;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

#products_upper .searchbox
{
    background: #e9e3d7;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
    color: #777777;
    height: 35px;
    width: 200px;
    text-align: left;
    letter-spacing: 1px;
    display: inline;
    float: left;
    line-height: 35px;
}


#products_upper .searchbox input
{
	margin-top: 9px;
	font-size: 11px;
	float: left;
	color: #999999;
}

#products_upper .left
{
    background: #e9e3d7;
    height: auto;
    min-height: 680px;
    width: 170px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

#products_upper .center
{
    background: #e9e3d7;
    width: 580px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
    min-height: 680px;
}

#products_upper .center .header
{
    width: 540px;
    height: 25px;
    margin-top: 5px;
    float: left;
    color: #646464;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 5px;
}

#products_upper .center .pages_info
{
    width: 580px;
    height: 20px;
    margin-top: 10px;
    float: left;
    font-size: 10px;
    letter-spacing: 1px;
}

#products_upper .center .pages_info .info_left
{
    width: 260px;
    height: 20px;
    line-height: 25px;
    float: left;
    margin: 0 0 0 0;
    text-align: left;
    padding-left: 15px;
}

#products_upper .center .pages_info .info_right
{
    width: 260px;
    height: 20px;
    line-height: 25px;
    float: right;
    margin: 0 0 0 0;
    text-align: right;
    padding-right: 20px;
}

#products_upper .center .dots_divider
{
    background: #e9e3d7 url(../img/dots_divider.jpg);
    width: 580px;
    height: 8px;
    margin-top: 10px;
    margin-bottom: 5px;
    float: left;
}

#products_upper .center .product_name
{
    background: #e9e3d7;
    width: 560px;
    height: 25px;
    float: left;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 15px;
}

#products_upper .center .product_element
{
    width: 540px;
    float: left;
    margin-left: 15px;
}

#products_upper .center .product_element .product_image
{
    width: 210px;
    height: 140px;
    float: left;
}

#products_upper .center .product_element .product_description
{
    width: 322px;
    float: left;
    margin-left: 10px;
    font-size: 11px;
    text-align: justify;
    height: 104px;
    padding-right: 5px;
    overflow: auto;
}

#products_upper .center .product_element .product_pdf
{
    width: 215px;
    height: 25px;
    float: left;
    font-size: 11px;
    margin-top: 5px;
}

#products_upper .center .product_element .product_price
{
    width: 115px;
    height: 140px;
    float: right;
}

#products_upper .center .product_element .product_price .price
{
    font-size: 17px;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
    /*margin-top: 50px;*/
}

#products_upper .center .product_element .product_price .dots_divider_small
{
    background: #F5F2EB url(../img/dots_divider_small.jpg);
    width: 100px;
    height: 8px;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
}

#products_upper .center .product_element .product_price .add_to_cart
{
    width: 110px;
    height: 25px;
    float: right;
    line-height: 26px;
    color: #EEEEEE;
    font-weight: bold;
    font-size: 11px;
}

#products_upper .center .product_element .product_price .addToCartForm
{
	height: 30px;
	float: right;
}

#products_upper .center .product_element .product_price .view_cart
{
    width: 55px;
    height: 25px;
    float: right;
    line-height: 25px;
    color: #EEEEEE;
    font-weight: bold;
    font-size: 11px;
}

/* new version */

#products_upper .center .producer_name
{
    background: #e9e3d7;
    width: 560px;
    height: 25px;
    float: left;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 15px;
    font-weight: bold;
}

#products_upper .center .producer_name a:link,
#products_upper .center .producer_name a:visited,
#products_upper .center .producer_name a.visited
{
    color: #000;
    text-decoration: none;
    border-bottom: 1px #F11A2A solid;
}

#products_upper .center .producer_name a:hover,
#products_upper .center .producer_name a:active
{
    color: #F11A2A;
    text-decoration: none;
    border-bottom: 1px #F11A2A solid;
}

.producer_url
{    height: 25px;
    line-height: 25px;
    float:left;
    width: 580px;
    overflow: hidden;
    margin-top: 10px;}

#products_upper .center .producer_url a:link,
#products_upper .center .producer_url a:visited,
#products_upper .center .producer_url a.visited
{
    color: #000;
    text-decoration: none;
    border-bottom: 1px #F11A2A solid;
}

#products_upper .center .producer_url a:hover,
#products_upper .center .producer_url a:active
{
    color: #F11A2A;
    text-decoration: none;
    border-bottom: 1px #F11A2A solid;
}

#products_upper .center .producer_element, #products_upper .center .producer_element
{
    width: 540px;
    float: left;
    margin-left: 15px;
}

#products_upper .center .producer_element .producer_image
{
    width: 210px;
    height: 125px;
    float: left;
}

#products_upper .center .producer_element .producer_description
{
    width: 312px;
    float: left;
    margin-left: 10px;
    font-size: 13px;
    text-align: justify;
    height: 125px;
    padding-right: 5px;
    overflow: auto;
    background: #e4ddd0;
    padding-left: 10px;
    padding-top: 5px;
}

#products_upper .center .producer_element a:link,
#products_upper .center .producer_element a:visited,
#products_upper .center .producer_element a.visited
{
    color: #F11A2A;
    text-decoration: none;
}

#products_upper .center .producer_element a:hover,
#products_upper .center .producer_element a:active
{
    color: #000;
    text-decoration: none;
}

/* */

#products_upper .right
{
    height: 475px;
    width: 170px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

#products_upper .right .top
{
    background: #e9e3d7;
    height: 420px;
    width: 170px;
    float: left;
}

#products_upper .right .top .basket
{
    background: #F5F2EB url(../img/cart_img.jpg) no-repeat;
    height: 20px;
    width: 20px;
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}

#products_upper .right .top .text
{
    display: inline;
    margin-top: 15px;
    margin-left: 5px;
    height: 20px;
    line-height: 25px;
    float: left;
}

#products_upper .right .middle
{
    background: #e9e3d7;
    height: 115px;
    width: 170px;
    margin-top: 10px;
    float: left;
    color: #3B3B3B;
}

#products_upper .right .middle .text
{
    height: 20px;
    line-height: 25px;
    float: left;
    margin-left: 15px;
    width: 100%;
    text-align: left;
}

#products_upper .right .bottom
{
    background: #e9e3d7;
    height: 125px;
    width: 170px;
    margin-top: 10px;
    float: left;
}

#products_upper .right .bottom .text
{
    height: 20px;
    line-height: 25px;
    float: left;
    margin-left: 15px;
    width: 100%;
    text-align: left;
}

#products_lower
{
    background: #F1EEE9;
    height: 365px;
    width: 963px;
    margin-top: 10px;
    border-bottom: 1px solid #c1b499;
    border-top: 1px solid #c1b499;
    border-left: 1px solid #a7a7a8;
    border-right: 1px solid #a7a7a8;
    margin-bottom: 5px;
}

#products_lower .left
{
    height: 350px;
    width: 625px;
    margin-left: 10px;
    display: inline;
    float: left;
}

#products_lower .left .top
{
    height: 175px;
    width: 625px;
    display: inline;
    float: left;
}

#products_lower .left .top .element
{
    background: #e9e3d7;
    height: 175px;
    width: 150px;
    display: inline;
    float: left;
}

#products_lower .left .top .element .image
{
    height: 95px;
    width: 140px;
    float: left;
    margin-top: 15px;
    margin-left: 5px;
}

#products_lower .left .top .element .subline
{
    background: #F11A2A;
    margin-top: 4px;
    margin-bottom: 4px;
    width: 140px;
    height: 3px;
    float: left;
    margin-left: 5px;
}

#products_lower .left .top .element .title
{
    width: 140px;
    height: 17px;
    line-height: 17px;
    text-align: left;
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #777777;
    letter-spacing: 1px;
    padding-left: 8px;
}

#products_lower .left .top .element a:link    { text-decoration: none; color: #F11A2A; font-size: 11px;}
#products_lower .left .top .element a:visited { text-decoration: none; color: #F11A2A; font-size: 11px;}
#products_lower .left .top .element a:hover   { text-decoration: none; color: #000; font-size: 11px;}
#products_lower .left .top .element a:active  { text-decoration: none; color: #000; font-size: 11px;}


#products_lower .left .top .element .text
{
    width: 133px;
    height: 20px;
    float: left;
    text-align: justify;
    font-size: 11px;
    padding-left: 8px;
}

#products_lower .left .bottom
{
    background: #E8E2D5;
    height: 160px;
    width: 625px;
    margin-top: 15px;
    display: inline;
    float: left;
}

#products_lower .left .bottom .wide
{
    background: #F5F2EB url(../img/products_lower_element_wide.jpg) no-repeat;
    margin-left: 12px;
    margin-top: 15px;
    width: 600px;
    height: 130px;
    float: left;
}

#products_lower .right
{
    background: #E8E2D5;
    height: 335px;
    width: 300px;
    margin-top: 15px;
    margin-left: 15px;
    display: inline;
    float: left;
}

#products_lower .right .image
{
    background: #F5F2EB url(../img/products_lower_element_big.jpg) no-repeat;
    margin-left: 15px;
    margin-top: 15px;
    width: 270px;
    height: 180px;
    float: left;
}

#products_lower .right .image img
{    border: none;
}


#products_lower .right a:link    { text-decoration: none; color: #F11A2A; font-size: 11px;}
#products_lower .right a:visited { text-decoration: none; color: #F11A2A; font-size: 11px;}
#products_lower .right a:hover   { text-decoration: none; color: #000; font-size: 11px;}
#products_lower .right a:active  { text-decoration: none; color: #000; font-size: 11px;}


#products_lower .right .subline
{
    background: #F11A2A;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 15px;
    width: 270px;
    height: 4px;
    float: left;
}

#products_lower .right .title
{
    width: 270px;
    height: 25px;
    line-height: 25px;
    text-align: left;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #777777;
    letter-spacing: 1px;
    margin-left: 15px;
}

#products_lower .right .text
{
    margin-left: 15px;
    width: 270px;
    height: 70px;
    float: left;
    text-align: justify;
    font-size: 11px;
}

/* CONTENT NEWS ARTICLES: */

#articles
{    width: 425px;
    min-height: 245px;
    margin-left: 10px;
    float: left;
}

#articles .articles_list
{
    width: 425px;
    float: left;
    margin-top: 15px;
}

#articles .articles_list .element
{
    width: 425px;
    text-align: left;
    float: left;
    margin-bottom: 10px;
    color: #4B4B4B;

}

#articles .article_title
{
    font-weight: bold;
    overflow: hidden;
    color: #4B4B4B;
    text-align: left;
}

#articles .articles_list .element a:link    { text-decoration: none; color: #F11A2A; font-size: 12px;}
#articles .articles_list .element a:visited { text-decoration: none; color: #F11A2A; font-size: 12px;}
#articles .articles_list .element a:hover   { text-decoration: none; color: #000000; font-size: 12px;}
#articles .articles_list .element a:active  { text-decoration: none; color: #000000; font-size: 12px;}

#articles .article_content
{
    float: left;
    margin-top: 7px;
    margin-bottom: 10px;
    text-align: left;
    min-height: 220px;
    overflow: hidden;
    color: #4B4B4B;
    width: 100%;
}

#articles .article_content a:link    { text-decoration: none; color: #ae1722; font-size: 12px;}
#articles .article_content a:visited { text-decoration: none; color: #ae1722; font-size: 12px;}
#articles .article_content a:hover   { text-decoration: none; color: #000000; font-size: 12px;}
#articles .article_content a:active  { text-decoration: none; color: #000000; font-size: 12px;}

#articles .backlink
{
    float: left;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 10px;
}

#articles .backlink a:link    { text-decoration: none; color: #F11A2A; font-size: 12px;}
#articles .backlink a:visited { text-decoration: none; color: #F11A2A; font-size: 12px;}
#articles .backlink a:hover   { text-decoration: none; color: #000000; font-size: 12px;}
#articles .backlink a:active  { text-decoration: none; color: #000000; font-size: 12px;}

/* CONTENT CONTACT: */

#contact
{
    background: #f1eee9;
    width: 963px;

}
/*
#contact .header
{
    background: #F5F2EB;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
    color: #777777;
    height: 35px;
    width: 938px;
    text-align: left;
    padding-left: 25px;
    letter-spacing: 1px;
}*/

#contact .general_info
{    height: 60px;
    line-height: 60px;
    width: 100%;
    text-align: center;}

#contact .general_info .info_normal
{    display: inline;
    margin-right: 30px;}

#contact .general_info .info_bold
{
    display: inline;
    font-weight: bold;
    margin-right: 10px;
}

#contact a:link    { text-decoration: none; color: #F11A2A; font-size: 12px;}
#contact a:visited { text-decoration: none; color: #F11A2A; font-size: 12px;}
#contact a:hover   { text-decoration: none; color: #000000; font-size: 12px;}
#contact a:active  { text-decoration: none; color: #000000; font-size: 12px;}

#contact_center
{
    background: #ebe5d9;
    width: 941px;
    text-align: left;
    height: 734px;
    margin-left: 11px;
    margin-bottom: 13px;
}

#contact_center .element
{
    background: #ded7cc;
    margin-left: 10px;
    margin-top: 15px;
    width: 145px;
    height: 225px;
    float: left;
}

#contact_center .element .image
{
    margin-left: 18px;
    margin-top: 20px;
    width: 108px;
    height: 134px;
    float: left;
}

#contact_center .element .title
{
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    width: 135px;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

#contact_center .element .text
{
    padding-left: 5px;
    padding-right: 5px;
    width: 135px;
    float: left;
    text-align: center;
    font-size: 11px;
}

#contact .element a:link    { text-decoration: underline; color: #500306; font-size: 11px;}
#contact .element a:visited { text-decoration: underline; color: #500306; font-size: 11px;}
#contact .element a:hover   { text-decoration: underline; color: #F11A2A; font-size: 11px;}
#contact .element a:active  { text-decoration: underline; color: #F11A2A; font-size: 11px;}

/* CONTENT CARTS: */
/*
#carts
{
    background: #FFFFFF;
    width: 963px;
}

#carts .header
{
    background: #F5F2EB;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
    color: #777777;
    height: 35px;
    width: 938px;
    text-align: left;
    padding-left: 25px;
    letter-spacing: 1px;
}


#carts .content
{
    background: #F5F2EB;
    height: auto;
    min-height: 300px;
    width: 943px;
    margin-top: 10px;
    margin-bottom: 5px;
    float: left;
    margin-left: 10px;
}

#carts a:link    {  color: #555555; font-size: 13px;}
#carts a:visited {  color: #555555; font-size: 13px;}
#carts a:hover   {  color: #F11A2A; font-size: 13px;}
#carts a:active  {  color: #F11A2A; font-size: 13px;}

#carts .content .subheader
{
    background: #F5F2EB;
    font-size: 12px;
    font-weight: bold;
    width: 940px;
    text-align: center;
    float: left;
    margin-top: 20px;
}

#carts .content .carts_confirm
{
    width: 940px;
    float: left;
    margin-bottom: 10px;
    text-align: justify;
}

#carts .content .carts_confirm fieldset
{
	width: 410px;
    border: none;
    margin: 0px auto;
}

#carts .content .carts_confirm fieldset label
{
	width: 80px;
	float: left;
	text-align: right;
	height: 17px;
	line-height: 30px;
	font-size: 13px;
	font-family: "Tahoma";
}

#carts .content .carts_confirm fieldset input
{
	width: 270px;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
	font-size: 13px;
	font-family: "Tahoma";
}

#carts .content .carts_confirm fieldset textarea
{
	width: 270px;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
	font-size: 13px;
	font-family: "Tahoma";
}

#carts .content .carts_confirm .submit input
{
	background-color: #F7F5F3;
	font-size: 11px;
	font-weight: bold;
	border: 2px solid #F11A2A;
	color: #000000;
	width: 80px;
	float: right;
	margin-right: 45px;
}

#carts .content .carts_confirm .error-message
{
    width: 410px;
    float: left;
	color: red;
	margin-left: 10px;
	text-align: center;
	margin-top: 3px;
}
*/
/*----MISC----*/

.paging
{
    text-align: center;
    float: left;
    width: 700px;
    height: 25px;
}

.paging div
{
	display: inline;
}

.paging .disabled {
	color: #888888;
}

.paging a:link    { text-decoration: none; color: #F11A2A; font-size: 12px;}
.paging a:visited { text-decoration: none; color: #F11A2A; font-size: 12px;}
.paging a:hover   { text-decoration: none; color: #000000; font-size: 12px;}
.paging a:active  { text-decoration: none; color: #000000; font-size: 12px;}


#flashMessage
{
	background: #F5F2EB;
	color: #333;
	border-bottom: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	font-weight: bold;
	width: 100%;
	margin: 0px auto;
	height: 22px;
	line-height: 22px;
	text-align: center;
    float: left;
}


.divider
{
	width: 100%;
	height: 10px;
}

/*------------*/

#lower_box
{
    background: #f1eee9;
    height: 380px;
    width: 963px;
    border-top: 1px solid #c1b499;
    border-bottom: 1px solid #c1b499;
    border-left: 1px solid #a7a7a8;
    border-right: 1px solid #a7a7a8;
    margin-top: 10px;
    margin-bottom: 5px;
}

#lower_box .element
{
    background: #ebe5d9;
    margin-left: 15px;
    margin-top: 15px;
    width: 300px;
    height: 350px;
    float: left;
    position: relative;
}

#lower_box .element .image
{
    margin-left: 15px;
    margin-top: 15px;
    width: 270px;
    height: 180px;
    float: left;
}

#lower_box .element .header
{
    background: red;
    margin:0px;
    padding:0px;
    padding-left: 15px;
    padding-right: 25px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    float: left;
    position: absolute;
    top: 160px;
    left: 8px;
}

#lower_box .element a:link, #lower_box .element a:visited, #lower_box .element a.visited
{ text-decoration: none; color: #fff; font-size: 13px;}
#lower_box .element a:hover, #lower_box .element a:active
{ text-decoration: none; color: #eee; font-size: 13px;}

#lower_box .element .subline
{
    background: #F11A2A;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 270px;
    height: 5px;
    float: left;
    margin-left: 15px;
}

#lower_box .element .subtext
{
    margin-left: 15px;
    padding-left: 2px;
    width: 266px;
    height: 120px;
    float: left;
    text-align: justify;
    font-size: 12px;
    overflow: hidden;
}

/*-------------------------------------*/

#subscribeForm
{    float: left;
    width: 315px;
    background: #EBE5D9;}

#subscribeForm .titletext
{
    float: left;
    color: #000;
    font-weight: bold;
    widtH: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 5px;
}

#subscribeForm fieldset
{
    border: 1px solid #ccc;
    padding: 0px;
    margin: 0px;
    width: 316px;
    height: 225px;
    background: #e9dbc1 url(../img/subscribe_bg.jpg) bottom no-repeat;
}

#subscribeForm fieldset label
{
    float: left;
    width: 90px;
    text-align: right;
    margin-right: 4px;
    padding-top: 3px;
    margin-top: 10px;
    font-weight: bold;
}

#subscribeForm fieldset input, #subscribeForm fieldset select
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: "Tahoma";
    padding-top: 2px;
    padding-bottom: 2px;
    float: left;
    width: 180px;
    margin-top: 10px;
    border: 1px solid #F11A2A;

}

#subscribeForm .submit input
{
    background-color: #fff;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #F11A2A;
	color: #000000;
	width: 80px;
	float: right;
	margin-right: 39px;
	padding-top: 1px;
	padding-bottom: 1px;
}








