/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font: 15px Arial, Helvetica, sans-serif;
	color: #626262;
}

form {
	margin: 0;
	padding: 0;
}

form .error{
    background-color:#d5ca9d;
}
span.error_message {
color:#ef3f2f;
font-size:10px !important;
display:inline-table;
}
span.error_message ul{
	margin: 0px;
    list-style-type:none;
}

label{
font-weight:bold !important;
}

span.help {
color:#999999;
font-size:10px !important;
}
input,select,textarea {
	padding-left: 5px;
	background: #FEFEFE url(../images/img13.gif) repeat-x;
	border: 1px solid #626262;
	font: normal 1em;
}

textarea{
height:75px;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #444444;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ol, ul {
	margin-bottom: 2em;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #1692B8;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	height: 42px;
}

#logo h1, #logo p {
	float: left;
	text-transform: lowercase;
}

#logo h1 {
	padding: 0px 0 0 40px;
}

#logo p {
	margin: 0;
	padding: 14px 0 0 4px;
	line-height: normal;
	font-size: 14px;
}

#logo a {
	text-decoration: none;
	color: #D0C7A6;
}

.facebox_image{
text-align:center;
}

.facebox_image span{
  font-weight: bold;
    display:block;
}


#header_menu {
	float: right;
}

#header_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header_menu li {
	display: block;
	float: left;
	height: 42px;
	text-align: center;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 14px;
    margin-left:15px;
    margin-right:10px;
}

#header_menu a {
	color: #CEC5A4;
	text-decoration: none;
}


#header_menu .last {
	margin-right: 20px;
}

#header_menu a:hover {
	color: #FFFFFF;
}


#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
    margin-right:20px
}
#menu{
    margin:10px;
    margin-left: 20px;
    margin-right: 20px;

}

#menu li a {
    background-color:#7d6c4b;
    color:#fff;
    text-decoration:none;
    border-style:double;
    padding-left:30px;
    padding-right:30px;
}


/* Page */

#page {
	padding: 40px 40px 0 40px;
}

/* Content */

#content {
}


/* Search */

#search {
    float:right;
}

#search input {
	padding: 0;
	width: 70px;
	background: #DFDFDF url(../images/img14.gif) repeat-x;
	font-weight: bold;
    display:inline;
}

#search input,select {
}

#search .search {
	padding-left: 5px;
	width: 150px;
    display:inline;
}

#search br {
	display: none;
}

.container50p .field{
font-weight:bold;
}

.container50p div {
    float: left;
    width:48%
}
img{
	border: 1px solid #626262;
    padding:3px;
    margin:2px;
}


/* Footer */

#footer {
	padding: 70px 0 50px 0;
	background: #757575 url(../images/img08.gif) repeat-x;
}

#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: .9em;
	color: #BABABA;
}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #DDDDDD;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .rss {
	background: url(../images/img18.gif) no-repeat left center;
}

#footer .xhtml {
	background: url(../images/img19.gif) no-repeat left center;
}

#footer .css {
	background: url(../images/img20.gif) no-repeat left center;
}

#footer .legal a {
	padding: 0;
}



table.tablesorter a img{ 
    margin-bottom:0px; 
    margin-left:5px;
    border:0px;
}


#product_description{
    float:left;
    margin: 5px;
}

#product_images{
    float:left;    
    margin: 5px;
}



.msg_error, .msg_info, .msg_question, .msg_success {
background-position:5px 50%;
background-repeat:no-repeat;
color:black;
font-size:80%;
font-weight:bold;
margin:0.5em 1em 1em;
padding:0.4em 1em 0.4em 2.5em;
vertical-align:middle;
}
.msg_error {
background-color:#FFCE7B;
background-image:url(../images/error.png);
border:1px solid #FFA500;
}
.msg_info {
background-color:#D4F4CE;
background-image:url(../images/info.gif);
border:1px solid #B9D6B4;
}
.msg_success {
background-color:#D4F4CE;
background-image:url(../images/success.png);
border:1px solid #B9D6B4;
}
.msg_question {
background-color:#D4F4CE;
background-image:url(../images/question.gif);
border:1px solid #B9D6B4;
}
