@charset "utf-8";
/* CSS Document */

body {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 background-color:#633a0e;
 margin-top:0;
 margin-left:0;
 margin-bottom:10;
 margin-right:0;

}
#mainFrame {
 width:984px;
 margin-left:auto;
 margin-right:auto;
 background:#633a0e url(../images/bg_texture.gif) repeat-y;
}
#header {
 width:984px;
 margin-left:auto;
 margin-right:auto;
 height:192px;
 background:#633a0e url(../images/header_img.gif) no-repeat;
}
#headerHome {
 width:984px;
 margin-left:auto;
 margin-right:auto;
 height:192px;
 background:#633a0e url(../images/bg_home.gif) no-repeat;
}
#catalogueItems {
font-size:11px;
}
#menu {
 font-size:10px;
}
#mainContent {
 font-size:13px;
}

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

#mainContent a:hover{
 color:#000000;
 text-decoration:underline;
}

#footer {
 font-size:10px;
 background:#633a0e url(../images/bg_texture.gif) repeat-y;
 width:984px;
 margin-left:auto;
 margin-right:auto;
}
#catalogueMenu a{
 color:#000000;
 font-size:9px;
 text-decoration:none;
}

#catalogueMenu a:hover{
 color:#000000;
 font-size:9px;
 text-decoration:underline;
}

#closePage {
 width:984px;
 height:55px;
 margin-left:auto;
 margin-right:auto;
 background:#633a0e url(../images/bg_bottom.gif) no-repeat;
}

.menuText {
 margin-left:15px;
}

#menu a{
 color:#000000;
 text-decoration:none;
}

#menu a:hover{
 color:#000000;
 text-decoration:underline;
}

.textField{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 border:#993300 1px solid;
 height:17px;
 font-size:10px;
 width:190px;
}
.textArea{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 border:#993300 1px solid;
 font-size:10px;
 width:250px;
}

.maroonBorder {
 border:1px solid #351B00;
}

.hiddenPic {display:none;}
