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


body  {
	/* background:  #C4C6C8 url(../images/background-gradient2.gif) repeat-x center top ; */
	font-family:Trebuchet MS,Arial;
	font-size:90%;
	background: #D5D6D8; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#D5D6D8));
	background:-moz-linear-gradient(#FFFFFF, #D5D6D8);
	background:-o-linear-gradient(#FFFFFF, #D5D6D8);
	background:linear-gradient(#FFFFFF, #D5D6D8);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D5D6D8');
	margin:0;
	padding:0;
}
img {
	border:0;
}
#page { 
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 2% auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:1px solid #DDD;
	-moz-box-shadow: 2px 3px 10px #DDDDDD;
	-webkit-box-shadow: 2px 3px 10px #DDDDDD;
	box-shadow: 2px 3px 10px #999;
	
}

#header {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-right:2%;
	margin-left:2%;
	height:85px;
}
 
#top-menu {
	
	clear: both;
	-moz-box-shadow: 2px 3px 10px #666;
	-webkit-box-shadow: 2px 3px 10px #666;
	box-shadow: 2px 3px 10px #666;
	background:#B50F17;	

}
#top-menu ul {
	margin:0;
	padding:0;
	margin-left:2%;
	border-left: #ccc 1px solid; 
}
#top-menu li {
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	font-size:100%;
	position:relative;
}
#top-menu a {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	border-right: #ccc 1px solid;
	display: block;
}
#top-menu a:link, #top-menu a:visited {
	color:#fff;
	font-weight:bold;
}
#top-menu a:hover, #top-menu a:active  {
	color:#000;
	background: #D5D6D8; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#D5D6D8));
	background:-moz-linear-gradient(#FFFFFF, #D5D6D8);
	background:-o-linear-gradient(#FFFFFF, #D5D6D8);
	background:linear-gradient(#FFFFFF, #D5D6D8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D5D6D8');
}   
#top-menu form {
	margin:0;
	float:right;
	padding-top:2px;
	padding-right:10px;
	z-index:50;
}

#top-menu input {
	box-shadow:inset 1px 1px 1px #333;
	padding:4px;
	border:none;
}
#top-menu input.search-arrow {
	 box-shadow:none;
	 padding:2px;
	 
}
a {
	text-decoration:none;
}

#header h2 {
	float:right;
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	padding-top: 25px;
	padding-bottom: 10px;
	font-size:120%;
	text-shadow: #666 1px 1px 2px;
		
}
#left-column {
	float: left; /* since this element is floated, a width must be given */
	width: 20%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	margin:2%;
}
  

.sidebar1 {
	-moz-box-shadow: 2px 3px 20px #DDDDDD;
	-webkit-box-shadow: 2px 3px 20px #DDDDDD;
	box-shadow: 2px 3px 20px #DDDDDD;
	background:#fff;
	margin-bottom:20px;
	
}

.sidebar1 h3 {
	margin:0;
	padding:3%;
	color:#fff;
	font-size:110%;
	text-shadow: #666 1px 1px 2px;
	background: #B50F17;
	border-bottom:#ddd solid 1px;
	position:relative;
		
}
.sidebar1 ul {
	margin:0;
	padding:0;	
}
.sidebar1 li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:90%;	
	position:relative;
}
.sidebar1 a {
	padding:2%;
	display:block;
	border-bottom:#ddd solid 1px;
	font-weight:bold;
	
	 
}
a.edit {
	position:absolute;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin:0;
	display: inherit;
	border:none;
	right:0;
	bottom:0;
}
.sidebar1 a:link, .sidebar1 a:visited {
	color:#000;
	
}
.sidebar1 a:hover, .sidebar1 a:active {
	color:#fff;
	background: #B50F17; /* default background for browsers without gradient support */
	/* css3 */
}
.sidebar1 a.selected {
	color:#fff;
	background: #B50F17; /* default background for browsers without gradient support */
	/* css3 */
	
}
 
#mainContent { 
	margin: 0 2% 0 25%; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent h1{
	
	margin-top:3%;
	margin-bottom:2%;
	padding:1%;
	padding-left:2%;
	font-size:120%;
	color:#000;
	-moz-box-shadow: 2px 3px 20px #DDDDDD;
	-webkit-box-shadow: 2px 3px 20px #DDDDDD;
	box-shadow: 2px 3px 20px #DDDDDD;
	
}
#mainContent h2{
	margin-top:3%;
	margin-bottom:2%;
	padding:1%;
	padding-left:2%;
	font-size:120%;
	color:#000;
	-moz-box-shadow: 2px 3px 20px #DDDDDD;
	-webkit-box-shadow: 2px 3px 20px #DDDDDD;
	box-shadow: 2px 3px 20px #DDDDDD;
}
#mainContent h3{
	margin:0;
	padding:0;
	font-size:110%;
}
#mainContent h4{
	margin:0;
	padding:0;
	font-size:95%;
}
#mainContent p{
	margin:0;
	padding:0;
	font-size:110%;
	line-height:140%;
	padding-top:0.5em;
	padding-bottom:0.5em;	
}
li, ol {
font-size:90%;
}
.KT_tngtable {
	font-size:90%;
	margin-top:25px;
	margin-bottom:20px;
}
.KT_tngtable input {
	
}
.KT_tngtable li {
	list-style-type: none;	
}
.KT_tngtable textarea {
	width:260px;
}
input#KT_Custom1, input#KT_Insert1, input#kt_login1, input#kt_login_rememberme, input#KT_Update1 {
	width:auto;
}
#footer {
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 2% auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	clear: both;
	-moz-box-shadow: 2px 3px 10px #666;
	-webkit-box-shadow: 2px 3px 10px #666;
	box-shadow: 2px 3px 10px #666;
	background:#B50F17;	
}
#footer .image {
	position:absolute;
	right:-40px;
	bottom:-40px;
}
#footer .social {
	position:absolute;
	right:125px;
	bottom:35px;
}
#footer ul {
	margin:auto;	
}
#footer li {
	margin:auto;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
}

#footer p {
clear:both;
padding-bottom:10px;
margin-right:120px;
}
#footer .list {
	margin:1%;
	float:left;	
}
ul.credits, ul.credits li ul {
padding:0;
margin:0;

}

ul.credits li {
padding:0;
margin:0;
padding-top:10px;
list-style-type: none;	
}
ul.credits ul li {
padding:0;
margin:0;
margin-left: -30px;
padding-top:5px;
list-style-type: none;	
}
ul.credits a {
	font-size:12px;
}
ul.credits li strong a {
	color: #000;
}
ul.credits li strong a:hover {
text-decoration:underline;	
}

  
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* hack for float issue required */ 


#category  .item {
	min-height:175px;
	margin-right:3%;
	margin-top:2%;
	margin-bottom:2%;
	text-align:center;
	position:relative;
	display: inline;
	float:left;
	overflow: hidden;
	text-align:center;
	-moz-box-shadow: 2px 3px 20px #DDDDDD;
	-webkit-box-shadow: 2px 3px 20px #DDDDDD;
	box-shadow: 2px 3px 20px #DDDDDD;	
}
#category .item img {
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	text-align:center;
	
}

.search {
	padding:10px;
	height:110px;
}
.search_message {
	padding:10px;
}
.search img {
	padding-right:10px;
}
.search_previous {
	float:left;
	padding:10px;
}
.search_next {
	float:right;
	padding:10px;
}
.search h3 {
	font-weight:normal;
}
.search h3 a {
	font-weight:normal;
}
#category .item p {
	padding:0;
	margin:0;
	width:130px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}


.cart th {
	border:1px solid #CCCCCC;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-size:90%;
	text-align:center;
	padding:4px;	
}
.cart td {
	border:1px solid #CCCCCC;
	font-size:90%;		
}
#prop {
	padding:2%;
	background: #fff; /* default background for browsers without gradient support */
	-moz-box-shadow: 2px 3px 20px #DDDDDD;
	-webkit-box-shadow: 2px 3px 20px #DDDDDD;
	box-shadow: 2px 3px 20px #DDDDDD;
	padding-top:5px;
	padding-bottom:5px;
	
}
a.add-button {
	border-radius:3px;
	padding:7%;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	-moz-box-shadow: 2px 3px 10px #666;
	-webkit-box-shadow: 2px 3px 10px #666;
	box-shadow: 2px 3px 10px #666;
	background:#B50F17;
}
a.add-button:link, a.add-button:visited {
	color:#FFFFFF;
}
a.add-button:hover {
	color:#000;
}
.social-media {
float:right;
height:150px;
padding-top:20px;
}
.media-button {
	float:left;
	padding:1%;
	width:52px;
	height:52px;
}
.description {
margin-right: 20%;
margin-left: 2%;
padding-top:2%;
}
.image-small {
	float:left;
	margin:2%;
}
.description p {
margin-top:0;padding-top:0;
}
.prop-image{
	
	text-align:center;
}
#prop p {
	
}
#prop a {
	
}
#category img.foto {
margin-top:5px;
	
}


#category p.text  {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	bottom:0;
	text-align:center;
	text-decoration:none;
	
}
#navigation {
	width:100%;
	clear:left;
}
p.page-count {

}
p.record-count {

}
#address { float:right;width:300px;margin-top:20px;margin-bottom:20px; }
#address p { padding:20px; }
#description {
	float:right;
}
a:link, a:visited {
	color:#000000;
	font-weight:bold;
}
a:hover, a:active {
	
	
} 

.mceEditorArea {
    background: #FFFFFF;
}
body.mceContentBody {
	background:#FFFFFF;
}
.clearItem:after {
content: ".";
clear: both;
height:0;
visibility:hidden;
display:block;
}
.clearItem {display:inline-block;}
/* Start Commented Backslash Hack \*/
* html .clearItem, * html .clearItem * {height:1%;}
.clearItem {display:block;}
/* Close Commented Backslash Hack */


