.small_input{
width:20px;
}

.category{
border: 1px solid #ccc;
width:150px;
padding-bottom:10px;

}
.category li{
text-decoration:none;
list-style-type:none;
padding:5px 5px;
}
.category_header{
background: #fff url(skin/mod/header_gradient_light.png) repeat-x left bottom;
padding:10px 10px;
text-align:center;
border-bottom: 1px solid #ccc;
color:#000;
}
.category_footer{
background: #fff url(skin/mod/header_gradient_light.png) repeat-x left bottom;
padding:10px 5px;
border: 1px solid #ccc;
color:#000;
}


.clear {
	clear:both;
}

#container {
	width:900px;
	margin:0 auto;
	text-align:left;


}


#navbar {
	
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	background:url(/corporate/img/webtop.png);
	height:158px;
        color:#fff;
        text-align:left;
        margin-left:-30px;
         margin-bottom:-70px;
          margin-right:-15px;
        text-shadow: 0px 0px 1px #fff;
}

#navbar a {
color:#fff;
}

.welcome{

}



#nav {
	
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	height:25px;
     padding-left:12px;
     position:absolute;
     top:-48px;
	 width:100%;
}



.rectangle h2 {
	font-size: 30px;
	color: #fff;
	padding-top: 6px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
}

.triangle-l {
	border-color: transparent #f8f5e1 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -28px;
	top: 38px;
	z-index: -1; /* displayed under bubble */
}

.triangle-r {
	border-color: transparent transparent transparent #f8f5e1;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 895px;
	top: 8px;
	z-index: -1; /* displayed under bubble */
}


#nav li {
	display:inline;
}
#nav li a {
	padding:14px 14px;
	margin-right:4px;
	font-size:17px;
	font-weight:normal;
	 color:#fff;
        -moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
         border-radius: 4px;
         margin-right:-17px;
        text-decoration:none;
        background: #9b7546;

	
}
#nav li a:hover {
	color:#9b7546;
     	background: #fff url(skin/mod/header_gradient_light.png) repeat-x left bottom;
        padding:15px 15px;
}
#nav li  .selected {
background: #fff url(skin/mod/header_gradient_light.png) repeat-x left bottom;
        color:#9b7546;
        padding:15px 15px;
}

