/*
Theme Name: Revival HTML Website Tempalte
Theme URI: http://www.meltingpx.com
Description: <p>Revival XHTML and CSS Website for corporate, business and personal websites.</p>
Version: 1.0
Author: ram
Created Date:12/10/2009
Author URI: http://www.meltingpx.com/

*/
/* container wrappers*/
body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p{
margin:0;
padding:0;
}
html{
	
	background-color: #dddddd;
	background-repeat: repeat-x;

}

body {
	font-family: Tahoma;
	background-repeat: repeat-x;
	background-position: center top;
	line-height:20px;
	font-size:13px;
	color:#555;

}


/* default styles*/

a, a:link, a:active{
text-decoration:none;
color:#ffffff;
}

a:hover{
text-decoration:none;
color:#ffff00;
}



a:active, a:focus{ outline:none; }

hr {
	border: 0 #ccc  dotted;
	border-top-width: 1px;
	clear: both;
	height: 0;

	
}

/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
  float: right; 
  margin: 0 0 20px 20px;
  width:auto;
}
.alignleft {
  float: left; 
  margin: 0 20px 10px 0;
  width:auto;
}
a img {
	border:none;
}

blockquote{
	border:1px solid #ddd;
	background-color:#eee;
	padding:10px 10px 10px 20px;
	margin:10px 0px 10px 0px;
	border-left:3px solid #ddd;
	font-size:12px;
	color:#555;
}
.tn-br{
	border:1px solid #eee;
	background-color:#fff;
	padding:5px;
}
.tn-br2{
	border:1px solid #ccc;
	background-color:#eee;
	padding:8px;
}

p{
margin-bottom:10px;

}

ol {
	list-style: decimal;
	margin-left:20px;
	line-height:22px;
}

ul {
	list-style: square;
	padding-left:15px;

}




.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
img.view-more{


}
a.view-more2{
background-color:#333;
padding:3px 5px;
text-decoration:none;
color:#555;
margin-top:20px;
padding-top:30px;


}


.vpace{
display:block;
height:20px;

}


/*table data style*/

table.table-data {

color:#111;



}

table.table-data th{
background-color:#ddd;
padding:3px 5px;
border:1px solid #ccc;
color:#111;



}
table.table-data td{
background-color:#f5f5f5;
border:1px solid #ccc;
padding:3px 5px;

}


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

}
#header-wrapper {
 width: 1000px;
 float: left;

}

.header-inner{




}

/*titles*/

h1 {
	font-size: 36px;
	letter-spacing: 0px;
	
	

}

h2 {
	font-size: 22px;
	letter-spacing: -1px;
	
}

h3 {
	font-size: 15px;
	letter-spacing: 0px;
}

h4 {
	font-size: 14px;
}



h6 {
	font-size: 10px;
}

h2, h3, h4, h5, h6{
	margin:10px 0;
	letter-spacing: normal;
	font-weight:normal;
	color: #ffffff;
}

h5 {
	font-size: 14px;
	color: #000000;
}

/* Top  navigation*/
.top-navigation{
	position:relative;
	z-index:3;
}

/* logo*/
h1.logo{
	padding:10px 10px 0 19px;
	width:60%;
	float:left;
	margin:0px;
}
#logo{
	width:267px;
	height:37px;
	}
/* booking box style*/
p#cta{
	float:right;
	position:relative;
	top:20px;
	right:40px;
	z-index:1111;
	width:auto;
	color:#23bff6;
	font-size:20px;
}
p#cta span a{
	color:#ffffff;
	font-size:24px;
	text-decoration:none;
}

}

/* use this style when you need full length menu*/


p#search-box input, p#search-box2 input{
	
	
	width:235px;
	padding:3px 5px;
	height:18px;
	color:#111;
	float:left;
	border:none;
	background-image: url(images/search-input-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color:#000;

}
p#search-box #submit, p#search-box2 #submit{
	border:none;
	background-image: url(images/go.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:41px;
	height:24px;
	cursor: pointer;

}
p#search-box #submit:hover, p#search-box2 #submit:hover{
	border:none;
	background-image: url(images/go-ho.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:41px;
	height:24px;
	cursor: pointer;

}


/*---------------------slider--------------------*/

.slider-frame{
	width:980px;
	height: 232px;
	background-image: url(images/slider-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom:0px;

}
.sliderImages  {
	margin-left:10px;
	padding-top:10px;

}

.sliderImages ul{
	margin:0px;
	padding:0px;

}
.sliderImages ul li {
	margin:0;
	list-style:none;
	width:960px;
	height:208px;	
	border:1px solid #e2d9d9;

}

.arrow-but{
	position:relative;
	z-index:10;

}
.prev {
	position: absolute;
	left:0px;
	top:-80px;
	z-index:10;
}
.next {
	position:absolute;
	left:938px;
	top:-80px;
	z-index:10;
}
/*middle curve*/
.mid-top{
	background-image: url(images/mid-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:1000px;
	height:16px;	
}
.mid-top-wide{
	background-image: url(images/mid-top-wide.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:1000px;
	height:16px;	
}


.mid-bot{
	background-image: url(images/mid-bot.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:1000px;
	float:left;
	height:16px;
}
.mid-bot-wide{
	background-image: url(images/mid-bot-wide.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:1000px;
	float:left;
	height:16px;
}


/*Main section*************************************************************/

#main{
	float:left;
	background-image: url(images/mid-mid.png);
	background-repeat: repeat-y;
	padding:10px 20px;
	width:960px;

	
}
#main-wide{
	float:left;
	background-image: url(images/mid-mid-wide.png);
	background-repeat: repeat-y;
	padding:10px 20px;
	width:980px;
	
	
}

/*left column style*************************************************************/
#leftcolumn-wrapper{ 
	width: 675px;
	float: left;
	
}
.leftcolumn-inner{
	padding:0px 30px 10px 10px;

}
.wide-page-title-padding{
	padding:0px 30px 0px 10px;

}

.leftcolumn-inner-home{
	padding:0px 30px 10px 10px;

}


.leftcolumn-inner-home h3, .leftcolumn-inner-home h4{
	color:#000;


}
.leftcolumn-inner h3, .leftcolumn-inner h4{
	margin-bottom:10px;
}

#leftcolumn-wrapper  img{

}

h1.page-title{
color:#000;
height: auto;
line-height:25px;
padding:10px 0px;
height:40px;
font-size:2em;
font-weight:normal;

}

/*columns/content boxes*/
.col1{
	width:300px;
	float:left;

}

.col-inner{
	padding-right:25px;

}

.col2{
border-left:1px solid #eee;
padding-left:50px;
width:280px;
float:left;
}


/*Blog  style*/
#post, #post2, #post3{
margin-bottom:20px;


}
#post h1, #post2 h3, #post3 h3{
color:#000;


}

.post-info{

	padding:0px 2px;
	border-bottom:1px  dotted #ddd;
	
}

.post-info a{
text-decoration:none;
color:#495976;
}
.entry img.view-more{
padding:0px;
border:none;

}

.entry img{
	border:1px solid #ddd;
	padding:5px;
	background-color:#f6f6f6;

}
/*serves style in the home page*/
ul.services li{
	line-height:24px;
	padding-left:10px;
	background-image: url(images/target.png);
	background-repeat: no-repeat;
	background-position: left center;
	list-style:none;
	padding-left:20px;
	
}

.col1-services{
	
	display:block;
	float:left;
	width:auto;
}
.col2-services{
	margin-left:200px;

}

.col2-services h3{
	color:#000;
	
}

/*gallery  style*/
ul.gallery {
	margin:0px;
	padding:0px;
	list-style:none;

}
	ul.gallery li{
		list-style:none;
		padding:10px;
		margin:10px;
		float:left;
		height:180px;
		width:270px;
		display:block;
		
	}
		ul.gallery li img{
			border:1px solid #ccc;
			height:180px;
			width:270px;
			background-color:#eee;
			padding:10px;
		
		
		
		}

/*right column style*************************************************************/
#rightcolumn-wrapper {
	float: left;
	width: 285px;
	color:#111;
	
	
}
.rightcolumn-inner {
	padding:0px 0px 0 20px;
	
}

.rightcolumn-inner h3{
	margin-bottom:10px;
	color:#23bff6;
	letter-spacing:1px;
	font-weight:normal;

}
.rightcolumn-inner ul{
	list-style:none;
	padding:0px;
	
}
.rightcolumn-inner ul li{
	border-bottom:1px solid #dfdfdf;	
	
}
.rightcolumn-inner ul li a{
	text-decoration:none;
	line-height:20px;
	color:#111;
	padding:5px 0px;
	display:block;

}
.rightcolumn-inner ul li a:hover{
	background-color:#f4f4f4;
	color:#23bff6;

}

.contact-info a:hover{
cursor: help;

}
img.ad-img{
background-color:#eee;
padding:2px;
border:1px solid #ccc;

}
/*Social Book Marks*/

.socil-book-marks {


}
.socil-book-marks img{
margin:5px 5px 5px 0px;

}

/*Contact form  style*************************************************************/

#container
{
	margin: auto;
	overflow: hidden;
	position: relative;

}
.contact-us input{
	padding:2px 5px;
	border:1px solid #ccc;
	background-image: url(images/grad-strip.jpg);
	background-repeat: repeat-x;
	height:20px;
	width: 15em;

}

.contact-us {
	text-align:left;	
	padding:10px 0;
	width:auto;
}
.contact-us textarea {
	width: 30em;
	padding:2px 5px;
	border:1px solid #ccc;
	background-image: url(images/grad-strip.jpg);
	background-repeat: repeat-x;
	background-color:#eee;

}
.contact-us .submit {
	position:relative;
	left:105px;
	border:none;	
	width:81px;
	height:24px;	
	background-image:none;
}

.red {
	color:red;
	font-weight:700;
}
.contact-us .form-col1 {
	color:#666;
	width:100px;
	height:30px;
	float:left;
	display:block;
	text-align:left;
	padding-right:10px;
	font-weight:700;
}
.message {background-color:#333;
	border:1px solid #444; color:#ccc;display:none;width:460px;padding:10px;}
	.contact {text-align:right;}
	.contact ul {list-style-type:none;width:390px;}
	.contact li {list-style-type:none;}
	.contact input {width:260px;}
	.contact textarea {width:260px;}


/*footer  style*************************************************************/

#footer-wrapper { 
	width: 1000px;
	clear: both;
	padding:10px 0px;
	float:left;

}
p.copurights{
	width:50%;
	float:left;

}
ul.footer-rightdiv {
float:right;
width:auto;

}
ul.footer-rightdiv li{
display:inline;


}
ul.footer-rightdiv li a{
text-decoration:none;
color:#666;
padding:0px 8px;

}ul.footer-rightdiv li a:hover{
color:#666;

}


A.pano:LINK {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #573925;
	text-decoration: none;
}

A.pano:VISITED {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #573925;
	text-decoration: none;
}

A.pano:HOVER {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #ff0000;
	text-decoration: none;
}

A.pano:ACTIVE {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #ff0000;
	text-decoration: none;
}
