﻿/*
-----------------------------------------------
	ANAND Teknow main.css 
	Author:Kedar Patil
    Version: 1.0
	Copyright 2009 ANAND Teknow
-----------------------------------------------

===== CONTENTS =====
    1:Css Reset
    2:Layout
	3:Top Menu
    4:Menu
	5:Footer
    6:Other

/* ______________________________________________1: Css Reset */
html, body, div, span, applet, object, iframe,  p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, font, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
}


/* ______________________________________________2: Layout */
body { background: #FFFFFF url(../images/background.jpg) no-repeat scroll center top; border-top: 5px solid #340E70; font-family: Arial, Helvetica, sans-serif; }
a { color: #777777; text-decoration: none; }
a:hover { text-decoration: underline; }

#container { width: 960px; margin: 0px auto; position: relative;  }
#header { width: 960px; position: relative; display: block; overflow:hidden; }
.anandteknowlogo a { display: block; bottom:0px; height: 116px; width: 352px; margin:20px 0px 0px 30px; text-indent: -9999px; background: url(../images/anand_logo.gif) no-repeat; }

#textcontent p { padding:10px; font-family:Verdana; font-size:12px; color:#777777; line-height:20px; }
#textcontent ul { list-style:disc; padding-left:25px; font-family:Verdana; font-size:12px; color:#777777; line-height:20px; }
#textcontent h3 { color:#32A9E6;}

/* ______________________________________________3: Top Menu */
.topMenu { top: 0px; float:right; background: url(../images/bg_topmenu.png) no-repeat right top; padding-top:5px; display: block; height: 31px;  width: 325px; text-align:center; color:#FFFFFF; }
.topMenu a { color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-size:13px; }
.topMenu a:hover { color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:underline; font-size:13px; }

/* ______________________________________________2: Menu */
#navigationPanel { position: relative;}
/*ul#navigation {
	clear				: both;
	background          : url(../images/nav.gif) no-repeat left top;
	height              : 45px;
	position: relative;
}
ul#navigation li {
	position            : absolute;
	top                 : 0;
	height              : 45px;
	display             : block;
}
ul#navigation li a {
	height              : 45px;
	display             : block;
	text-indent         : -9999px;
}
ul#navigation li#nav1 {
  left                : 0;
  width               : 86px;
}
ul#navigation li#nav2 {
  left                : 86px;
  width               : 173px;
}
ul#navigation li#nav3 {
  left                : 259px;
  width               : 175px;
}
ul#navigation li#nav4 {
  left                : 434px;
  width               : 120px;
}
ul#navigation li#nav5 {
  left                : 554px;
  width               : 135px;
}
ul#navigation li#nav6 {
  left                : 689px;
  width               : 103px;
}
ul#navigation li#nav7 {
  left                : 792px;
  width               : 150px;
  top:0px;
}
ul#navigation li#nav1 a:hover {
  background          : url(../images/nav.gif) no-repeat 0 -45px;
}
ul#navigation li#nav2 a:hover {
  background          : #fff url(../images/nav.gif) no-repeat -86px -45px;
}
ul#navigation li#nav3 a:hover {
  background          : #fff url(../images/nav.gif) no-repeat -259px -45px;
}
ul#navigation li#nav4 a:hover {
  background          : #fff url(../images/nav.gif) no-repeat -434px -45px;
}
ul#navigation li#nav5 a:hover {
  background          : #fff url(../images/nav.gif) no-repeat -554px -45px;
}
ul#navigation li#nav6 a:hover {
  background          : #fff url(../images/nav.gif) no-repeat -689px -45px;
}
ul#navigation li#nav7 a:hover {
  background          : #fff url(../images/nav.gif) no-repeat -792px -45px;
}
#home ul#navigation li#nav1 a {
  background          : url(../images/nav.gif) no-repeat 0 -90px;
}
#companyProfile ul#navigation li#nav2 a {
  background          : #fff url(../images/nav.gif) no-repeat -86px -90px;
}
#extrastorent ul#navigation li#nav3 a {
  background          : #fff url(../images/nav.gif) no-repeat -210px -90px;
}
#ratesprices ul#navigation li#nav4 a {
  background          : #fff url(../images/nav.gif) no-repeat -354px -90px;
}
#thingstoseeanddo ul#navigation li#nav5 a {
  background          : #fff url(../images/nav.gif) no-repeat -484px -90px;
}
#testimonials ul#navigation li#nav6 a {
  background          : #fff url(../images/nav.gif) no-repeat -661px -90px;
}
#checkavailability ul#navigation li#nav7 a {
  background          : #fff url(../images/nav.gif) no-repeat -792px -90px;
}
*/

.tagline {
	background: url(../images/tagline.png) no-repeat;
	height: 89px;
	width: 284px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	right: 25px;
	top: -89px;
}

#top #content {
	display: block;
	height: 100%;
	padding: 8px 0px 8px 0px;
	overflow:hidden;
}
#content {
	display: block;
	height: 0.01%;
	padding: 0px 0px 20px;
	
}

#wrapper { width:580px; height:200px; margin: 0px auto; padding:0px; text-align:left; display:block; overflow:hidden; }

#footer {
	background: #fff url(../images/bg_footer.gif) repeat-x;
	display: block;
	height:58px;
	width: 960px;
	overflow:hidden;
}
#footer p{ padding:20px; text-align:center; color:#fff; font-size: 13px; font-family:Arial;
 }
 
 /* Motorhome Page Tabs -------------------------------------------------------------------------------*/
.menu{
width: 100%;
}
.menu ul{
	margin: 0 0 0px;
	padding: 0;
	float: left;
	display: block;
	background: url(../images/tab_menu_background_line.png) repeat-x bottom;
	width: 372px;

}
.menu ul li{
display: inline;
}
.menu ul li a {
	background			: transparent url(../images/tab_a.png) no-repeat scroll right top;
	color				: #fff!important;
	display				: block;
	float				: left;
	font				: normal 13px Arial, Helvetica, sans-serif;
	height				: 33px;
	padding-right		: 10px; /* sliding doors padding */
	text-decoration		: none;
	margin				: 0px 2px 0px 0px;
	font-weight			: bold;
}

.menu ul li a span{
	font-size			: 16px;
	font-weight			: bold;
	background			: transparent url(../images/tab_span.png) no-repeat;
	display				: block;
	line-height			: 19px;
	padding				: 7px 0 7px 10px;
}
.menu ul li a:hover {
	background			: transparent url(../images/tab_a.png) no-repeat scroll right -33px;
	text-decoration		: none;
}
.menu ul li a:hover span{
	background			: transparent url(../images/tab_span.png) no-repeat 0px -33px;
}
.menu ul li a.selected{
	background			: transparent url(../images/tab_selected_a.png) no-repeat scroll right top;
	color				: #32A9E6!important;
	display				: block;
	float				: left;
	font				: normal 13px Arial, Helvetica, sans-serif;
	height				: 33px;
	padding-right		: 10px; /* sliding doors padding */
	text-decoration		: none;
	margin				: 0px 2px 0px 0px;
}
.menu ul li a.selected span{
	background			: transparent url(../images/tab_selected_span.png) no-repeat;
	display				: block;
	line-height			: 19px;
	padding				: 7px 0 7px 10px;
}
.menu ul li a.selected:hover {
	background			: transparent url(../images/tab_selected_a.png) no-repeat scroll right top;
}
.menu ul li a.selected:hover span{
	background			: transparent url(../images/tab_selected_span.png) no-repeat;
}

.tab_link { text-decoration:none; cursor:pointer; }

.tabcontent{
display:none;
}
#overview .manuTable {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin: 0px 0px 0px;
	padding:0px 20px 10px 20px;
	display: block;
	height: 0.01%;
	background-color:#fff;
	
}

#layout .layoutPanel 
{
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin: 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	display: block;
	height: 0.01%;
	background-color:#fff;
	overflow:hidden;
}



	