ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }

body {
    /*        
    background: url('/images/bg.png');
    background-repeat: repeat;
    background-position: center;
    */
}

a img,:link img,:visited img { border: none; }
a{
    color: #07263e;
    text-decoration: none;
}
a:link {
    /* color: #07263e;
	text-decoration: none;
	*/
}
a:hover
{
    /* color: #999; */
}
a:visited
{
    color: #999;
    text-decoration: none;
}

hr 
{
    background: transparent;
    height: 0px;
    border: none;
    border-bottom: 1px dotted #bbbbbb;
    clear: both;
}

.submit_button
{
    width: 120px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #5b6d85;
    background-color: #07263e;
    text-transform:uppercase;
    cursor: pointer;
}

.submit_button_medium
{
    width: 180px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #5b6d85;
    background-color: #07263e;
    text-transform:uppercase;
    cursor: pointer;
}

.submit_button_long
{
    width: 240px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #5b6d85;
    background-color: #07263e;
    text-transform:uppercase;
    cursor: pointer;
}

.error 
{
    background-color: #cb0018;
    border: 1px solid #c10017;
    color: #ffffff;
    padding: 5px
}

.round 
{
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius: 3px 3px 3px 3px;
}

div#outer-wrapper 
{
    /* background-color: #fafafa; */
    color: #07263e;
    width: 830px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

div.search input.search_input 
{
    font-size: 77%;
    height: 14px;
    color: #07263e;
    float: left;
    display: inline;
    /*border: 1px solid #a9a9a9;*/
}

div.search input.search_input
{
    font-size: 77%;
    height: 12px !important;
    height: 13px !important;
    height: 13px;
    padding: 1px;
    color: #07263e;
    float: left;
    display: inline;
    border: 1px solid #a9a9a9;
}

.search_button
{
    float: left;
    cursor:pointer;
    font-size: 11px;
    font-weight: bold;
    color: #07263e;
    font-family: Garamond, Arial, sans-serif;
    border: 1px solid #a9a9a9;
    border-left:0;
    padding: 0;
    width: auto;
    background-color: transparent;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: inline;
}

div#header_banners 
{
    width: 830px;
}

div#header 
{
    background: url(../images/header.gif) no-repeat;
    width: 830px;
    height: 45px;
}

div#logo 
{	 
    font-family: Garamond, Arial, sans-serif;
    font-size: 14px;
    /* border-top: 4px solid #548dd4; */
    border-bottom: 4px solid red;
    width: 830px;
    height: 150px;
}

div#top-left 
{
    position: relative;
    top: 35px;
    float: left;
    display: inline;
    width: 145px;
    padding-left: 30px;
    font-size: 13px;
}

div#top-center 
{
    position: relative;
    top: 35px;
    float: left;
    display: inline;
    width: 245px;
    padding-left: 0px;
    text-align: center;
}

div#top-right 
{
    position: relative;
    top: 25px;
    float: left;
    width: 260px;
    /* padding-left: 25px; */
}

div#top-menu 
{
    font-size: 85%;
    height: 75px;
    background: url(../images/top_menu_background.gif) repeat-x 0 27px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    font-size: 85%;
}

div#top-menu ul li
{
    list-style-type: none;
    margin: 0!important;
    padding: 0!important;
    text-transform: uppercase;
    float: left;
    display: inline;
}

div#top-menu ul li a 
{
    width: 62px;
    display: block;
    line-height: 87px;
    padding: 0 2.5em;
    float: left;
    display: inline;
}

div#top-menu ul li a:link, div#top-menu ul li a:visited 
{
    color: #fff;
    text-decoration: none;
}

div#top-menu ul li a:hover, div#top-menu ul li.selectedPage, div#top-menu ul li a.selectedPage, div#top-menu ul li.active 
{
    background: url(../images/top_menu_rollover.gif) no-repeat top center;
}

div#footer 
{
    background: url(../images/footer.gif) no-repeat;
    width: 830px;
    height: 45px;
}

div#bottom-menu 
{
    text-align: center;
    font-size: 77%;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0;
}

div#bottom-menu ul.globalRootMenu 
{
    margin: 0 -13px 0 -3px!important;
    padding: 0!important;
}

div#bottom-menu ul li 
{
    display: inline;
}

div#bottom-menu ul li a 
{
    padding: 0 9px 0 0;
}

div#bottom-menu a:link, div#bottom-menu a:visited 
{
    color: #07263e;
    text-decoration: none;
}

div#bottom-menu a:hover, div#bottom-menu li.selectedPage a:link, div#bottom-menu li.selectedPage a:visited 
{
    color: #999;
    text-decoration: none;
}

.clear {
    clear: both;
}

div#main 
{
    margin: 10px 0px 10px 0px;
    background: url(../images/left_menu_bg.gif) repeat-y;
    font-size: 85%;
    color: #07263e;
}

div#left-menu 
{
    width: 158px;
    float: left;
    display: inline;
}

div#left-menu ul li 
{
    list-style-type: none;
    border-bottom: 1px solid #07263e;
    padding: 8px 0 8px 3px;
    font-family: Garamond, Arial, sans-serif;
    font-size: 12px;
    text-transform:uppercase;
}

div#left-menu ul li a:link, div#left-menu ul li a:visited 
{
    color: #07263e;
    text-decoration: none;
}

div#left-menu ul li a:hover, div#left-menu ul li.selectedPage a:link, div#left-menu ul li.selectedPage a:visited 
{
    color: #999;
}

div#content 
{	
    width: 650px;
    margin-left: 20px;
    float: left;
    display: inline;
    /* border: 1px solid black; */
}

div#content_text 
{
    text-align: justify;
}

div#made-by 
{  
    text-align: center;
}

.category_photo 
{
    width: 200px;
    height: 200px;
}

.item_photo 
{
    width: 200px;
    height: 350px;
}

.category_title 
{
    font-family: Garamond, Arial, sans-serif;
    font-size: 16px;
    text-transform:uppercase;
}

.item_title 
{
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/title.png) no-repeat;
    width: 180px;
    height: 30px;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 5px;
    text-transform:uppercase;
}

.item_code 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    text-transform:uppercase;
}

.item_manufacturer 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    text-transform:uppercase;
}

.item_price 
{
    background: url(../images/price.png) no-repeat;
    font-family: Garamond, Arial, sans-serif;
    font-size: 16px;
    width: 76px;
    height: 76px;
    color: #ff0000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.item_sale_price
{
    background: url(../images/price.png) no-repeat;
    font-family: Garamond, Arial, sans-serif;
    font-size: 16px;
    width: 76px;
    height: 76px;
    color: #ff0000;
    font-weight: bold;;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
}

.item_quantity 
{
    font-family: Arial, Helvetica, sans-serif;
    width: 30px;
    text-transform:uppercase;
}

.item_description 
{
    border: 1px solid black;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    width: 200px;
    text-align: justify;
}

.item_manufacturer_sizing_photo 
{
    margin: 5px;
    padding: 5px;
}