/*
 * Main CSS styles
 *
 * DO NOT put colors or images or border-styles in this file --
 * all that stuff goes into decor.css
 *
 */



/* Layout
-------------------------------------------- */

body {
  background: #241011;
  text-align: center;
  margin: auto;
  font-family: verdana, arial, sans-serif;
  font-size: 9pt;
  width: 663px;
}

p {
  line-height: 10pt;
}

#container {
  width: 663px;
  text-align: left;
}

#logo {
  float: left;
  width: 100%;
  text-align: center;
}

#mainmenu {
  float: left;
  background: black;
  width: 96%;
  padding: 5px 2% 5px 2%;
}
  #mainmenu a {
	color: white;
	text-decoration: none;
	margin-right: 35px;
  }
  #mainmenu a:hover, #mainmenu a.active {
	color: #cfa56b;
  }

#header-pic {
  float: left;
  width: 100%;
  height: 130px;
  padding-bottom: 30px;
  background: black url(../images/shadow-top.gif) repeat-x;
  background-position: left bottom;
}

#content-container {
  float: left;
  width: 100%;
  background: white url(../images/shadow-background.gif) repeat-y;
}

/*--total width 663--*/
#products
{
	margin-left:12px;
	width:640px;

	float:left;
}



#products .caption
{
   color:white;
   background-color:#231111; 
   width:635px !important;
   float:left;
   padding: 5px 0 5px 5px;

   
}


#products .hx
{
	
   color:#312927;
   font-size: 11pt;
   margin:10px 0 10px 0;
   font-weight:bold;
   
}

 .p-entry
{
	float:left;

	width:100%;
	margin:3px 0 0px 0;
	background-color:#E1E6E0;
}

 .p-image
{
   float:left;

   width:157px;
	
}

.p-image a
{
	text-decoration:none;
	color:Black;
	margin-left:15px;
	font-size:7.5pt;
	 font-family:Verdana;
}
.p-image a:hover
{	

	color:Black;

	font-family:Verdana;
	text-decoration:none;
}
.p-description
{
   float:left;

   width:320px;
   height:140px;

}

.p-exit
{
  float:left;
   float:right;

   width:150px;
}


.p-exit .price
{
   float:right;
	font-weight:bold;
   width:140px;
   margin-right:10px;
   margin-top:10px;
   height:20px;
   text-align:right;

}


.p-exit .button
{
	margin-top: 94px;
	margin-bottom: 3px;
	margin-right:3px;
	height: 20px;
	float: right;

	width: 100px;
	font-size: 10pt;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	background-color: #C89E62;
	text-transform: capitalize;
	letter-spacing: 1px;
}


.p-exit .button a
{
	 text-decoration:none;

	 color:black;
	 
}

.p-exit .button a:hover
{
	text-decoration:none;
	color:White;
}

.main-submit
{
	background-color: #C89E62;
	border-width: 0px;
	font-weight: bold;
	height: 20px;
	width: 100px;
	margin-left: -40px;
}

.main-submit:hover
{
	color: White;
	cursor: pointer;
}




#infobar {
  width: 160px;
  margin-right: 10px;
  float: right; display: inline;
}
#infobar p {
  margin: 0;
  padding: 5px 5px 10px 25px;
  background: #e6e6e6 url(../images/menu-triangle.gif) no-repeat;
  background-position: 5px 7px;
}

.feature {
  background: url(../images/gray-texture.gif);
  padding: 5px;
  padding-top: 0;
  font-size: 8pt;
}
.feature h2 {
  color: white;
  margin-bottom: 10px;
}

table { margin: 0; }
td, th {
  margin: 0;
  vertical-align: top;
  padding-right: 10px;
}

table.contacts {
  margin: 20px;
}

p {
  margin-top: 10px;
}

#infobar h3 {
  font-size: 9pt;
  background: #241011;
  margin: 0;
  margin-top: 7px;
  padding: 5px;
  color: white;
  font-variant: normal;
  letter-spacing: 0;
}

h3 {
  background: #241011;
  font-size: 8pt;
  font-weight: bold;
  color: white;
  padding: 4px;
  margin-top: 20px;
}

h2 {
  font-size: 11pt;
  margin-top: 5px;
  margin-bottom: 0;
  color: #241011;
}

#content {
  width: 473px;
  float: left; display: inline;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 15px;
}

#content.full-width {
  width: 640px;
}

#footer {
  float: left; display: inline;
  width: 100%;
  margin-bottom: 30px;
  height: 48px;
  padding-top: 5px;
  text-align: right;
  background: black url(../images/shadow-bottom.gif) repeat-x;
}
#footer img {
  margin-bottom: -5px;
}

.small {
  font-size: 80%;
}

#infobar p.white {
  margin: 0;
  margin-top: 5px;
  padding: 0;
  background: white;
}
#infobar p.white img {
  margin-top: 0;
}

#infobar a { text-decoration: none; }
#infobar a:hover { text-decoration: underline; }

.info-message {
  border: 1px solid #241011;
  color: #241011;
  background: #e9e2e2;
  margin: 20px;
  padding: 10px;
}

a {
  color: #241011;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.first {
  margin-top: 0;
}

form.action table {
  border-bottom: 35px solid #241011;
}
form.action {
  margin-top: 0;
}
form.action table {
  border-collapse: collapse;
}
form.action input.submit {
  position: relative;
  right: -390px;
  top: -12px;
  _right: -400px;
  _top: -30px;
}
form.action th {
  width: 80px;
  font-weight: normal;
}
form.action input.text, form.action textarea {
  width: 350px;
}
form.action td, form.action th {
  border: none;
  padding: 5px;
}
form.action tr.even { background-color: #f4f4f4; }
form.action tr.odd { background-color: #e6e6e6; }

form.action input.text, form.action textarea {
  border: 1px solid #878787;
}
h3.form-header {
  width: 449px;
  padding: 4px;
  background: #241011;
  font-size: 10pt;
  margin-top: 5px;
  margin-bottom: 0;
  color: white;
  font-variant: normal;
  letter-spacing: 0;
}

div.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.feature div.left {
  width: 244px;
}
.feature p.first {
  padding-top: 15px;
}

table.news td {
  padding: 15px 5px 15px 5px;
}

img {
  border: none;
}


