/******************************************************/
/*			ZeroHour Studios				*/
/*		Blue Hourglass Color: #3582C4 		*/
/*		Light Gray Text Color: #CDCDCD		*/
/*									*/
/*									*/	
/******************************************************/

body {
	padding: 0px 0;
	margin: 0;
	background:  url(../images/body.gif) fixed;
 } 

#wrapper {
	width: 968px;
	margin: 0 auto;	
	position: relative;
}

	#page-top {
		float: right;
		width: 778px;
		background: url(../images/background_top.png) no-repeat top;
		padding: 34px 0;		
	}

		#page-content {
			width: 690px;
			float: left;
			padding: 0 44px;
			background: url(../images/background_middle.png) repeat-y;
		}
		

			/* Logo Container */
			#logo {
				width: 690px;
				margin: 0 auto;
				text-align: center;
				padding: 0px 0 10px;

			}

			#logo a {
				display: block;
			}
			
			
		#page-bottom {
			width: 778px;
			float: left;
			background: url(../images/background_bottom.png) no-repeat bottom;
			height: 34px;	
		}

	#navigation-container {
		float: left;
		width: 190px;

		margin-top: 0px;
		margin-left: -4px;	

	}

		#navigation-top {
			position: fixed;
			background: url(../images/top.png) no-repeat top right;
			width: 190px;
			padding-top: 12px;	
		}

			#navigation-content {
				background: url(../images/middle.png) repeat-y top;
				float: left;
				width: 190px;
				padding: 1px 0;
			}
			
				#navigation-content ul {
					list-style: none;
					margin: 0;
					padding: 0;
				}
				
				#navigation-content ul li {
					margin: 1px 0;
				}

				#navigation-content ul li a{
					display: block;
					padding: 8px 0px;
					width: 154px;
					padding-left: 25px;
					background: url(../images/nav_item1.png) no-repeat bottom;
				}

					#navigation-content ul li a span{
						padding-left: 20px;
						background: url(../images/nav_item_bullet.png) no-repeat left;
					}
					
				#navigation-content li a.current {
					color: #fff;
					background: url(../images/nav_item_current1.png) no-repeat right top;
				}
				
					#navigation-content ul li a.current span{
						padding-left: 20px;
						background: url(../images/nav_item_bullet_current.png) no-repeat left;
					}
					


			
			#navigation-bottom {
				width: 190px;
				float: left;
				background: url(../images/bottom.png) no-repeat top;
				height: 12px;	
				overflow: hidden;
			}

	.item {
		float: left;
		width: 100%;
		padding: 20px 0;
	}
		/* use main-1 if no right or left column */
		.item .main-1 {
			float: left;
			width: 690px;
		}
		
		.item .main {
			float: left;
			/*width: 460px;*/
			width: 100%;
		}		
			
		.item .right {
			float: left;
			width: 200px;
			margin-left: 30px;
		}
		
		.item .two-column {
			float: left;
			width: 330px;
		}
		
		.item .three-column {
			float: left;
			width: 200px;
		}
		
	
	.item .entry {
		margin: 15px 0;
		float: left;
		width: 100%;
	}
	
	.item p {
		padding-bottom: 15px;
		margin: 0;
		clear: both;
	}
		
	h2.border {
		border-top: 2px #777 solid;
		border-bottom: 1px #aaa solid;
		padding: 10px 0;
		color: #555;
		font-size: 19px;
	}
	
	#sendmessage {
		background: url(../images/twitter.png) no-repeat bottom;
		width: 23px;
		height: 181px;
		position: fixed;
		right: 0px;
		top: 20px;
	}
	#facebook {
		background: url(../images/twitter.png) no-repeat bottom;
		width: 23px;
		height: 181px;
		position: fixed;
		right: 0px;
		top: 60px;
	}


	
.portfolio-row {
	margin-bottom: 15px;
	float: left;
}
	.portfolio-separator {
		padding-bottom: 15px;
		border-bottom: 1px #ccc solid;
	}

.portfolio-item {
	float: left;
	width: 210px;
}

	.portfolio-image {
		margin-bottom: 15px;
		float: left;
	}
	
	.portfolio-image img {
		margin-right: 0;
	}
	
	.portfolio-item p {
		margin: 5px 0;
		clear: both;
	}
	
	.portfolio-item ul.list {
		list-style: none;
	}



/* separator */


.separator {
	margin: 0 auto;
	text-align: center;
	background: url(../images/separator_lineX.png) repeat-x right 12px;
	margin-bottom: 30px;
}

.separator h2, .separator h3  {
	text-align: center;
	font-size: 31px;
	
}

.separator  h2 span, .separator  h3 span {
	padding-right: 30px;
	background: url(../images/hourglass.png) no-repeat right;
}

.separator h2 span.left, .separator h3 span.left {
	padding-left: 30px;
	padding-right: 0px;
	background: url(../images/hourglass.png) no-repeat left;
}



/* contact form style */

form {
  padding: 20px 0;
  margin: 0;
}
label {
	float: left;
	width: 150px;
	font-weight: bold;
	padding: 5px;
}

#contact label {
	font-size: 18px;
}

input,
textarea{
	padding: 8px;
	font: 400 18px arial, sans-serif;
	background: url(../images/field_bg.png) no-repeat top left;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2 #e2e2e2 #e2e2e2 #d2d2d2;  
}
.textbox-block {
	width: 138px;
}
input:focus,
textarea:focus{  
  color: #333;
  background-color: #edf2f5;
}
#name, #email, #subject{
	width:250px;
}
#message{
	width:360px;
	height:150px;
}

button {
	border: none;
	padding: 0;
	margin: 0;
}

.form-submit {
	background: #555;
	border: 0;
	cursor: pointer;


	margin: 0;
	padding: 2px 0;
	float: left;
}

.form-submit span {
	padding: 5px 30px;
	color: #ddd;
	float: left;
	border: 1px #848484 solid;
	font-size: 23px;
	font-family: Arial,Helvetica,sans-serif;
}

.form-submit:hover {
	color: #777;
}

.form-submit {
	line-height: 39px;
	height: 44px;
	background: url(../images/submit_button.png) no-repeat top left;
	margin-top: 0px;
	width: 91px;
	border: none;
	margin-right: 5px;

	cursor: pointer;
	color: #ddd;
}

.form-submit:hover {
	background: url(../images/submit_button.png) no-repeat left -138px;
	color: #bbb;
}

	
/* testimonials */

.testimonial {
	width: 100%;
}

.item .testimonial blockquote {
	margin: 0;
	padding:0px 0px 0px 35px;
	background:url(../images/quote.png) no-repeat 0px 0px;
	
}
.item .testimonial blockquote p.quote{
	text-align:left;
	font-size:17px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style:italic;	
	margin-bottom: 10px;
}

.item .testimonial blockquote p.author{
	text-align:right;
	font-size:12px;

	font-weight:bold;
	font-family: Tahoma, arial;
	font-style:normal;	
}



/*list styles */

ul {
	list-style: circle;
	margin-left: 30px;
}		
		
ul.list, ul.list2 {
		list-style: none;
		margin:  0;
		margin-bottom: 15px;
		color: #ffffff;
		font-size: 13px;
		font-weight: bold; 
	}
				
	ol.list {
		margin-left: 30px;
	}
				
		ul.list li {
			background: url(../images/bullet.png) no-repeat left;
			border-bottom: 1px #aaa dotted;
			padding: 5px 0 5px 20px;
			
		}
		ul.list2 li {
			background: url(../images/icon2.png) no-repeat left;
			border-bottom: 0px #aaa dotted;
			padding: 5px 0 5px 20px;
			
		}
 		
		ol.list li {
			border-bottom: 1px #aaa dotted;
			padding: 5px 0;
		 }				 

/* Vertical List */

.vertical-list {
	list-style: none;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
}
.vertical-list li {
	width: 100%;
    padding: 0;
	margin: 0;
}

.vertical-list a {
	display:block;
	text-decoration:none;
	padding: 8px 0;
	background: #fff url(../images/border_bottom.gif) repeat-x right bottom;
	overflow: hidden;
	width: 100%;
}

		 

/*table styles  */

/* table {
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px #ccc solid;
	border-bottom: none;
} */

thead th {
	background: #e2e2e2 none repeat scroll 0 0;
	border-top: 1px #fff solid;
}
thead th {
	border-bottom:1px #bbb solid;
}
th {
	border-bottom: 3px #bbb solid;
	text-align: left;
	padding: 5px 15px;
}

/* td {
	background: #f1f1f1;
	border-top: 1px #fff solid;	
	border-bottom:1px #ccc solid;
	color: #777;
	padding: 5px 15px;
} */

tr.even td {
	background: #f8f8f8;
	border-top: 1px #fff solid;	
	border-bottom:1px #ccc solid;
}

td.active {
	background-color: #e4e4e4;
}

/* CSS sliding doors button */



.button {
	background: #000;
	cursor: pointer;

	margin-right: 5px;
	padding: 2px 2px;
	float: left;
}

.button span {
	padding: 0px 10px;
	color: #ddd;
	float: left;
	border: 1px #ffffff solid;
	font-size: 13px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
}

.button:hover {
	background: #333;
}

.button:hover span {
	border: 1px #3582c4 solid;
}


/* OtherStyles */

.textblock {
	font-size:17px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: italic;
	padding:0px 0px 0px 40px;
	background: url(../images/quote.png) no-repeat 0px 0px;
	
}

#note {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #992222;
	border: 1px #f0c020 solid;
	display: none;
	background-color:#ffffdd;
	text-align: center;
	margin-bottom: 10px;
}

.notification_ok {
	color: #229922;	
}
	
/* Link Styles */

.more {
	font-weight: bold;
}

/* Misc Styles */
/*
.item {
	margin-bottom: 15px;
	float: left;
}	
	.item .separator {
		padding-bottom: 15px;
		border-bottom: 1px #ccc solid;
	}

	.item .post-info {
		margin-bottom: 12px;
	}

		.item .post-info h2, .item .post-info h3{
			margin-bottom: 0;
		}
		.item .post-info span {
			color: #888;
			font-size: 11px;
		}

.title {
	padding-bottom: 0px;
	overflow: hidden;
}

*/

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.image-margin-left {
	margin:0 10px 3px 0;
	float: left;
}

.image-margin-right {
	margin:0 0 3px 10px;
	float: right;
}

.image-left, .image-border, .image-right, .header-image-left, .header-image-right {
	padding:4px;
	margin:5px 10px 3px 0;
	border: 0px #cdcdcd solid;
	background: transparent;
	float: left;
}

.header-image-left, .header-image-right {

	background: #6393c3;
	border: none;
	margin:0;
	padding: 5px;

}

.image-small-left{
	background: #f7f7f7;
	padding:3px;
	margin:0 5px 0 0;
	border: 1px #bebebe solid;
	float: left;
}

.image-small-right {
	background: #f7f7f7;
	padding:3px;
	margin:0 0 0 3px;
	border: 1px #bebebe solid;
	float: right;
}

.image-border {
	margin:0;
}

.image-right {
	margin:0 0 3px 10px;
	float: right;
}

.margin-0-left {
	margin-left: 0px;
}

.margin-0-right {
	margin-right: 0;
}


.margin-10-lr {
	margin: 0 10px;
}

.margin-10-left {
	margin-left: 10px;
}

.margin-10-right {
	margin-right: 10px;
}

.margin-15-left {
	margin-left: 15px;
}

.margin-15-right {
	margin-right: 15px;
}


.margin-20-left {
	margin-left: 20px;
}

.margin-20-right {
	margin-right: 20px;
}

.margin-30-left {
	margin-left: 30px;
}

.margin-30-right {
	margin-right: 30px;
}
.margin-60-left {
	margin-left: 60px;
}


/****************************************/
/*         Footer               */
/****************************************/


#footer 
{
background:transparent url(../images/newfooter.jpg) repeat-x scroll 0 0;
clear:both;
color:#000000;
height:300px;
margin:0px auto;
padding:40px 0 0px;
position:inherit;
width:100%;
}
#footer-inside {
height:280px;
left:1px;
margin:0 auto;
position:relative;
width:1044px;
}
#footer-inside h2{
height:280px;
left:1px;
margin:0 auto;
position:relative;
width:200px;
}

/*         Footer items              */

.footer-row {
margin-bottom: 15px;
float: left;
}

.footer-item {
float: left;
width: 210px;
}

.footer-image {
margin-bottom: 15px;
float: left;
}
	
.footer-image img {
margin-right: 0;
}
	
.footer-item p {
margin: 5px 0;
clear: both;
}
	
.footer-item ul.list {
list-style: none;
}

/*         Feature Scroller              */
/* #content {				     */
/* margin:0 auto;				     */
/* padding:10px 0 10px;			     */
/* text-align:center;			     */
/* width:690px; 				     */
/* border: 1px solid #CCC; 		     */
/* }						     */


/*         Image Slider              */

#slider1 {
    width: 690px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
    border: 3px solid #cccccc;
    margin: 0 0 0 -3px
}

#slider1Content {
    width: 690px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
    background-color: #000000;

}
.slider1Image {
    float: left;
    position: relative;
    display: none;
}
.slider1Image span {
    position: absolute;
    font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 0px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
    text-align: center;
    line-height: 50px;	
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
    top: 0;
    left: 0;
    width: 690px !important;
    height: 50px;
}
.menuarrows {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/thinks_new.png) no-repeat scroll left top;
height:7186px;
left:-150px;
position:absolute;
top:550px;
width:388px;
/* z-index:300; */
}


*/ body,div,ul,ol,li,th,h1 { 
	margin:0;
	padding:0;
} */

ol,ul {
	list-style:none;
}





/*  Bottom Toolbar - Thank you PVM Garage   */

div#toolbar, div#toolbarbut {
  position: fixed; /* set fixed position for the bar */
  bottom: 0px;
  right: 0px;
  z-index: 9999; /* keep the bar on top  */
  height: 63px;
  background: url(../images/bcktool1.png);
  /* CSS3 */
  -moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
  -khtml-box-shadow: 0px 1px 10px #666;
  -webkit-box-shadow: 0px 1px 10px #666;
  /* CSS3 end */
	border-top: 1px solid #2c2c2c;
  border-left: 1px solid #2c2c2c; 
  border-right: 1px solid #2c2c2c;  
}

div#toolbar {
  width: 85%;
  min-width: 700px; /* to limit the width when an excessive window resize */
  margin: 0px auto; /* centered toolbar */
  left: 0px;
}

div#toolbarbut { /* div for the 'hide status' */
  width: 60px;
  height: 20px;
  margin-right: 8%;
  display: none;
}

span.showbar a { /* show button */
  padding: 16px;  
  font-size: 10px;
  color: #989898;
}

.leftside {
  float: left;
}

.rightside {
  float: right;
}

/*-- Left Side --*/

ul#social li {
  display: inline;
}

a.rss {
  display: inline-block;
  width: 104px;
  height: 35px;
  margin-left: 5px;
  background: url(../images/rss.png) no-repeat;
}

a.facebook, a.twitter, a.digg, a.delicious, a.stumble {
  display: inline-block;
  width: 60px;
  height: 43px;        
  margin-top: 1px;
}
a.lunar {
  display: inline-block;
  width: 220px;
  height: 60px;        
  margin-top: 1px;
}

a.rock {
  display: inline-block;
  width: 468px;
  height: 60px;        
  margin-top: 1px;
  margin-left: 10px;

}


a.rss:hover, a.facebook:hover, a.twitter:hover, a.digg:hover, a.delicious:hover, a.stumble:hover {
  background-position: 1px 1px; /* simple css hover effect */
}

a.facebook {
  background: url(../images/facebook.png) no-repeat;
  margin-left: 30px;
}

a.twitter {
  background: url(../images/twitter.png) no-repeat;
}

a.delicious {
  background: url(../images/delicious.png) no-repeat;
}

a.digg {
  background: url(../images/digg.png) no-repeat;
}

a.stumble {
  background: url(../images/stumble.png) no-repeat;
}
a.lunar {
  background: url(../images/lunarpages.jpg) no-repeat;
}

a.rock {
  background: url(../images/rockable.jpg) no-repeat;
}


.tip {
  position: absolute; /* important */
  top: -75px;
  width: 250px;
  height: 78px;
  background: url(../images/tip.png) no-repeat;
  float: left;
  display: none;
}

/* custom distances for the icons */

#tiplunar {
  left: 50px; 
}

#tiprock {
  left: 375px; 
}

#tipfacebook {
  left: 725px; 
}

#tiptwitter {
  left: 775px; 
}



.tip ul {
  padding: 22px 0 0 25px;
}

.tip ul li {
  display: inline;
  padding-left: 3px;
}

.tip ul li a {
  font-size: 18px;
  color: #989898;
}       

.tip ul li a:hover {
  color: #666;
}

.tip ul li small {
  font-size: 10px;
}

/*-- Right Side --*/

span.downarr { /* hide button */ 
  float: right;
  border-left: 0px solid #a4a4a4;
}

span.downarr a {
  display: block;
  width: 36px;
  height: 38px;
  padding: 25px 0 0 10px;
  background: url(../images/downarrow.png) no-repeat 5px 7px;
}

span.menu_title {
  background: #1d1d1d;
  border-left: 0px solid #a4a4a4;
  padding-bottom: 43px;
  padding-top: 26px;


}

span.menu_title a {
  font-size: 16px;
  line-height: 65px;
  color: #9a9a9a;
}

.quickmenu {
  position: absolute; /* important */
  top: -162px;
  right: 46px;
  width: 260px;
  height: 160px;
  background: #1d1d1d;
  border-top: 1px solid #2c2c2c;
  border-left: 1px solid #2c2c2c; 
  border-right: 1px solid #2c2c2c;
  /* CSS3 */
  -moz-box-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  -khtml-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  -webkit-box-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  /* CSS3 end */
  display: none; /* important */
}

.quickmenu ul {
  padding-top: 20px;
}

.quickmenu ul li {
  border-bottom: 1px solid #989898;    
  padding: 5px 10px;
  margin: 0 15px 0 15px;
}

.quickmenu ul li a {
  font-size: 14px;
  color: #989898;
  display: block;
}

.quickmenu ul li a:hover {
  color: #666;
}


/* remember to define focus styles! */

:focus {
outline: 0;
}



/*CSS Style for Galleries*/

strong {
font-weight: bold;
}



em {
font-style: italic;
}


a {
text-decoration: none;
}


#main_container {

 /* background: url("images/main_cont_bck.png") no-repeat center top; /*painted background*/ 
margin: auto;
float:left;
width: 450px;
background-color: transparent;
}


.clear:after { /*clear-fix*/
content: ""; 
display: block;
clear: both;
}

#left_container {
width: 100%;
float: left;
margin-right: 30px;
margin-left: 5px;
margin-bottom: 30px;/*margin: 0 30px 30px 5px;*/
}


#featured, #featuredx, #featuredz {
background: url("../images/gallery_back3.png") no-repeat top left; 
margin: 0px 0 0px 0;
width: 719px;
height: 450px;
background-color: transparent;
}



#featured h1, #featuredx h1, #featuredz h1  {
/*background: url("../images/icon1.png") no-repeat center left; */
padding-left: 2px;
margin-bottom: 10px;
}


#featured ul, #featuredx ul, #featuredz ul {
padding: 13px 0 0 20px;
}



#featured ul li, #featuredx ul li, #featuredz ul li {
display: inline;
}



#featured ul li a, #featuredx ul li a, #featuredz ul li a {
background: url("../images/gallery_button_norm.png") no-repeat top left;
padding: 11px 25px 10px 14px;
margin-left: 3px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
}


#featured ul li a:hover {
background: url("../images/gallery_button_hov.png") no-repeat top left;
padding: 11px 25px 10px 14px;
margin-left: 3px;
color: #3582C4;
}

#featuredx ul li a:hover {
background: url("../images/gallery_button_hov.png") no-repeat top left;
padding: 11px 25px 10px 14px;
margin-left: 3px;
color: #3582C4;
}

#featuredz ul li a:hover {
background: url("../images/gallery_button_hov.png") no-repeat top left;
padding: 11px 25px 10px 14px;
margin-left: 3px;
color: #3582C4;
}


.featured_content {
margin: 13px 0 0 15px;
}

.featured_contentx {
margin: 25px 0 0 15px;


}

.featured_contentz {
margin: 13px 0 0 15px;
}


.feat_left {
float:left;
}

.feat_leftx {
float:left;
}

.feat_leftz {
float:left;
}


.featured_content ol {
margin: 7px 10px 0 50px;
width: 250px;
}

.featured_contentx ol {
margin: 7px 10px 0 2px;
width: 234px;
}

.featured_contentz ol {
margin: 7px 10px 0 50px;
width: 250px;
}

.featured_content ol li {
padding: 5px 0 5px 20px;
background: url("../images/icon2.png") no-repeat center left;  
}


.featured_contentx ol li {
padding: 5px 0 5px 20px;
background: url("../images/icon2.png") no-repeat center left;  
}

.featured_contentz ol li {
padding: 5px 0 5px 20px;
background: url("../images/icon2.png") no-repeat center left;  
}


.image_cont {
float: left;
}

.image_contx {
float: left;
}

.image_contz {
float: left;
}

.image_cont img {
border: 3px solid #CDCDCD;
position: static;
}

ol.menu_cont {
padding: 0;
}

ol.menu_cont li {
padding: 0;
display: inline;
background: transparent;
font-size: 10px;
color: #8cbbc5;
}

ol.menu_cont li a {
border-bottom: 1px dotted #3582C4;
color: #3582C4;
text-decoration: none;
}

ol.menu_cont li a:hover {
color: #516e75; 
border-bottom: 1px dotted #516e75;
}

span.ico1 {
padding: 10px 0 10px 30px;
background: url("../images/icon3.png") no-repeat center left; 
line-height: 30px;
}

span.ico2 {
padding: 10px 0 10px 34px;
background: url("../images/icon4.png") no-repeat center left; 
line-height: 30px;
}

span.ico3 {
padding: 10px 0 10px 22px;
background: url("../images/icon5.png") no-repeat center left; 
line-height: 30px;
}

span.ico4 {
padding: 10px 0 10px 22px;
background: url("../images/icon2.png") no-repeat center left; 
line-height: 30px;
}

span.ico5 {
padding: 10px 0 10px 40px;
background: url("../images/icon5.png") no-repeat center left; 
line-height: 0px;
}












#sidebar {
width: 240px;
background: url("../images/sidebar_bck.png") repeat-y center top;
color: #c4dfe6;
float: right;
margin-right: 5px;
}

.side_bottom {
background: url("../images/side_bot.png") no-repeat bottom center;
height: 85px;
width: 240px;
float: right;
margin-right: 5px;
}

.side_cont {
padding: 10px 10px 10px 25px;
}

.side_cont h2 {
background: url("../images/side_tit_bot.png") no-repeat bottom left;
}

.side_cont p {
line-height: 14px;
letter-spacing: 1px;
margin-top: 5px;
}

.side_cont h3 {
padding-left: 35px;
margin-top: 20px;
background: url("../images/icon6.png") no-repeat top left;
}

.side_cont img {
border: 2px solid #d6e7f1;
margin: 10px 0;
}

.side_cont h3 a {
color: #c4dfe6;
}

.side_cont h3 a:hover {
border-bottom: 1px dotted #c4dfe6;
}

.meta_info {
font-size: 10px;
color: #293e43;
padding: 0 35px 8px 35px;
background: url("../images/post_sep.png") no-repeat bottom center;
}

#down_container {
margin-top: 10px;
min-height: 220px;
}

#down_container img {
border: 2px solid #90a1a8;
margin: 10px 0;
}

.down_1, .down_2 {
display: inline;
float: left;
margin-left: 25px;
margin-right: 0px;
width: 300px;
}

.down_1 {
border-right: 1px dotted #90a1a8;
padding-right: 25px;
}

.clear_sep {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}



.ui-tabs .ui-tabs-hide { display: none !important; }






