@charset "utf-8";
body {
font-size:13px;
color:555;
background:url(../img/body.jpg) repeat-x left top;
}
a {
color:#555;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
h1 {
width:960px;
margin:0 auto;
line-height:20px;
text-align:right;
font-size:11px;
}
#wrapper {
width:960px;
margin:0 auto;
position:relative;
}
#header {
height:100px;
}
p#title {
margin-top:10px;
}
#nav {
height:40px;
}

#content {
margin-top:20px;
}
#content ul#cap li {
width:300px;
margin-right:30px;
margin-bottom:30px;
float:left;
}
#content ul#cap li img {
margin-bottom:10px;
box-shadow:0px 0px 5px #999;
-moz-box-shadow:0px 0px 5px #999;
-webkit-box-shadow:0px 0px 5px #999;
}
#content ul#cap li a:hover img {
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}
#content ul#cap li:nth-child(3n) {
margin-right:0px;
}
#content ul#cap li span a {
background:url(../img/link.jpg) no-repeat left center;
padding-left:20px;
}
#content ul#cap li span a:hover {
background:url(../img/link-on.jpg) no-repeat left center;
color:#0090ff;
}
/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative;}
  #nav a { display: block; background:url(../img/nav-bg.jpg) repeat-x left bottom; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  #nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 180px; }
#nav ul ul { left: 181px; }

/* Everything else is theming */
 
#nav {  height: 40px;}
#nav a { border-right: 1px solid #ddd; padding: 12px 30px 13px; line-height: 1; color:#333;
border--topright-radius:5px;
border--topleft-radius:5px;
-moz-border-radius-topright:5px;
-moz-border-radius-topleft:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-top-left-radius:5px;
 }
 #nav li a.home {
 border-left:1px solid #ddd;
 }
  /*#nav li.hover a { background-color: #5E5A5A; }*/
  #nav ul { top: 40px; }
    #nav ul li a {  
padding:10px 10px;
background: #5E5A5A; color:#fff; 
border--topright-radius:0px;
border--topleft-radius:0px;
-moz-border-radius-topright:0px;
-moz-border-radius-topleft:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-top-left-radius:0px;
}
      #nav ul a.hover { background-color: #30A8C3; }
   #nav ul a { border-bottom: 1px solid #333;border-right:none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

#footer {
clear:both;
margin-top:20px;
background:url(../img/footer-top.jpg) no-repeat center top;
padding-top:20px;
padding-bottom:20px;
}
#footer address {
text-align:center;
}
#headBanner {
width:468px;
height:60px;
position:absolute;
right:0px;
top: 30px;
}
p#category {
margin-bottom:20px;
padding-bottom:5px;
border-bottom:1px solid #999;
}
.pageNav span.current_page {
padding:8px;
border:1px solid #999;
display:block;
background:#30a8c3;
color:#fff;
height:20px;
float:left;
margin-right:5px;
line-height:20px;
}
.pageNav {
margin-bottom:10px;
}
.pageNav a.link_page {
padding:8px;
border:1px solid #999;
display:block;
height:20px;
line-height:20px;
float:left;
margin-right:5px;
}
.pageNav a.link_page:hover {
text-decoration:none;
background:#03cefc;
}
