body{
    background-image: url("../images/background.jpg");
    background-repeat: repeat-x;
    background-color: #000000;
    font-family: Bodoni MT;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

textarea{
    height: 60px;
    width: 300px;
    background-color: #f4f4f3;
}
a, a:link, a:active, a:visited{
    color: #440202;
    /*text-decoration: none;*/
}
.bottom{
    position: absolute;
    bottom: 1%;
    right: 0px;
}
.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clear_left{ clear: left; }
.clear_right{ clear: right; }
.color_text{
    color: #500000;
    font-weight: bold;
    font-size: 12px;
}
.container_width{ width: 745px; }
.content_header{
    color: #500000;
    font-size: 30px;
}
.errors{
    color: #465686;
    background-color: #FFFFCC;
    border: 1px solid #FF0000;
    height: 13px;
}
.float_left{ float: left; }
.float_right{ float: right; }
.header_margintop{ margin-top: 15px; }
.indent{
    margin-left: 3px;
    border: none;
}
.left_sizes{
    color: #61430e;
    margin-top: 15px;
    padding: 0px 0px 0px 28px;
    width: 130px;
}
.left_top{
    border-left: solid;
    border-top: solid;
    border-bottom: solid;
    padding: 2px;
    border-width: 1px;
    margin: 0px;
}

.left_bottom{
    border-left: solid;
    border-bottom: solid;
    padding: 2px;
    border-width: 1px;
    margin: 0px;
}
.margin_left{ margin-left: 28px; }
.margin_right{ margin-right: 28px; }
.preload{ display: none; }
a.underline, a.underline:link{
    color: #440202;
    text-decoration: underline;
}
.right_sizes{
    color: #61430e;
    margin-top: 15px;
    padding: 0px 0px 0px 75px;
    width: 142px;
}
.right_width{
    /*margin-top: 0px;*/
    padding: 0px 28px 0px 0px;
    width: 44%;
}
.left_width{
    margin-left: 40px;
    width: 40%;
}
.right_width2{
    /*margin-top: 0px;*/
    padding: 0px 28px 0px 0px;
    width: 45%;
}
p.left{
    margin-top: 0px;
    padding: 0px 0px 0px 75px;
    width: 305px;
}
/*=========================for the main nav menu==============================*/
#main_menu{
    margin-left: 0px;
    width: 745px;
}
#main_menu a{
    display:block;
    float: left;
}
#home a{
    background-image: url('../images/nav_menu/nav_home_u.jpg');
    width: 60px;
    height: 31px;
}
#home a:hover{
    background-image: url('../images/nav_menu/nav_home_ro.jpg');
    width: 60px;
    height: 31px;
}
#company a{
    background-image: url('../images/nav_menu/nav_company_u.jpg');
    width: 120px;
    height: 31px;
}
#company a:hover{
    background-image: url('../images/nav_menu/nav_company_ro.jpg');
    width: 120px;
    height: 31px;
}
#clients a{
    background-image: url('../images/nav_menu/nav_clients_u.jpg');
    width: 74px;
    height: 31px;
}
#clients a:hover{
    background-image: url('../images/nav_menu/nav_clients_ro.jpg');
    width: 74px;
    height: 31px;
}
#plates a{
    background-image: url('../images/nav_menu/nav_plates_u.jpg');
    width: 113px;
    height: 31px;
}
#plates a:hover{
    background-image: url('../images/nav_menu/nav_plates_ro.jpg');
    width: 113px;
    height: 31px;
}
#order a{
    background-image: url('../images/nav_menu/nav_order_u.jpg');
    width: 66px;
    height: 31px;
}
#order a:hover{
    background-image: url('../images/nav_menu/nav_order_ro.jpg');
    width: 66px;
    height: 31px;
}
#links a{
    background-image: url('../images/nav_menu/nav_gallery_u.jpg');
    width: 78px;
    height: 31px;
}
#links a:hover{
    background-image: url('../images/nav_menu/nav_gallery_ro.jpg');
    width: 78px;
    height: 31px;
}
#femail a{
    background-image: url('../images/nav_menu/nav_email_u.jpg');
    width: 63px;
    height: 31px;
}
#femail a:hover{
    background-image: url('../images/nav_menu/nav_email_ro.jpg');
    width: 63px;
    height: 31px;
}
/*=========================for content body==============================*/
#content{
    background-image: url('../images/content_background.jpg');
    background-repeat: repeat-y;
    height: 500px;
    width: 745px;
}

#more_content{
    background-image: url('../images/content_background.jpg');
    background-repeat: repeat-y;
    height: 700px;
    width: 745px;
}

#gallery_content{
    background-image: url('../images/content_background.jpg');
    background-repeat: repeat-y;
    height: 1150px;
    width: 745px;
}

#order_content{
    background-image: url('../images/content_background.jpg');
    background-repeat: repeat-y;
    #height: 1300px;
    width: 745px;
}

/*===============================for the footer=========================*/
#footer{
    background-image: url('../images/footer.jpg');
    background-repeat: no-repeat;
    color: #c5a700;
    margin-top: 15px;
    width: 745px;
}
#footer p.info{
    margin: 0px 0px 0px 40px;
    padding-top: 8px;
}
#footer p.small{
    font-size: 11px;
    padding: 0px;
    text-align: center;
}
#footer ul{
    color: #c5a700;
    list-style: none;
    margin-top: 35px;
    padding: 0px;
    text-align: center;
}
#footer ul li{
    display: inline;
    font-family: Myriad Pro;
    font-size: 10px;
}

#footer ul li a{
    padding: 0 0 0 15px;
}
#footer a, a:link{
    color: #c5a700;
    text-decoration: underline;
}

/*===============================for the photo gallery======================*/
#gallery_content ul{
    list-style: none;
}
#gallery_content ul li{ 
    float: left;
    margin: 0px 2px 10px 2px;
    text-align: center;
}
#gallery_content ul li a img{
    margin: 0px 3px 0px 3px; 
    border: 2px solid #000000;
    display: inline;
}
#gallery_content ul li a:hover img{ border: 2px solid #ffffff; }

/*===============================for the photo gallery======================*/

#order_content ol {
    padding: 0;
    margin: 0;
    margin-right: 28px;
    padding-left: 5px;
    list-style-type: decimal;
}
#order_content ol li{
    display: list-item;
    list-style-position:inside
}
#order_content label{
    display: block;
	text-align: left;
    padding-right: 5px;
    width: 70px;
    float: left;
}
#order_content input{
    background-color: #f4f4f3;
    height: 13px;
    margin: 0px 5px 5px 0px;
}
#order_content select{
    background-color: #f4f4f3;
    display: block;
    float: left;
    height: 19px;
    margin: 0px 0px 5px 0px;
}

#order_content p.price{
   float: right;
   margin-top: 10px;
   margin-right: 20px;
}

#order_content input.price{
    display: block;
    color: #000000;
    float: left;
    margin: 0px 5px 5px 0px;
}
#order_content label.price{
    display: block;
    font-weight: bold;
	text-align: right;
    padding-right: 5px;
    width: 100px;
    float: left;
}

#recaptcha_area { margin-left: 40px;}