.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

a.se-box {
    display: block;
    float:right;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px 0;
    width: 200px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: rgb(0, 0, 0);
    text-decoration: none;
    margin: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgb(238, 238, 238);
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px 0;
}

a.se-box span.se-box-heading {
    display: block;
    line-height:20px;
}

a.se-box span.se-box-heading span.se-box-heading-title {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    color: #3498db;
}

a.se-box span.se-box-text {
    font-style: italic;
    margin: 8px 0;
    font-size: 12px;
    display: block;
    color:#7f8c8d;
    line-height:14px;
}

a.se-box span.se-box-date {
    font-style: italic;
    margin: 0 0 5px 0;
    font-size: 10px;
    display: block;
    color: #2c3e50;
    line-height:10px;
}

a.se-box span.se-box-domain {
    font-style: italic;
    margin: 0;
    font-size: 10px;
    display: block;
    color: #2c3e50;
    line-height:10px;
}
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}
#TB_overlay {
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100050; /* Above DFW. */
}

#TB_window {
	position: fixed;
	background: #fff;
	z-index: 100050; /* Above DFW. */
	visibility: hidden;
	text-align: left;
	top: 50%;
	left: 50%;
	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeAjaxWindow {
	float: right;
}

#TB_closeAjaxWindow a {
	text-decoration: none;
}

#TB_ajaxWindowTitle {
	float: left;
	font-weight: 600;
	line-height: 29px;
	overflow: hidden; 
	padding: 0 29px 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc( 100% - 39px );
}

#TB_title {
	background: #fcfcfc;
	border-bottom: 1px solid #dfdfdf;
	height: 29px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display: none;
	z-index: 103;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #555;
	margin: -45px 0 0 -125px;
	padding: 40px 15px 15px;
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 100%;
	width: 100%;
}

#TB_iframeContent {
	clear: both;
	border: none;
}

.tb-close-icon {
	color: #666;
	text-align: center;
	line-height: 29px;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 0;
	right: 0;
}

.tb-close-icon:before {
	content: '\f158';
	font: normal 20px/29px 'dashicons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tb-close-icon:hover {
	color: #2ea2cc;
}

.wpdm-only-button .btn_outer:hover{
color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.btn_outer{
float: left;
    color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 4px 12px 4px 3px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
}  
.wpdm-only-button .btn_outer{
    margin-top: 5px;
}
.btn_right{
    line-height: 26px;
}
.wpdm-only-button .btn_left,
.wpdm-only-button .btn_right{
display: block;
line-height: normal !important;
}
.wpdm-only-button .btn_outer_c{
    padding-left: 40px;
    background-image: url(../icon/download.png);
    min-height: 30px;
    padding-top: 2px;
    background-position: 2px center;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.wpdm-only-button .has-counter,
.wpdm-only-button .counter{
    display: block;
    float: none;
    line-height: normal;
}
.wpdm-only-button .counter{
    font-weight: normal;
    font-size: 10px;
}

.btn_left {
    color: #000000;
    line-height: 20pt;
}

.download_link{

    padding:10px 20px;
    background: #6db3f2; /* old browsers */

background: -moz-linear-gradient(top, #6db3f2 0%, #1e69de 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(100%,#1e69de)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* ie */
    float: left;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    font-size:10pt;
    font-family: Tahoma;
    letter-spacing: 1px;
    text-transform: uppercase;    

}
.download_link a{
    color: #FFF;
    font-weight: bold;
}
.download_link input{
    border:1px solid #7BBA60;
    padding:4px;
    font-size:10pt;
    font-family: Tahoma;
    letter-spacing: 1px;
}

.wpdm_file h3{
   padding:0px 10px;
   font-size: 12pt; 
   font-family: 'Lucida Grande','Lucida Sans';
   text-transform: capitalize;
   line-height: normal;
}

.wpdm_submit{
    background: #777 url('../images/play.png') 4px center no-repeat;
    color: #FFF;
    padding-left: 20px !important;
}
.wpdm_submit_wait{
    background: #777 url('../images/loading.gif') 4px center no-repeat;
    color: #FFF;
    padding-left: 20px !important;
}
#wpdm_submit_error{
    background: #FFF4F4;
    border:1px solid #990000;
    padding:10px;
    float: left;
    margin-top:10px;
    display: none;
}

.wpdm_package{
    float: left;
    margin: 5px;
    border:1px solid #ccc;
    padding:5px;
    text-align: center;
}
.download_link input{
    margin:0px !important;
}

.myorder th{font-weight:bold;text-align: left;font-size:10pt;}
.myorder tr.items td{text-align: left;font-size:9pt;}
.myorder tr.item td{font-size: 8pt;}
                                      
.btn_left{
    margin-right: 5px;
}                                      
                                      
.wpdm_category .thumb{
    
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    
}
.wpdm_category .thumb{
    float:left;
    margin-right:25px;
}
.wpdm_category .desc{
    float:left;
    line-height: 1.5;
    width: 70%;
}
.middle{
    font-family:Tahoma;
    font-size:10pt;
    letter-spacing: 1px;
    line-height: 1.5;
}
.middle .det{padding:15px;}


{
    width: 700px;
    padding: 0;
    margin: 0;
}

#mytable caption {
    padding: 0 0 5px 0;
    width: 700px;     
    font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-align: right;
}

#mytable th {
    font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #C1DAD7;
    background: none;
}

#mytable td {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    background: #fff;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
    margin:0px !important;
}


#mytable tr.order td {
    background: #F5FAFA;
    color: #797268;
}

#mytable th.spec {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #fff url(../images/bullet1.gif) no-repeat;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #f5fafa url(../images/bullet2.gif) no-repeat;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #797268;
}

.wpdm-filelist{
    list-style:none;
}

.ind-download{
    position:inline-block;
    background: url(../images/download-16.png) left center no-repeat;
    padding-left:20px;    
}


.clear{
    clear: both;
}
.wpdm-facebook{
    border:6px solid #777777;
    background:#7C89A3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
font-family: 'Lucida Grande','Lucida Sans';
opacity:0.9;
filter:alpha(opacity=90);
margin-bottom: 10px;
}
.wpdm-facebook h3{
    margin:0px !important;
    padding:4px 10px !important;
    background: #3B5998 !important;    
    color:#ffffff !important;
    font-family: 'Lucida Grande','Lucida Sans' !important;
    font-size:12pt;
    font-weight: bold;
    border: 0px  !important;
    -webkit-border-top-left-radius: 1px;
-webkit-border-top-right-radius: 1px;
-moz-border-radius-topleft: 1px;
-moz-border-radius-topright: 1px;
border-top-left-radius: 1px;
border-top-right-radius: 1px;
}

.wpdm_file .cont{
    padding:5px 10px;    
    -webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
font-size: 9pt;
}




 
.wpdm-facebook .btn_left {
    background: #3b5998;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiNTk5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDc3YmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #3b5998 0%, #5477bf 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b5998), color-stop(100%,#5477bf));
background: -webkit-linear-gradient(top,  #3b5998 0%,#5477bf 100%);
background: -o-linear-gradient(top,  #3b5998 0%,#5477bf 100%);
background: -ms-linear-gradient(top,  #3b5998 0%,#5477bf 100%);
background: linear-gradient(top,  #3b5998 0%,#5477bf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5998', endColorstr='#5477bf',GradientType=0 );
    font-weight: bold;  
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #ffffff;
    float: left;
    font-size: 10pt;
    padding: 5px 10px;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 0 #000;        
}
 
.wpdm-facebook .cont {
    background: #fff;  
}
.wpdm-facebook .btn_outer {
    background: none repeat scroll 0 0 #D6E3FF;
    border: 1px solid #3b5998;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;    
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 0;
}
 
.wpdm-facebook .btn_right {
    display: block;
    float: left;
    font-size: 10pt;
    font-weight: normal;
    padding: 5px 10px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

 .passit {
     color:#800000;
     font-style: italic;
 } 
 .perror{ color: #aa0000; padding-left:10px;}
 .inf{
     padding:4px;
     font-size:8pt;
     font-family: 'Lucida Grande','Lucida Sans';
 }
 
 
 /* Shared styles */
        
        .drop-shadow {
            position:relative;
            
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute; 
            z-index:-2;
        }
        
        .drop-shadow p {
            font-size:16px;
            font-weight:bold;
        }
        
 
 
 /* Lifted corners */

        .lifted {
            -moz-border-radius:4px; 
                 border-radius:4px;
        }
        
        .lifted:before,
        .lifted:after { 
            bottom:15px;
            left:10px;
            width:50%;
            height:20%;
            max-width:300px;
            -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);   
               -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
                    box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            -webkit-transform:rotate(-3deg);    
               -moz-transform:rotate(-3deg);   
                -ms-transform:rotate(-3deg);   
                 -o-transform:rotate(-3deg);
                    transform:rotate(-3deg);
        }
        
        .lifted:after {
            right:10px; 
            left:auto;
            -webkit-transform:rotate(3deg);   
               -moz-transform:rotate(3deg);  
                -ms-transform:rotate(3deg);  
                 -o-transform:rotate(3deg);
                    transform:rotate(3deg);
        }
        
        
        
/* Raised shadow - no pseudo-elements needed */
        
        .raised {
            -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }
        
        /* Curved shadows */
         
        .curved:before {
            top:10px;
            bottom:10px;
            left:0;
            right:50%;
            -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-border-radius:10px / 100px;
            border-radius:10px / 100px;
        }
        
        .curved-vt-2:before {
            right:0;
        }
        
        .curved-hz-1:before {
            top:50%;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }

        .curved-hz-2:before {
            top:0;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }
        
        /* Rotated box */
        
        .rotated {
            -webkit-box-shadow:none;
               -moz-box-shadow:none;
                    box-shadow:none;
            -webkit-transform:rotate(-3deg);    
               -moz-transform:rotate(-3deg);   
                -ms-transform:rotate(-3deg);
                 -o-transform:rotate(-3deg);
                    transform:rotate(-3deg);
        }
        
        .rotated > :first-child:before {
            content:"";
            position:absolute;
            z-index:-1;
            top:0;
            bottom:0;
            left:0;
            right:0;
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }
        
        
        .wpdm-bluebox{
           border:1px solid #30aedc;  
           -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            font-family: 'Lucida Grande','Lucida Sans';
            opacity:0.9;
            filter:alpha(opacity=90);
            margin-bottom: 10px;
            background: #ffffff;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZjhmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
            background: -moz-linear-gradient(top,  #e8f8ff 0%, #feffff 17%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8f8ff), color-stop(17%,#feffff));
            background: -webkit-linear-gradient(top,  #e8f8ff 0%,#feffff 17%);
            background: -o-linear-gradient(top,  #e8f8ff 0%,#feffff 17%);
            background: -ms-linear-gradient(top,  #e8f8ff 0%,#feffff 17%);
            background: linear-gradient(top,  #e8f8ff 0%,#feffff 17%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f8ff', endColorstr='#feffff',GradientType=0 );

            text-align: center;
        }
        
        .wpdm-bluebox h3{
            padding: 4px 10px;
            font-size:12pt;
            font-family: 'Lucida Grande','Lucida Sans';
            margin-bottom: 0px;
             
        }
        .wpdm-bluebox .cont{
           background: #ffffff url(../images/content-shadow.png) center -2px no-repeat;
           text-align: left;
           padding-top: 10px; 
           padding-bottom: 10px;
           -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
        }
        
        .wpdm-bluebox .passit{
            margin-bottom: 10px;
        }
        .wpdm-bluebox .btn_outer .btn_left{
            background: #7abcff;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhYmNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzYwYWJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDk2ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 52%, #4096ee 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(52%,#60abf8), color-stop(100%,#4096ee));
            background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 52%,#4096ee 100%);
            background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 52%,#4096ee 100%);
            background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 52%,#4096ee 100%);
            background: linear-gradient(top,  #7abcff 0%,#60abf8 52%,#4096ee 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            padding:4px 10px;
            color: #ffffff;
            margin: 4px;
            

        }
        
 #TB_ajaxContent p{
     font-size:10pt;
 }
 #TB_ajaxContent h1{
     font-size:16pt;
 }
 
 .wpdm-category {
     list-style: none;
     margin: 0px !important;
     padding: 10px 0px !important;
     margin-left: 0px !important;
 }
 .wpdm-category li div{
     min-height: 32px;
 }
 .wpdm-category li{
     padding: 10px 5px !important;
     border-bottom: 1px solid #cccccc;
     list-style: none !important;
     margin-left: 0px !important;
     min-height: 32px;
 }
 
 .wpdm_clink{
     background: url('../icon/download.png') left top no-repeat;
     padding-left: 35px;     
     line-height: normal;
 }
 .wpdm_clink small{
     font-size:8pt;
 }
 
 
 /**
 * pagination
 */
 
 div.pagination {
    font-size: 14px;     
    padding:2px;
    background-color:#c1c1c1;
}

div.pagination a {
    padding: 2px 7px 2px 7px;
    margin: 2px;
    background-color:#eeeeee;
    text-decoration: none; /* no underline */
    color: #000;
     
}
div.pagination a:hover, div.pagination a:active {
    background-color:#444444;
    color: #ffffff;
}
div.pagination span.current {
    padding: 2px 7px 2px 7px;
    margin: 2px;
        font-weight: bold;
        background-color: #fff;
        color: #303030;
        
    }
div.pagination span.disabled {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        background-color:#c1c1c1;
        color: #797979;
    }
 
@font-face {
    font-family: 'FixedsysExcelsior301Regular';
    src: url('fsex300-webfont.eot');
    src: url('fsex300-webfont.eot?#iefix') format('embedded-opentype'),
         url('fsex300-webfont.woff') format('woff'),
         url('fsex300-webfont.ttf') format('truetype'),
         url('fsex300-webfont.svg#FixedsysExcelsior301Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, body.page {
font-family:'FixedsysExcelsior301Regular', monospace;
font-weight: normal !important;
background: url(bkg.png);
font-size:16px !important;
color:#ffffff;
background-color:#A8A8A8 !important;
}
code {
font-family:'FixedsysExcelsior301Regular', monospace;
}
a:link {
    background-color: #FFFF55;
    color: #0000AA;
    text-decoration: none;
}
#header a:link, #title a:link ,#footer a:link {
	background-color: transparent;
	color: #fff;
}

p {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 16px;
max-width: 568px;
}
th {
font-weight: normal;
}
small {
font-size:16px;
font-weight: normal;
}
h1 {font-size:16px; font-weight: normal;}
h2 {font-size:16px; font-weight: normal; }
h3{font-size:16px; font-weight: normal;  margin: 0;}
h4 {font-size:16px; font-weight: normal; }
h4{font-size:16px; font-weight: normal; }
h6{font-size:16px; font-weight: normal; }

ul, ol {
    padding-left: 32px;
    margin: 0;
}
ul li {
    font-size: 16px;
    font-weight: normal;
    list-style-type: square;
}
ol li {
    font-size: 16px;
    font-weight: normal;
    list-style-type: decimal;
}
.widget ul {
 padding-left: 16px;
}
blockquote {
    padding-left: 32px;
    margin: 0;
}
.widget input, .widget textarea {
max-width: 162px;
}
 
input, textarea {
    background-color: transparent;
    border-color: #FFFF55;
    border-left: 2px solid #FFFF55;
    border-right: 2px solid #FFFF55;
    border-style: solid;
    border-width: 1px 2px;
    color: #FFFF55;
    font-family: 'FixedsysExcelsior301Regular';
    font-size: 16px;
    margin: 0;
    padding: 0;
}
cite {
    color: #FCFC54;
    font-style: normal;
}

#submit {
    background-color: #FFFF55;
    color: #0000AA;
}

#wrapper {
    margin: auto;
    width: 1080px;
}
#wrap {
    height: 90%;
    min-height: 400px;
    overflow: visible;
    position: absolute;
    width: 1080px;
    margin-top: 16px;
    margin-bottom:16px;
}

#header, #container, #footer, .widget-container {
    border-width: 16px;
    -moz-border-image: url(brd01.png) 16 repeat;
    -webkit-border-image: url(brd01.png) 16 repeat;
    -o-border-image: url(brd01.png) 16 repeat;
    border-image: url(brd01.png) 16 repeat;
}
#header, #container, #footer, .widget {
    margin-left: -8px;
    margin-top: -16px;
}
#header {
    background-color: #a80000;
background-image: none;
    float: left;
    margin-bottom: 1px;
    width: 600px;
}
#branding {
    border-bottom: 1px solid #FFFFFF;
    float: none;
    margin: -8px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
}
#site-title {
    color: #FCFC54;
    text-transform: uppercase;
background-color: transparent;
}
#site-title a{
    color: #FCFC54;
    text-decoration: none;
}
#site-description {
    color: #FFFFFF;
background-color: transparent;
}
#menus {
    float:right;
    margin-top: 8px;
}
#access {
    float:right;
    padding-top: 8px;

}
#access a, .menu a {
    color: #FFFFFF;
    margin-left: 8px;
    margin-right: 8px;
    text-decoration: none;
    text-transform: uppercase;
}

.menu ul {
margin-left:0;
padding-left:0;
}
.menu li {
list-style-type: none;
float: left;
padding-left: 16px;
}
.sub-menu li {
clear:left;
}
#pagination {
float: left;
}
#main {
background: url("bkg01.png") repeat scroll 0 0 #A8A8A8;
    bottom: 0;
    float: none;
    overflow: visible;
    padding-bottom: 32px;
    position: absolute;
    top: 0;
    width: 632px;
}
#container {
    bottom: 96px;
    float: left;
    overflow: visible;
    position: absolute;
    top: 124px;
width: 600px;
border-width: 16px;
-moz-border-image: url(brd02.png) 16 repeat;
-webkit-border-image: url(brd02.png) 16 repeat;
-o-border-image: url(brd02.png) 16 repeat;
border-image: url(brd02.png) 16 repeat;
    background-color: #0000a8;
}
.page {
    background-color: #0000AA !important;
}
.contact {
    background-color:#000000 !important;
}
.contact .page {
    background-color: #00A8A8 !important;
}
#content {
    bottom: 0;
    overflow: hidden;
    position: absolute;
    top: 52px;
    width: 600px;
    margin-top: 16px;
}
#sidebar-first, #sidebar-second {
    background: url("bkg01.png") repeat scroll 0 0 #A8A8A8;
    position: absolute;
    width: 188px;
    padding-bottom: 16px;
    padding-right: 8px;
}
#sidebar-first {
    left: 640px;
}
#sidebar-second {
    left: 844px;
}
.widget-container{
    background-color: #A80000;
}
.widget-title{
background-color: transparent;
margin-bottom: 8px;
}
#container{
}
.summary {
    background-color: #00A8A8;
    border: 0 none;
    margin-bottom: 16px;
    padding: 4px;
    padding-right: 16px;
    float: left;
    width: 100%;
}
.summary a, .post a {
    color: #00A8A8;
    background-color: #FCFC54;
    text-decoration: none;
}

.summary h2 {
    border-color: #FCFC54;
    border-style: solid;
    border-width: 1px 2px 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px;
    text-transform:uppercase;
    float: left;
    width: 100%;
}

.summary h2 a{
    text-decoration:none;
}

.entry-summary{
    border-color: #FCFC54;
    border-style: solid;
    border-width: 1px 2px;
    color: #000000;
    padding:4px;
    float: left;
    width: 100%;
}
.entry-summary img {
    float: left;
    padding-right: 8px;
}

.entry-meta {
    border-color: #FCFC54;
    border-style: solid;
    border-width: 0 2px 1px;
    color: #FCFC54;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px;
    text-transform:uppercase;
    float: left;
    width: 100%;
}
#feedback {
    float: left;
    width: 100%;
}
#comments {
    border-left: 2px solid #FCFC54;
    border-right: 2px solid #FCFC54;
    border-top: 1px solid #FCFC54;
    color: #FCFC54;
    margin: 0;
    float: left;
    width: 100%;
    padding: 4px;
}
#comments-title {
text-transform: uppercase;
}
#comments-content {
    border-color: #FCFC54;
    border-left: 2px solid #FCFC54;
    border-right: 2px solid #FCFC54;
    border-style: solid;
    border-width: 1px 2px;
    color: #000000;
    margin: 0;
    float: left;
    width: 100%;
    padding: 4px;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input {
float: right;
margin-right: 148px;
}

.post-meta {
    border-color: #FCFC54;
    border-style: solid;
    border-width: 0px 2px 1px;
    color: #FCFC54;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px;
    text-transform:uppercase;
    float:left;
    width:100%;
}

#comment {
    height: 64px;
    max-width: 99%;
    min-width: 99%;
}

#commentform {
    color: #FCFC54;
}

#title {
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    margin-left: -8px;
    margin-right: -8px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom:8px;
    text-transform: uppercase;
    width: 100%;
}
#title h2 {
    margin:0;
}
#title a {
    color:#ffffff;
    text-decoration:none;
}
.post{
    background-color: #00A8A8;
    border: 0 none;
    margin: 0;
    padding: 4px 16px 4px 4px;
    width: 100%;
    float:left;
}
.post-title {
    border-color: #FCFC54;
    border-style: solid;
    border-width: 1px 2px 0;
    color: #FCFC54;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px;
    text-transform:uppercase;
    float:left;
    width:100%;
}
.post-content {
    border-color: #FCFC54;
    border-style: solid;
    border-width: 1px 2px 0;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px;
    float:left;
    width:100%;
}
.post img, #page img, .summary img {
    max-width:568px;
height: auto;
}
.post img, #page img, {
margin-top: 8px;
margin-bottom: 8px;
}
img.avatar {
margin-right: 8px;
}
#page {
    background-color: #00AAAA;
    border: 0 none;
    float: left;
    margin: 0;
    padding: 4px 16px 4px 4px;
    width: 100%;
}
#page a {
    background-color: #FCFC54 !important;
    color: #0000AA;
    text-decoration: none;
}
#page a:hover {
    background-color: #0000AA !important;
    color: #FCFC54;
}
.page-title {
    border-color: #FCFC54;
    border-style: solid;
    border-width: 1px 2px 0;
    color: #FCFC54;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px;
    text-transform:uppercase;
    float:left;
    width:100%;
}
.page-content {
    border-color: #FCFC54;
    border-style: solid;
    border-width: 1px 2px;
    color: #0000aa;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px;
    float:left;
    width:100%;
}
.more-link {
    color:#00A8A8;
    background-color:#fcfc54;
    text-decoration:none;
}
#footer {
	bottom: 16px;
	float: left;
	height: auto;
	position: absolute;
	width: 600px;
	background-color: #a80000;
}
#footer .menu {
	min-height: 16px;
	padding-bottom: 8px;
	padding-left: 0;
	text-transform: uppercase;
}
#footer .menu a{
	color: #fff;
}
#footer .menu a:hover{
	background-color:#0000A8;
}
#footer .menu li {
    float: left;
    list-style-type: none;
    margin-right: 8px;
    padding-left: 0;
}

.footer-widget {
	float:left;
}
#zl-footer {
	position: absolute;
	bottom: -24px;
	right: 456px;
}
#zl-footer a:link, #zl-footer a:hover, #zl-footer a:visited, #zl-footer {
    background-color: #A8A8A8;
    color: #000000;
    margin: 0 0 -8px;
    padding: 1px 1px 2px 2px;
}

/* Custom Scroll */

.custom-scroll {
    position: relative;
}
.content .scrollable-block {
width: 580px;
float: left;
}
.scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
height:100%;
}
.scrollbar .up {
    background: url("btn-up.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    font-size: 0;
    height: 16px;
    line-height: 0;
    width: 8px;
}
.scrollbar .scroll-area {
    background: url("bkg02.gif") repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    position: relative;
    width: 100%;
}
.scrollbar .down {
    background: url("btn-dn.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    font-size: 0;
    height: 16px;
    line-height: 0;
    width: 8px;
margin-top: -6px;
}
.scrollbar .scroller {
    background: none repeat scroll 0 0 #555555;
    display: none;
    font-size: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.scrollbar .scroller .t, .scrollbar .scroller .b {
    display: block;
    height: 8px;
    position: absolute;
    width: 100%;
}
.scrollbar .scroller .b {
    background-position: 0 100%;
    bottom: 0;
}

/* Superfish menu */
.sf-menu {
    float: left;
    margin-bottom: 0;
    line-height: 16px;
}
.sf-menu li {
    background: none repeat scroll 0 0 transparent;
}
.sf-menu li li {
    background: none repeat scroll 0 0 #a80000;
}
.sf-menu a {
    border-left: 0 solid #FFFFFF;
    border-top: 0 solid #CFDEFF;
    padding: 0;
    text-decoration: none;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 16px;
    z-index: 99;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: none repeat scroll 0 0 #0000A8;
}
.sf-menu li li li {
background: transparent;
}
.sf-menu li.current-menu-item, .sf-menu li.current_page_item, .sf-menu li.current_page_item a, .sf-menu li.current-menu-item a {
background-color: #0000a8;
color:#fff;
}
.sub-menu {
background-color: #a80000;}

.alignleft {
	display: inline;
	float: left;
	margin-right: 8px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 8px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*Contact 7*/
.wpcf7-form input, .wpcf7-form textarea {
    width: 564px;
}.wpcf7-form input, .wpcf7-form textarea {
   width: 564px;
}
.wpcf7-form textarea {
width: 564px;
    height: 64px;
}
.widget .wpcf7-form {
background-image: none;
}

.wpcf7-form input[type="submit"]{
width:auto;
text-transform: uppercase;
background-color: #A80000;
color: #FCFC54;
}
.widget .wpcf7-form input, .widget .wpcf7-form textarea {
    width: 160px;
border: 1px solid #FF5;
max-width: 160px;
}
.widget .wpcf7-form input {
height:20px;
}
.widget .wpcf7-form textarea {
 height: 72px;
}
.widget .wpcf7-form input[type="submit"] {
    background-color: #FCFC54;
    border: 0 solid;
    cursor: pointer;
    color: #A80000;
    text-transform: uppercase;
    width: auto;
}
div.wpcf7-validation-errors {
    border-color: #FCFC54;
    border-left: 2px solid #FCFC54;
    border-right: 2px solid #FCFC54;
    border-style: solid;
    border-width: 1px 2px;
    margin: 0 0 16px;
}

span.wpcf7-not-valid-tip {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFF55;
    border-color: #FFFF55;
    border-left: 2px solid #FFFF55;
    border-right: 2px solid #FFFF55;
    border-style: solid;
    border-width: 1px 2px;
    color: #AA0000;
    font-size: 16px;
    left: 0;
    padding: 2px;
    position: absolute;
    top: -3px;
    width: 156px;
    z-index: 100;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #0000A8;
}

#calendar_wrap {
    color: #FCFC54;
    margin: -18px 0 0 8px;
}
#today {
background-color:#FCFC54;
color:#A80000;
}
#wp-calendar{}

/*Download Manager*/
.wpdm_file .cont {
    font-size: 16px;
}


