body
{
    margin: 0px;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 11px;
    color: #5C5C5C; /*background-color: Gray; background-image: url('images/matsikas-bg-img.png'); 	background-repeat: repeat-x;*/
    background: #FFFFFF url(images/bg.jpg) no-repeat scroll center top;
}

table
{
    border-collapse: collapse;
}

ul
{
    margin: 0px 10px 0px 0px;
}

.label
{
    font-size: 1.1em;
}

.textbox
{
    font-size: 1em;
    height: 1.85em;
}

.smalltextbox
{
    font-size: 1.2em;
    height: 1.4em;
    width: 20px;
}

.multilinetextbox
{
    width: 188px;
    height: 80px;
}

.largemultilinetextbox
{
    width: 350px;
    height: 150px;
}

.longmultilinetextbox
{
    width: 350px;
    height: 75px;
}

.longtextbox
{
    font-size: 1.35em;
    height: 1.75em;
    width: 325px;
}

.dropdownlist
{
    font-size: 1em;
    color: #5C5C5C;
}

.fwdropdownlist
{
    font-size: 1em;
    font-family: Courier New;
}
.rightbutton
{
    font-size: 1em;
    height: 20px;
    font-weight: bold;
    float: right;
}

.menuItem
{
    color: #fff;
}

.menuItem a
{
    cursor: pointer;
}

.menuItem #left
{
    width: 5px;
    display: inline;
    background: url(images/blue_tab_left.gif) no-repeat;
    height: 30px;
    position: relative;
    float: left;
}

.menuItem #mid
{
    display: inline;
    background: url(images/blue_tab_middle.gif) repeat-x;
    height: 30px;
    position: relative;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.menuItem #mid #text
{
    position: relative;
    top: 5px;
    color: #FFF;
}

.menuItem #right
{
    width: 5px;
    display: inline;
    background: url(images/blue_tab_right.gif) no-repeat;
    height: 30px;
    position: relative;
    float: left;
}

.menuItemSelected
{
    color: #fff;
}

.menuItemSelected a
{
    cursor: pointer;
}

.menuItemSelected #left
{
    width: 5px;
    display: inline;
    background: url(images/lightblue_tab_left.gif) no-repeat;
    height: 30px;
    position: relative;
    float: left;
}

.menuItemSelected #mid
{
    display: inline;
    background: url(images/lightblue_tab_middle.gif) repeat-x;
    height: 30px;
    position: relative;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.menuItemSelected #right
{
    width: 5px;
    display: inline;
    background: url(images/lightblue_tab_right.gif) no-repeat;
    height: 30px;
    position: relative;
    float: left;
}

#allContent
{
    margin: 0 auto;
    width: 1000px;
}
#content
{
    margin: 0 auto;
    padding-top: 10px;
    width: 1000px;
}

#wrapper
{
    width: 100%;
    overflow: hidden;
    background-color: White;
}

#headerRegion
{
    background: transparent url(images/header_bg.jpg) no-repeat scroll 0 0;
    height: 120px;
    margin: auto;
    width: 1000px;
}

#mainContentRegion
{
    display: block;
    clear: both;
}

.sectionHeader
{
    border-bottom: 1px solid rgb(235, 235, 235);
    color: #024A76;
    font-size: .9em;
    padding-bottom: 5px;
    font-weight: bold;
}

.navigationRule
{
    border: 2px solid #024A76;
    position: relative;
    top: -8px;
}

.defaultTable
{
    width: 96%;
}

.verticalalign img
{
    vertical-align: middle;
}

.verticalalign span
{
    vertical-align: top;
}

.showAll
{
    float: right;
}


.modalbutton
{
    font-size: .7em;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    float: right;
}

hr
{
    border-bottom: 1px solid #CCC;
    color: #FFF;
}

a:link, a:visited
{
    color: Black /*#0066A6*/;
    text-decoration: none;
}
.smallleft
{
    float: left;
}

.smallright
{
    float: right;
}

#footer
{
    text-decoration: none;
    font-size: .7em;
    color: #C0C0C0;
}

#footer a
{
}

#footer a:visited
{
    color: #C0C0C0;
}

#footer a:hover
{
    color: #0066A6;
}

#pnlReview
{
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    background-color: white;
}

#headerMenu
{
    background-color: #FFFFFF;
    height: 50px;
    width: 1000px; /*float: left; 	width: 100%; 	font-size: 93%; 	font-size: 18px; 	line-height: normal; 	border-bottom: 1px solid #666; */
}
#headerMenu ul
{
    background: transparent url(images/menu_bg.gif) repeat-x scroll 0 0;
    display: block;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 982px;
}
#headerMenu li
{
    display: inline;
    margin: 0;
    padding: 0;
}
#headerMenu a
{
    float: left;
    background: url("images/tableftF.gif") no-repeat left top;
    margin: 0 0 0 2px;
    padding: 0 0 0 3px;
    text-decoration: none;
}
#headerMenu a span
{
    float: left;
    display: block;
    background: url("images/tabrightF.gif") no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: #666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#headerMenu a span
{
    float: none;
}
/* End IE5-Mac hack */
#headerMenu a:hover span
{
    color: #000;
}
#headerMenu a:hover
{
    background-position: 0% -42px;
}
#headerMenu a:hover span
{
    background-position: 100% -42px;
}
#headerMenu li.selected a
{
    background-position: 0% -42px;
}
#headerMenu li.selected a span
{
    background-position: 100% -42px;
    font-weight: bold;
}

.button
{
    background-color: #A9A9A9;
    border: 1px solid black;
    color: white;
    font-family: trebuchet ms,helvetica,sans-serif;
    font-size: 95%;
    font-weight: bold;
    padding: 3px;
    cursor: pointer;
    margin: 2px; /*font-size: .7em; 	height: 20px; 	font-weight: bold; 	padding-bottom: 5px;*/
}
a:hover.button, input:hover.button
{
    background-color: Gray;
}
a.button
{
    color: white;
}
.orderSummaryTable, .orderSummaryTable tr
{
    border: solid 1px black;
}
.orderSummaryTable td
{
    border-left: solid 1px black;
    border-right: solid 1px black;
    text-align: center;
    padding: 5px;
}
.orderSummaryTable th
{
    background-color: #7BBCC7;
    background-image: url(images/menu_title_bg_small.gif);
    background-repeat: repeat-x;
    color: white;
    text-align: center;
    vertical-align: middle;
}
td.subTotal, td.total
{
    text-align: right;
}
.disable
{
    opacity: 0.5;
    moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
.watermark
{
    font-size: 1.1em;
    color: Gray;
    text-align: center;
}
.search-btn-img
{
    background-image: url(images/search.gif);
}
.site-logo
{
    float: left;
    padding: 10px 0px 0px 35px;
}
.right-menu-corner
{
    background: transparent url(images/menu_right.gif) no-repeat scroll center center;
    float: left;
    height: 50px;
    width: 9px;
}
.left-menu-corner
{
    background: transparent url(images/menu_left.gif) no-repeat scroll center center;
    float: left;
    height: 50px;
    width: 9px;
}
#headerMenu1
{
    background-color: #FFFFFF;
    height: 50px;
    width: 1000px; /*float: left; 	width: 100%; 	font-size: 93%; 	font-size: 18px; 	line-height: normal; 	border-bottom: 1px solid #666; */
}

.menu
{
    background: transparent url(images/menu_bg.gif) repeat-x scroll 0 0;
    display: block;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 982px;
}
ul.menu
{
    list-style-type: none;
    float: left;
    display: block;
    width: 982px;
    margin: 0px;
    padding: 0px;
    background: url(images/menu_bg.gif) repeat-x;
}

ul.menu li
{
    display: inline;
    font-size: 11px;
    font-weight: bold;
    line-height: 50px;
}
ul.menu li.divider
{
    display: inline;
    width: 2px;
    height: 50px;
    float: left;
    background: url(images/menu_divider.gif) no-repeat center;
}

a.menu-item:link, a.menu-item:visited
{
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 14px 0 14px;
    height: 50px;
    text-decoration: none;
    color: #676d77;
}

a.home:link, a.home:visited
{
    background: url(images/home.png) no-repeat left;
}
a.announcement:link, a.announcement:visited
{
    background: url(images/icons/announcement.png) no-repeat left;
}
a.products:link, a.products:visited
{
    background: url(images/services.png) no-repeat left;
}
a.bio:link, a.bio:visited
{
    background: url(images/info-icon.png) no-repeat left;
}
a.shipping:link, a.shipping:visited
{
    background: url(images/car.png) no-repeat left;
}
a.account:link, a.account:visited
{
    background: url(images/user_add.png) no-repeat left;
}
a.contact:link, a.contact:visited
{
    background: url(images/contact-new.png) no-repeat left;
}
a.menu-item:hover
{
    color: #333333;
}
.top-divider
{
    float: left;
    height: inherit;
    margin-left: 4px;
    width: 1px;
}
.selected
{
    background-color: Red;
}
.info, .success, .warning, .error, .validation
{
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info
{
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('images/icons/knob_info.png');
}
.success
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('images/icons/success.png');
}
.warning
{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/icons/warning.png');
}
.error
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/icons/error.png');
}
