/* CSS Document */
body{
padding:0; margin: 0;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

#container{


}

#topbar{
height:50px;
background-color:#f7f8b8;
}

#header{
height:150px;
background-color:#fde2ad;
}

#nav{
height:50px;
background-color:#fde2ad;
}

#footer{
clear:both;
height:80px;
background-color:#333333;
}
#bottomnav{
clear:both;
height:80px;
background-color:#797675;
}

#main{

background-color:#797675;
height:auto;
overflow:hidden;
background-image:url(images/mainbg_31.jpg);
background-repeat:repeat-x;

}

#leftpane{
height:315px;
width:80px;
float:left;
background-color:#fac14f;
}

#centerpane{
float:left;
height:auto;
overflow:hidden;
width:880px;
}

#cent{
width:880px;
height:19px;
background-image:url(images/centerbg_top.png);
}
#mid{
width:880px;
height:auto;
overflow:hidden;
background-image:url(images/centerbg_36.png);
}

#cenb{
width:880px;
height:19px;
background-image:url(images/centerbg_bot.png);
}


.navorange{


height:50px;
list-style:none;
padding: 0;
margin: 0;
}
.navorange li{
float:left;

}

.navorangeist{
width:80px;
background-color:#fac14f;
height:50px;
}

.navorangeistop{
width:80px;
background-color:#fac14f;
height:150px;
}

#logopane{
height:90px;
}

#cartpane{
height:60px;
}


#cartview{
width:250px;
margin-left:auto;
height:60px;
}

#langcur{
margin-top:10px;
margin-left:auto;
width:300px;
height:30px;
}

#sides{
	list-style:none;
	padding:0;
	margin:0;
}

#sides li{
	width:200px;
	height:140px;
	padding:0;
	margin:5px;
	background-color:#e3dec1;
}

#mainimg{
width:288px;
background-color:#e3dec1;
margin:5px;
}

#leftpcheck{
list-style:none;
margin: 0;
padding: 0;
}

#addtocart{
width:319px;
height:100px;

}

#codesign{
width:319px;
height:160px;
}

#descrip{
width:299px;
height:160px;
padding:10px;

}

#descrip span{
font-weight:bold;
}

#addtocartbox{
width:200px;
margin-left:auto;
margin-top:30px;
margin-right:10px;
background-color:#FFFFFF;
height:25px;
}

h3{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#6b182d;
font-weight:bold;
text-align:center;
font-size:25px;
}

.objstyle{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:800;
color:#000000;
}

#searchtext{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	color:#996600;
	background-color:#bdbb8f;
	border:hidden;
}

#univtext(){
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
}

.buTTon
{
   font-size:11px; 
   font-family:Georgia, 'Times New Roman', Times, serif;
   color:#333333;
   font-weight:bold;
   height:30px;
   background-color:#FF9933;
   border-style:solid;
   border-color:#EE7777;
   border-width:2px;
}