*{
    padding: 0;
    margin: 0;
}
body{
    background-color:#d9d9d9;
    font-family: Arial,Verdana,serif;
    font-size:100%;
    line-height:1.125em; /* 16×1.125=18 */
	background-image: url('/images/bgramp.png');
	background-repeat: repeat-x;
}

#header{
    background-image: url('/images/front/header-bg.png');
    height:50px;
    width:960px;
}
h1 {
	font-size: 2.15em;
	font-weight: normal;
	line-height: 1.25em;
	margin-bottom: 1.125em;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}
h2 {
	color:#333;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
	font-weight: normal;
	font-size: 1.125em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}
h3 {
  font-size: 0.75em;
  line-height: 1.125em;
}
p,ul{
    color:#555;
    font-size:0.75em;
    margin-bottom: 1em;
}
ul{
	margin-left:2em;
}
.front-button{
    outline: none;
    float: left;
    display: block;
    width:170px;
    height:50px;
    background-position: top center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.front-button:hover{
    background-position: bottom center;
}
a{
    color:#3366cc;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a img{
	border: 0;
}

.menu{
    list-style:none;
    margin:0;
    padding:0;
    display:inline;
}
.menu li{
    display:inline;
}
.menu li a{
    padding-left:10px;
    padding-right:10px;
    font-size: 1em;
    font-weight: normal;
    height:50px;
    display:inline-block;
    text-decoration:none;
    color: #3366cc;
    line-height:50px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.menu li a:hover{
	text-decoration: underline;
}
.menu li a.active{
    color: #5990ff;
}
.line{
    border-top:1px dotted #999;
    width: 100%;
    margin:10px 0;
}
#logo{
    outline: none;
}
#logo img{
    border: none;
}
.zend_form{
    width: 100%;
}
.zend_form .errors{
    margin:0;
    display: block;
    background-color:#ff8726;
    color:#fff;
    padding:3px;
    list-style:none;
}
.zend_form textarea{
    height:10em;
    width:100%;
	border:1px solid #5990ff;
}
.zend_form input{
    width:99%;
	border:1px solid #5990ff;
	height:20px;
}
.zend_form input[type="checkbox"]{
	width:auto;
}
.zend_form dl{
    padding:5px;
    display:block;
}
.zend_form dt{
    font-size:1.125em;
    line-height:1em;
    color:#5990ff;
    padding:0.2em;

}
.zend_form dd{
    display:block;
    padding:0.2em 0;
}
.zend_form fieldset{
    border:1px solid #5990ff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding:5px;
    display: block;
	background-color: #fff;
}
.zend_form legend{
    font-size:1.125em;
	color:#0089bf;
}
.thumbs{
    /*
    background-color: #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 2px;
    */
	padding-top:10px;
	padding-bottom:10px;
}
.thumb{
    width: 140px;
    min-height: 140px;
    float: left;
    text-align:center;
    margin: 7px;;
}
.thumb a img{
    padding:10px;
    background-color: white;
    border:1px solid #eee;
    display: inline-block;
    
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
        -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.thumb span{
    padding-bottom: 0;
	display:block;
}
.thumb span img{
    border: none;
    background-color: transparent;
    padding: 0;
    display: inline;
}
.paginationControl{
    display:block;
    padding:10px;
    text-align:center;
}
.paginationControl .total{
    font-weight:bold;
    color:#666;
}
#searchform ul {
    height:18px;
    position:absolute;
    width:208px;
    list-style:none;
    background:#FFF none repeat scroll 0 0;
    display:block;
    padding:5px;
    margin: 0;
    border:1px solid #3366cc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#searchform li label, #searchform li input {
    border:0 none;
    left:5px;
    padding:5px;
    position:absolute;
    width:140px;
    background-color:transparent;
}
#searchform li {
    left:0;
    position:absolute;
    top:0;
    width:220px;
}
#searchform li label {
    display:none;
    color: #ddd;
    font-size: 1em;
}
#searchform li input#searchsubmit {
    background:#5990ff none repeat scroll 0 0;
    display:block;
    height:28px;
    left:auto;
    position:absolute;
    top:0;
    right:2px;
    text-align:center;
    width:60px;
    color: #fff;
    font-size: 1em;
    line-height:18px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius:4px;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;

}
#searchform li input#searchsubmit:hover{
    background-color:#3366cc;
}
#preview{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}
.border{
    border:1px solid #5990ff;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.listing{
    width:100%;
    background-color:#fff;
    border-spacing:0px;
    border-collapse:collapse;
    background-color:#5990ff;
	border-radius: 4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.listing th{
    text-align:left;
    padding:5px;
    color:#fff;
    padding-left:10px;
    padding-right:10px;
    font-size:1em;
	font-weight: normal;
    line-height:1.2em;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
    -moz-border-radius-topleft:4px;
    -webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}
.listing td{
    padding:8px;
    background-color:#fff;
}
.listing .odd td{
    background-color:#eee;
}
.listing .small td{
    background-color: #eee;
}
.listing .medium td{
    background-color: #f5f5f5;
}
.listing .lare td{
    background-color: #fff;
}
.listing .done td{
    color:#999;
}
.listing tr:last-child td:first-child{
    -moz-border-radius-bottomleft:4px;
    -webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
}
.listing tr:last-child td:last-child{
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
}

.listing .large td:first-child{
    -moz-border-radius-bottomleft:4px;
    -webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
}
.listing .large td:last-child{
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
}

