/* CSS Document */
/* ============================================
* FileName 		: styles.css
* Description	: Controlling the Ayurvedam Srinivasa.
* Version 		: 1.0
* Date 			: 2012-08-01 (YYYY-MM-DD)
* Author 		: Vanava Raju Adabala
============================================ */
div, p, a, form, input, select, textarea, span, ul, li, b, h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
a {
	color:#000;
	text-decoration:underline;
	outline:none;
}
a:hover {
	text-decoration:none;
}
img {
	border:none;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
}
h4
	{
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	}
.title
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:38px;
	float:right;
	padding:5px;
	}
/*h2 
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:17px;
	color:red;
	}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:26px;
	color:#476a8c;
	margin:10px 0px 5px 0px;
	display:block
}
h3 span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:38px;
	float:right;
	padding:5px 0px
}
h5 span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:17px;
	color:#0e2646;
	padding:0px 0px 5px 0px;
	margin:0px 0px 15px 0px;
	border-bottom:dotted 2px #0e2646;
	display:block;
}*/
.clear
	{
	clear:both;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#000;
	margin:0px;
	padding:0px;
	background:#fff;
}
#wrapper {
	display:block;
	width:100%;
	float:left;
}



/* ==============  Header Styles =================== */


.header-wrap{
display:block;
float:left;
width:100%;
background:url(../images/header-bg.jpg) repeat-x;
}

.header {
	display:block;
	width:1000px;
	background:#fff;
	margin:0px auto;
	height:185px;
	background:url(../images/header-img.jpg) no-repeat 0 0;
	}
	
.logo {
	display:block;
	float:left;
	margin:0px 0 0 -120px;
	width:603px;
	background:url(../images/logo.png) no-repeat 0 0;
	height:185px;
	position:relative;
	}

.logo a {
	display:block;
	float:left;
	width:170px;
	height:80px;
	margin:50px 0 0 170px;
}



/* ==============  top links styles =================== */

.top-links {
	display:block;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
.top-links ul {
	list-style:none;
	display:block;
	float:right;
}
.top-links ul li {
	list-style:none;
	display:block;
	float:left;
	color:#68696b;
}


.top-links ul li.one {
/*border-top:5px solid #ed1c24;*/
}
.top-links ul li.two {
/*border-top:5px solid #178aff;
*/}
.top-links ul li.three {
/*border-top:5px solid #00ff00;
*/}

.top-links ul li.one a:hover {
background:#3f6300;
}
.top-links ul li.two a:hover {
background:#3f6300;
}
.top-links ul li.three a:hover {
background:#3f6300;
color:#fff;
}

.top-links ul li a {
	list-style:none;
	display:block;
	float:left;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	height:20px;
	line-height:20px;
	border-right:1px dotted #68696b;
	padding:0 10px;
}

.top-links ul li a:hover {
	text-decoration:none;
	color:#68696b;
}
.top-links ul li a.active {
	text-decoration:none;
	background:#3f6300;
	color:#ffffff;
}

/* ==============  navigation styles =================== */
.navigation-wrap {
	display:block;
	float:right;
	width:1000px;
	clear:left;
	position:relative;
	z-index:1000;
	margin:-29px 0 0 0;
}
.navigation {
	display:block;
	float:left;
	margin:0 0 0 0;
}

.navigation ul {
	display:block;
	list-style:none;
	margin:0 0 0 0px;
	float:left;
	width:1000px;
}
.navigation ul li {
	display:block;
	float:left;
	list-style:none;
	padding:0;
	margin:0 2px 0 0;
	background:#fff;
	border:solid 1px #3F6300;
	border-bottom: solid 0px #3F6300;
}
.navigation ul li.last-child{
	display:block;
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	background:#fff;
}

.navigation ul li.last-child a{
padding:0 15px 0 16px;
}
.navigation ul li a {
	display:block;
	float:left;
	color:#000;
	height:20px;
	padding:0px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	height:29px;
	line-height:29px;
}



.navigation ul li a:hover {
	border-bottom:none;
	text-decoration:none;
	color:#fff;
	background:url(../images/nav-active.jpg) repeat-x;
}
.navigation ul li a.active {
	border-bottom:none;
	text-decoration:none;
	color:#fff;
	background:url(../images/nav-active.jpg) repeat-x;
}



/* ==============  page heading styles =================== */

.page-content h1{
	display:block;
	color:#000000;
	font-size:22px;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #0e2646;
}
.page-content h1 span {
	color:#0e2646;
	font-size:16px;
	display:block;
	font-weight:bold;
	padding:0px 0 0 0px;
}


/* ==============  flash banner styles =================== */

 .banner-wrap{
display:block;
width:100%;
float:left;
background: -webkit-gradient(linear, left top, left bottom, from(#3f6300), to(#588400));
background: -moz-linear-gradient(top, #3f6300, #588400);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f6300', endColorstr='#588400');
-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f6300', endColorstr='#588400')";

}
.banner-wrap-innerpage{
display:block;
width:1000px;
margin:0 auto;
background:#6A9D00;
/*background: -webkit-gradient(linear, left top, left bottom, from(#3f6300), to(#588400));
background: -moz-linear-gradient(top, #3f6300, #588400);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f6300', endColorstr='#588400');
-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f6300', endColorstr='#588400')";*/

} 
.banner{
display:block;
width:100%;
float:left;
background:url(../images/banner-bg.jpg) repeat-x 0 0;
min-height:170px;
}

.banner-content {
	display:block;
	color:#fff;
	font:12px arial;
	width:1000px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	}


.banner-content div{
background:url(images/boat-yard.jpg) no-repeat 0 0;
/*padding:0 0 0 260px;*/
min-height:162px;
}

.banner-content h2{
text-transform:uppercase;
font:normal 18px arial;
}

.banner-content ul{
display:block;
margin:20px 0 0 20px;
}

.banner-content ul li{
line-height:28px;
list-style:none;
background:url(../images/bullet.png) no-repeat left center;
}


/* ==============  inner banner styles=================== */

.inner-banner {
	display:block;
	width:1004px;
	height:55px;
	margin:0 auto;
}
/* ============== page content styles =================== */


.content-wrap{
display:block;
width:100%;
float:left;
/*background: -webkit-gradient(linear, left top, left bottom, from(#568c32), to(#ffffff));
background: -moz-linear-gradient(top, #568c32, #ffffff);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#568c32', endColorstr='#ffffff');
-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#568c32', endColorstr='#ffffff')";*/
}

.content-holder {
	display:block;
	width:1000px;
	/*padding:0px 10px;*/
	margin:0px auto;
/*background: -webkit-gradient(linear, left top, left bottom, from(#DEF0DB), to(#ffffff));
background: -moz-linear-gradient(top, #DEF0DB, #ffffff);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbcbe0', endColorstr='#ffffff');
-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#DEF0DB', endColorstr='#ffffff')";*/
}

.content_inner
	{
	background:#FFFFFF;
	width:960px;
	padding:0px 20px;

	}


.page-content {
	display:block;
	margin:0 1px;
	padding:10px;
}

.no-bg{
background:none;
}

.page-content p{
display:block;
font:normal 13px Verdana, Arial, Helvetica, sans-serif;
line-height:20px;
text-align:justify;
margin:0px 0 20px 0;
}

.page-left {
	display:block;
	float:left;
	width:680px;
	padding:0 10px 0 0px;
}
.inner-page-left {
	display:block;
	float:left;
	width:277px;
	border-right:1px solid #c9c9c9;
	border-top:1px solid #c9c9c9;
}


.content-area {
	display:block;
	padding:0 20px;
}
.inner-content-area {
	display:block;
	padding:0 10px 0 0;
}
.content-area p {
	font-size:11px;
	color:#464646;
	margin:0 0 15px 0;
	text-align:left;
	line-height:20px;
	padding:0 15px 0 0;
}
.inner-content-area p {
	font-size:11px;
	color:#464646;
	margin:0 0 15px 0;
	text-align:justify;
	line-height:20px;
	padding:0 15px 0 0;
}
p.high {
	color:#464646;
	font-weight:bold;
	margin:0 0 10px 0;
	display:block;
	clear:left;

}

.page-right {
	display:block;
	float:right;
	width:268px;
	padding:0 0 0 5px;
	margin:0;
	clear:right;
}
.inner-page-right {
	display:block;
	float:right;
	width:716px;
	padding:0 0 0 0;
}
.strategic-advice {
	display:block;
	float:right;
	width:348px;
	height:297px;
	background:url(../images/strategic-advice.jpg) no-repeat center center;
	margin:0 0 10px 0;
}
.strategic-advice-small {
	display:block;
	width:277px;
	height:228px;
	background:url(../images/strategic-advice-small.jpg) no-repeat -5px center;
	margin:10px 0 10px 0;
	float:left;
}

.content ul{
display:block;
list-style:url(../images/bullet.png);
margin:20px 0 0 20px;
}

.content ul li{
line-height:28px;
}

/* ==============  page list styles =================== */

ul.lists {
	display:block;
	margin:5px 0px 0 0;
	list-style:none;
	background:#ffffff;
	padding:10px 0px 10px 0px;
	}

ul.lists li {
	padding:0 0px 10px 20px;
	color:#464646;
	display:block;
	margin:5px 0px;
	list-style:none;
	background:url(../images/bullet2.png) no-repeat left 3px;
	font-weight:bold;
	border-bottom:dotted 1px #666666;
}

ul.lists li a{
text-decoration:none;
font-size:11px;
}


div.small-lists{
display:block;
clear:right;
}


ul.lists-small {
display:block;
float:left;
	list-style:none;
	margin:0px 10px 10px 10px;
}

ul.lists-small li {
	display:block;
	list-style:none;
	line-height:25px;
	background:url(../images/tick.jpg) no-repeat left center;
	padding:0 0 0 30px;
	color:#464646;
}


.process-flow {
	display:block;
	float:left;
	width:100%;
	height:428px;
	background:url(../images/process-flow.jpg) no-repeat 50% 50%;
}

/* ==============  page content styles =================== */
.points {
	display:block;
	margin:0 5px 0 80px;
	list-style:none;
	padding:5px;

	}

.points ul li
{
	padding:0 0px 10px 20px;
	color:#000000;
	display:block;
	margin:6px 0px;
	list-style:none;
	background:url(../images/bullet2.png) no-repeat left 3px;
	font-weight:normal;
}

.points ul li a{
text-decoration:none;
font-size:12px;
}
.points ul li a:hover{
color:#666666;
}
.quick-links {
	display:block;
	float:left;
	width:277px;
	padding:0;
	margin:0 0 0 0;
}
h1.quick-links-heading {
	display:block;
	color:#e96f35;
	font-size:17px;
	border-bottom:1px solid #cccccc;
	padding:5px 0 5px 0;
	margin:0 0 15px 0;
}
.quick-links ul {
	display:block;
	list-style:none;
	float:left;
	width:267px;
	border-left:10px solid #6995c8;
	padding:0;
	margin:0;
}
.quick-links ul li {
	display:block;
	list-style:none;
	float:left;
	width:267px;
	border-bottom:1px dotted #636363;
}
.quick-links ul li a {
	font-size:11px;
	color:#707173;
	text-decoration:none;
	height:20px;
	line-height:20px;
	padding:0 0 0 7px;
	display:block;
}
.quick-links ul li a:hover {
	color:#6995c8;
}
.quick-links ul li a.active {
	color:#6995c8;
	background:url(../images/quick-links-li-bg.jpg) repeat-x bottom;
}
.content-img
	{
	float:left;
	margin:0px 25px 10px 0px;
	}
.content-img img
	{
	border:solid 3px #999999;
	}	

/* ==============  contact styles =================== */

.quick-contact {
	display:block;
	float:right;
	width:338px;
}
.inner-quick-contact {
	display:block;
	float:right;
	width:277px;
}


h1.contact-heading {
	display:block;
	color:#e96f35;
	font-size:17px;
	border-bottom:1px solid #cccccc;
	padding:0 0 5px 0;
	margin:0 0 0px 0;
}
h1.inner-contact-heading {
	display:block;
	color:#e96f35;
	font-size:17px;
	border-bottom:1px solid #cccccc;
	padding:5px 0 5px 0;
	margin:0 0 15px 0;
}


.address-box h2.address {
	font-weight:normal;
	font-size:15px;
	padding:5px 0 5px 0;
	color:#6995c8;
}
.address-box h2.phone {
	font-weight:normal;
	font-size:15px;
	margin:0 0 5px 0;
	color:#707173;
}
.address-box h2.email {
	font-weight:normal;
	font-size:15px;
	margin:0 0 5px 0;
	color:#e96f35;
}
.address-box p {
	display:block;
	margin:0 0 10px 0;
	font-size:11px;
}
.address-box {
	display:block;
	border-left:10px solid #6995c8;
	border-bottom:1px dotted #636363;
	padding:0 50px 0 10px;
	color:#636363;
}
.address-box.inner {
	display:block;
	border-left:10px solid #6995c8;
	border-bottom:1px dotted #636363;
	padding:0 10px 0 10px;
	color:#636363;
}


/* ==============  testimonials styles =================== */

.testimonials {
	display:block;
	float:right;
	width:338px;
}
.inner-testimonials {
	display:block;
	float:right;
	width:277px;
}

.testimonials-box {
	display:block;
	border-left:10px solid #e96f35;
	border-bottom:1px dotted #636363;
	padding:0 20px 0 10px;
	color:#636363;
}




.slideshow{
width:255px;
}


.slideshow div p{
padding:10px 0;
}

.inner-testimonials-box {
	display:block;
	border-left:10px solid #e96f35;
	border-bottom:1px dotted #636363;
	padding:0 0px 0 10px;
	color:#636363;
}
h1.testimonials-heading {
	display:block;
	color:#6995c8;
	font-size:17px;
	border-bottom:1px solid #cccccc;
	padding:0 0 5px 0;
	margin:10px 0 0px 0;
}

h1.inner-testimonials-heading {
	display:block;
	color:#6995c8;
	font-size:17px;
	border-bottom:1px solid #cccccc;
	padding:0 0 5px 0;
	margin:15px 0 0px 0;
}


h2.client {
	font-weight:normal;
	font-size:15px;
	margin:5px 0 10px 0;
	color:#e96f35;
}
.testimonials-box p {
	display:block;
}


.news{
	display:block;
	float:right;
	width:338px;
}
.inner-news {
	display:block;
	float:right;
	width:277px;
}

h1.news-heading {
	display:block;
	color:#231f20;
	font-size:17px;
	border-bottom:1px solid #cccccc;
	padding:0 0 5px 0;
	margin:10px 0 0px 0;
}

 h1.inner-news-heading {
	display:block;
	color:#231f20;
	font-size:17px;
	border-bottom:1px solid #cccccc;
	padding:0 0 5px 0;
	margin:5px 0 0px 0;
}
	

.news-box {
	display:block;
	border-left:10px solid #6e6d72;
	border-bottom:1px dotted #636363;
	padding:0 20px 0 10px;
	color:#636363;
}


/* ==============  headings styles =================== */
h1.article-heading {
	display:block;
	color:#555555;
	font-size:17px;
	border-bottom:1px solid #cccccc;
	padding:0 0 5px 0;
	margin:0 0 15px 0;
}

/* ==============  footer styles =================== */

.footer {
	display:block;
	width:970px;
	text-align:left;
	padding:8px;
	color:#476a8c;
	border-top:1px dotted #a3b4c5;
	margin:0 auto;
	}
	
	
	.footer a{
	color:#304e6d;
	margin:0 10px;
	}
	
.footer-links {
	display:block;
	float:left;
	padding:0 0 10px 10px;
}
.footer-links ul {
	display:block;
	float:left;
	list-style:none;
}
.footer-links ul li {
	display:block;
	float:left;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 3px;
}
.footer-links ul li a {
	display:block;
	float:left;
	list-style:none;
	color:#636363;
	text-decoration:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.footer-links ul li a:hover {
	color:#000;
	text-decoration:underline;
}
.copyrights {
	display:block;
	color:#a6a6a6;
	font-size:12px;
	padding:5px 0 3px 3px;
	clear:left;
}
.copyrights a {
	color:#a6a6a6;
}

/* ==============  ACCORDIAN MENU STYLES =================== */

ul#menu, ul#menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
ul#menu {
	list-style:decimal;
	display:block;
	padding:0;
	margin:0 0 0 25px;
}
ul#menu li {
	list-style:decimal;
	color:#000;
	padding:0;
	margin:0;
}


ul#menu li a {
	cursor:pointer;
	background:url(images/titlebar.png) repeat-x center;
	color: #636363;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:10px 0;
	display:block;
	margin:0;
	text-decoration:none;

}
ul#menu li ul li {
	color: #000;
	font-weight:normal;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0;
}
ul#menu ul {
	list-style:none;
	padding:0;
	margin:0;
	border-top:1px dashed #898989;
}
ul#menu ul li {
	list-style:none;
	color:#000;
	padding:0;
	margin:0;
}
ul#menu ul.lists li.no-bg {
	background:none;
	padding:0;
	margin:0;
}
ul#menu ul li p {
	color:#000;
	padding:10px 20px 10px 0;
	margin:0;
}
ul#menu ul li p.high {
	color:#e96f35;
	padding:10px 0 0 0;
	margin:0;
}

ul#menu ul.lists li{
padding:0 0 0 25px;
}



.frame{
display:block;
float:left;
border:none;
width:277px;
height:198px;
}
.news-frame{
display:block;
float:left;
border:none;
width:277px;
height:95px;
}

/* ==============  contacts styles =================== */

.contact-form{
display:block;
float:left;
width:250px;
}

.contact-form ul{
display:block;
float:left;
list-style:none;
width:250px;
}
.contact-form ul li{
display:block;
float:left;
list-style:none;
width:250px;
margin:0 0 10px 0;
}
.contact-form ul li input.textbox{
width:250px;
padding:5px;
border:1px solid #cccccc;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
outline:none;
}

.contact-form ul li textarea.textarea{
width:250px;
height:100px;
padding:5px;
border:1px solid #cccccc;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
outline:none;
}



.contact-form ul li input.button{
padding:5px 10px;
border:1px solid #406c9f;
background:#6995c8;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#fff;
cursor:pointer;
outline:none;
}


.contact-form h2.contact-heading{
border-bottom:none;
font-size:17px;
font-weight:normal;
margin:0 0 10px 0;
color:#6995c8;
}


.map{
display:block;
float:right;
width:420px;
border-left:1px solid #c9c9c9;
padding:0 0 0 10px;
}


.map h2.map-heading{
border-bottom:none;
font-size:17px;
font-weight:normal;
margin:0 0 10px 0;
color:#e96f35;
}

.faqs
	{
	padding:0px 15px;
	}
.faqs strong
	{
	color:#990000;
	}
.scroll
	{
	height:450px; 
	overflow:scroll; 
	overflow-x:hidden; 
	padding:0px 5px 0px 10px;
	margin-bottom:15px;
	}


