/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.7;background:#F1F1F1;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* typography.css */
body {
	color:#222;
	background-image: url("../img/templatebg.jpg");
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-color:#DF6323;
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {
	color:#9C471A;
 font-family: 'Caudex',serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2.2;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    word-spacing: 0;	
	
}

h3 {color:#9C471A;
 font-family: 'Caudex',serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2.2;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    word-spacing: 0;	}
h4{
	color:#CC6600;
	font-family: 'Caudex',serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2.2;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    word-spacing: 0;	
	
}
h5 {font-size:1em;font-weight:bold;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em; text-align: justify;}
.left {float:left !important;}
p .left {margin:1.5em 1.5em 1.5em 0;padding:0;}
.right {float:right !important;}
p .right {margin:1.5em 0 1.5em 1.5em;padding:0;}
a:focus, a:hover {text-decoration:underline;}
a {color:#C60;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color:#000;}
/* forms.css */
label {font-weight:bold;}
fieldset {padding:0 1.4em 1.4em 1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;margin-top:-0.2em;margin-bottom:1em;}
fieldset, #IE8#HACK {padding-top:1.4em;}
legend, #IE8#HACK {margin-top:0;margin-bottom:0;}
input[type=text], input[type=password], input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {border-color:#666;}
select {background-color:#fff;border-width:1px;border-style:solid;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}

#wrapper{
 margin:0 auto;
 width:1060px;
}
#header{
height: 119px;
margin-top: 15px;
width: 1060px;
}
#banner{
	height: 119px;
}
#temple_name{
	float: right;
    margin-right: 45px;
    margin-top: -96px;
    position: relative;
}
#temple_name h1{
  color:#6D3C0B;
  font-family: 'Lobster Two', serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  text-shadow: 2px 2px 2px #aaa;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 2px;
  word-spacing: 3px;
  line-height: 1.2;
}
#logo{
	float: right;
    position: relative;
    top: -20px;
}
#menu{
	background: url("../img/nav.png") no-repeat scroll 0 0 transparent;
    height: 48px;
}
#menu ul{
	list-style:none;
	display:inline;
	padding-left: 1.5em;
}
#menu ul li{
	display:inline;
}
#menu ul li.selected a{
	 font-style: italic;
}
#menu ul li a{
	color: #fff;
   font-family: 'Caudex',serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
     padding: 22px;
    position: relative;
    top: 5px;
}
#menu ul li a:hover{
  font-style: italic;
}
#body_div{
	margin: 0 auto;
    width: 1034px;
}
#content_body{
/*background: url("../img/border.png") repeat scroll 0 0 transparent;*/
background: #fff;
    float: left;
	width:1025px;
	margin-left: 4px;
	margin-top: -15px;
}

#image_body{
	background-image: url("../img/imgborder.png");
	background-repeat:no-repeat;
	 height: 540px;
    margin-left: 2px;
    width: 1030px;
}
#image_body_img li{ 
	width:990px;
	height:480px;
	overflow:hidden; 
	margin-left: 27px;
    margin-top: 27px;
}	
#image_body_img{
float: left;
    margin-left: 27px;
    margin-top: 27px;
}
#left_div{
	float:left;
	width:250px;	
}
#left_div1{
	float:left;
	width:180px;	
}
#right_div{
	float:left;
	width:760px;
}
#right_div1{
	float:left;
	width:840px;
}
#left_menu{
	list-style:none;
	margin-left: 30px;
}
#left_menu li{

}
#left_menu li a{
	color: #9C471A;
   font-family: 'Caudex', serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
}
#left_menu li a:hover{
	font-style: italic;
	text-decoration:underline;
}
#left_menu li.selected a{
	font-style: italic;
	text-decoration:underline;
}
#right_content{
	color: #6E6E6E;
    margin-left: 20px;
}
.othertemple{
	background: url("../img/other-temple.png") repeat scroll 0 0 transparent;
    float: left;
    height: 172px;
   margin: 5px 0 0 0;
    width: 178px;
}
.othertemple img{
	margin: 17px 0 0 15px;
}
#home{
 float: left;
    margin-left: 20px;
    margin-top: 8px;
}
.othertempa{
	font-family: 'Droid Sans', serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.59;
	top: 5px;
	float: left;
	margin-left: 10px;
     text-align: center;
    position: relative;
    width: 150px;
}
#right_content p{
font-family: 'Droid Sans', serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.59;
}
#right_content li{
	list-style:none;
	font-family: 'Droid Sans', serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.59;
}
#right_content table{
font-family: 'Droid Sans', serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.59;
}
#footer{
  background-color: #7A3814;
    float: left;
    margin-left: 4px;
    margin-top: -15px;
    width: 1025px;
	height: 75px;
	text-align:center;
}
#footer div{
	/* float: left;
    width: 760px;
	color:#9C471A; */
	text-align:center;
	margin-top: 10px;
	/* margin-left:280px; */
}
#footer div span{
	 color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Droid Sans',serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.59;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    word-spacing: 0;
}
#footer div a{
	 color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Droid Sans',serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.59;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    word-spacing: 0;
}
#footer div a:hover{
color:#DC6324;
}
#address{
 float: left;
    width: 400px;
}
#address p{
	margin-left:20px;
}
#map_display{
position: relative;
    top: 50px;
	float: left;
}
#address1{
 float: left;
    width: 310px;
}
#address1 p{
	margin-left:20px;
}
#map_display1{
	float: left;
}
.room_textbox {
    background: url("../img/textbox.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 25px;
    outline: medium none;
    padding-left: 5px;
}
.button{
	-moz-box-sizing: content-box;
    border-radius: 11px 11px 11px 11px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 13px !important;
    line-height: 13px;
    padding: 3px 8px;
    text-decoration: none;
	background-color:#DF6323;
	color: #fff;
}
.package{
color:#6E6E6E;
}
h4 a{
	color:#9C471A;
}
.trips{
}
.greeting_box{
    margin-bottom: 20px;
    float: left;
}
.left_slt_bg{
    background: url("images/greetings/selcl.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 220px;
	text-indent:-2000px;
    width: 35px;
}
.center_slt_bg{
    background: url("images/greetings/redstrip.jpg") repeat-x;
    float: left;
    height: 220px;	
    width: 560px;
}
.right_slt_bg{
    background: url("images/greetings/selcr.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 220px;
	text-indent:-2000px;
    width: 35px;

}
.center_slt_bg h2{
    color: #FF009A;
}
.greeting_listbox{
    float: left;
    margin-left: 0px;
}
.grt_box{
    background: url("images/greetings/selcbg.jpg") no-repeat scroll left top transparent;
    height: 130px;
    width: 114px;
    float: left;
    margin-left: 20px;
}
.grt_imgbox{
    height: 100px;
    margin: 7px 7px 0;
    width: 100px;
}
.grt_namebox{
    width: 100px;
    height: 20px;
    margin: 0px 7px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.grt_imgbox a.list_grt_link {
    background: url("images/greetings/blue.png") no-repeat scroll left top transparent;
    display: block;
    margin-left: 80px;
    margin-top: -26px;
    position: absolute;
    text-indent: -10000px;
    width: 18px;
    z-index: 100;
}
.grt_imgbox a.list_grt_link:hover {
    background: url("images/greetings/roses.png") no-repeat scroll left top transparent;
}
.most_left_slt_bg{
    background: url("images/greetings/nonleft.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 220px;
    width: 35px;
	text-indent: -2000px;
	cursor:pointer;
}
.most_center_slt_bg{
    background: url("images/greetings/nonc.jpg") repeat-x;
    float: left;
    height: 220px;
    width: 560px;
}
.most_right_slt_bg{
    background: url("images/greetings/nonr.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 220px;
	text-indent: -2000px;
	cursor:pointer;
    width: 35px;

}
.most_center_slt_bg h2{
    color: #00A8FF;
}
.most_grt_box{
    background: url("images/greetings/nons.jpg") no-repeat scroll left top transparent;
    height: 130px;
    width: 114px;
    float: left;
    margin-left: 20px;
}
.tags_box{

}
.tags_titlebox{
    border-bottom: 1px solid #FF2BAB;
}
.tags_titlebox h2{
    color: #781DB6;
    margin-bottom: 0;
    text-indent: 20px;
}
.tags_dis{

}
.tags_dis p{
        font-size: 17px;
}

#gbutton{
	float:right;
	background: none repeat scroll 0 0 #FF6600;
    border-radius: 5px 5px 5px 5px;
    height: 40px;
    width: 180px;
	margin-right: 30px;
}
#gbutton a{
	 color: #FFFFFF;
    font-size: 15px;
    height: 40px;
    margin-left: 10px;
    width: 160px;
	text-decoration:none;
}
#gbutton a img{
	position: relative;
	margin-left:5px;
    top: 7px;
}

.gbutton1{
	float:left;
	background: none repeat scroll 0 0 #FF6600;
    border-radius: 5px 5px 5px 5px;
    height: 40px;
    width: 150px;
	margin-right: 30px;
}
.gbutton1 a{
	 color: #FFFFFF;
    font-size: 15px;
    height: 40px;
    margin-left: 10px;
	text-decoration:none;
    width: 130px;
}
.gbutton1 a img{
	position: relative;
	margin-left:5px;
    top: 7px;
}
.gbutton2{
	float:left;
	background: none repeat scroll 0 0 #FF6600;
    border-radius: 5px 5px 5px 5px;
    height: 40px;
    width: 290px;
	margin-right: 30px;
}
.gbutton2 a{
	 color: #FFFFFF;
    font-size: 15px;
    height: 40px;
    margin-left: 10px;
    width: 270px;
	text-decoration:none;
}
.gbutton2 a img{
	position: relative;
	margin-left:5px;
    top: 7px;
}
#title_name{
	float:left;
	width:70%;
}
#title_name span{
	color:#000;
	font-size:20px;
	font-weight:bold;
}


/*Greeetingds by Ashok starts */
#tablediv
{
width: 600px;
}
.thTableHeader{
background-color: #5FB52B;
}
.thTableHeader td {
    text-align: center;
}
.thTableDesc{
    background-color: #F4F3EF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.thTableEvenRow {
    background-color: #F5F5F5;
    height: 32px;
}
.thTableOddRow {
    background-color: #EAEAEA;
    height: 32px;
}
.thTable td {
    padding: 5px;
}
.grad_nt1
{
	background: none repeat scroll 0 0 #EEEEEE;
    border: 2px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-bottom: 20px;
    width: 500px;
}
.grad_nt11
{
	background: none repeat scroll 0 0 #EEEEEE;
    border: 2px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-bottom: 20px;
    width: 740px;
}
.grad_nt2{
	background: url("../img/shadow.png") no-repeat scroll left top transparent;
	height: 125px;
	margin:10px;
    width: 482px;
}
.add_1
{
    float: right;
    margin-bottom: 15px;
}
.add_1 a
{
    border: medium none;
    float: left;
    margin-right: 5px;
    outline: medium none;
    text-decoration: none;
}
.add_1 a img
{
 border: medium none;
    outline: medium none;
}
.label_mesg
{
    float: left;
    height: 120px;
    width: 108px;
	font-size: 12px;
}
.label_fld
{
    float: left;
    height: 120px;
    width: 355px;
	font-size: 12px;
}
.label_fld span input
{
    -moz-border-radius: 7px 7px 7px 7px;
    border: 2px solid #C0C0C0;
    float: left;
    font-size: 16px;
    height: 38px;
    margin: 0;
    width: 330px;

}
.label_fld1
{
    float: left;
    height: 120px;
    width: 355px;
	font-size: 12px;
}
.label_fld1 span input
{
    -moz-border-radius: 7px 7px 7px 7px;
    border: 2px solid #C0C0C0;
    float: left;
    font-size: 16px;
    height: 38px;
    margin: 0;
    width: 330px;

}
#send{
	background: url("../img/butt.png") no-repeat scroll left top transparent;
    border: medium none;
    height: 47px;
	cursor: pointer;
    width: 226px;
}
.label_fld span textarea
{
    -moz-border-radius: 7px 7px 7px 7px;
    border: 2px solid #C0C0C0;
    float: left;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 333px;

}
.label_fld1 span textarea
{
    -moz-border-radius: 7px 7px 7px 7px;
    border: 2px solid #C0C0C0;
    float: left;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 576px;

}
.label_spn1
{
	float: left;
    margin-left: 15px;
    margin-top: 30px;
}
#leftcolmn{
	width:200px;
	height:auto;
	margin-left:20px;
}
.label_spn2
{
    float: left;
    margin-left: 10px;
    margin-top: 12px;
}
.gret_form
{
    float: left;
	margin-left: 100px;
	margin-top:20px;
    width: 505px;
}
.add_recipent
{
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.sendgreeting
{
	float: left;
	margin: 5px 5px 5px 160px;
} 
.sendgreeting1
{
	float: left;
	margin: 5px 5px 5px 256px;
} 
/*Greetings by Ashok ends */