/* CSS Document */
body, html {
border: 0;
margin: 0;
padding: 0;
font: 12px "Lucida Sans Unicode", "Lucida Console", Arial, sans-serif;
line-height: inherit;
/*background-color:#333333; */
background-image:url('../images/back.jpg');
background-repeat:repeat-x;
background-color:white;
}

p {margin:0 0 1em 0;padding:0}

h1{margin:0 0 .7em 0;padding:0;}

form {margin:0;padding:0} 

/*h3 {

}*/

td {
/*color: #FFFFFF;*/
}

li {
/*color:#FFCC66;*/
color:#CA6A2D;
}


#container {
position: relative;
left: 50%;
width: 743px;
margin-left: -391.5px;
/*background-color:#333333;*/
/*background-color:white;*/

}

/* styles for front page */

#top {
width: 743px;
height: 227px;/*mas 80*/
/*background-color:#333333;*/
}

#middle {
width: 743px;
height: 354px;
}

/* styles for all other pages */


#menucolumn {
width: 743px;
height: 80px;
margin-top:6px;

/*background: url(../images/menu_bottom.jpg) left bottom no-repeat;*/


}

#menu {
background-color:#CA6A2D;    
float: right;
padding-top: 15px;
padding-bottom:10px;
width: 743px;
}

#menu a {
color: #FFFFFF;

font-size: 16px;

margin-left: 15px;
text-decoration: none;
}

#menu a:hover {
color: #333333;
}



#header {
width: 743px;
height: 100px;
}

#header img {
padding-top: 7px;
}

#headphoto {
width: 743px;
height: 194px;
}

#content {
width: 743px;
margin-bottom: 25px;
}

#content h2 {
/*color:#CC9933;*/
color:#333333;
}

#content p {
/*color:#FFFFFF;*/
color:#333333;
}

#content a {
/*color:#FFFF99;*/
color:#CA6A2D;
text-decoration:none;
}

#content a:hover {
/*color: #0099FF;*/
color:#333333;
}

#footer {
width: 743px;
height: 90px;

background: url(../images/menu_bottom.jpg) left top no-repeat;
/*border-bottom: 1px dotted #999999;*/
}

#footer p {

text-align: center;
padding-top: 15px;
}

#footer a {
/*color:#FFFF99;*/
color:#CA6A2D;
text-decoration: none;
padding: 0 6px;
}

#footer a:hover {
/*color: #0099FF;*/
color:#333333;
}

.contable {
/*color: #FFFFFF;*/
margin-top:-20px;
}

.floatright {
margin-left:300px;
}

.float {
float: right;
margin-left: 10px;
color:#FFFF99;
text-align:center;
}

.float a {
color:#FFFF99;
}

.float a:hover {
color:#0099CC;
}

.floatleft {
float: left;
}

.condetails {
color: #FFFFFF;
}

.condetails td {
background-color:#666666;
}

.specs a:link {
color:#0099CC;
}

.specs a:hover {
color:#FFCC00;
}

/* styles for ajax product page */

#leftcolumn{
float:left;
width:120px;
height: 310px;
border: 1px solid #CCCCCC;
padding: 5px;
padding-left: 8px;

}

#leftcolumn a{
/*color:#FFFFFF;*/
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid gray;
}

#leftcolumn a:hover{
background-color:#666666;
color:#ffffff;
}

#rightcolumn{
/*float:right;*/
width:550px;
margin-left: 150px;
padding: 5px;
padding-bottom: 8px;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}

.abouttxt {
text-align: justify;
}


