/* CSS Document */

body {
	margin: 0 auto;
	padding:0px;
	background-image:url(../images/bgnew2.jpg); 
	background-repeat:repeat-x;
	background-color:#141414;
	width: 1024px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
	width:1024px;
	float:left;
	background: url(../images/bckimg.jpg) repeat-x;
	padding-top:35px;
	padding-bottom:20px;
	margin: 0 auto;
}

#container1 {
	width:995px;
	border:solid 1px #CCCCCC;
}

#header {
	width:100%;		/* 995px */
	background:#FFFFFF;
	height:210px;
}

#logo {
	width:320px;
	height:175px;
	float:left;
}

#menu {
	width:995px;
	height:33px;
	background:url(../images/bgrndred.jpg) repeat-x;
	float:left;
}

.menu_item {
	background: url(../images/butn2_red.jpg) no-repeat;
	width:102px;
	height:33px;
	float:left;
	text-align:center;
	padding-top:8px;
}

.menu_item a {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}

.menu_item_hover {
	background: url(../images/btnhover_yellow.jpg) no-repeat;
	width:102px;
	height:33px;
	float:left;
	text-align:center;
	padding-top:8px;
}

.menu_item_hover a {
	color:#B92109;
	font-size:12px;
	text-decoration:none;
}

#wrapper {
	/* height:500px; */
	background:url(../images/bgrept.jpg) repeat;
	padding:10px;
}

#content {
	width:920px;
	padding:10px;
}
#newcontent 
{
	width:360px;
	padding:10px;
}
#newtop-line {
	width:360px; /* 920px */
	height:4px;
	background:url(../images/newtop-line-bg.jpg) no-repeat center top;
	border:0px;
	font-size:0px;
}

#newbottom-line {
	width:360px; /* 920px */
	height:4px;
	background:url(../images/newbottom-line-bg.jpg) no-repeat center bottom;
	border:0px;
	font-size:0px;
}
#top-line {
	width:920px; /* 920px */
	height:10px;
	background:url(../images/top-line-bg.jpg) no-repeat center top;
	border:0px;
	font-size:0px;
}

#bottom-line {
	width:920px; /* 920px */
	height:10px;
	background:url(../images/bottom-line-bg.jpg) no-repeat center bottom;
	border:0px;
	font-size:0px;
}

.text {
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

/* For gallery page */
#gallery {
	width:920px;
	background:#FFFFFF;
	display:inline-table;
}

#gallery-photos {
	width:900px;
}

.photo {
	width:150px;
	height:160px;
	background:url(../images/gallery_bg.gif) top left no-repeat;
	padding-top:10px;
	float:left;
	margin:0px 10px;
}

.photo_img {
	width:125px;
	height:125px;
	border:#FF9933 solid 1px;
}

.photo_img_hover {
	width:125px;
	height:125px;
	border:#FFFFFF solid 1px;
	cursor:pointer;
}
.scroling
{
height:370px;
width:920px;
overflow:auto;
scrollbar-face-color: #FFF2D8;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color:#FFF2D8;
scrollbar-darkshadow-color: #CEE7FF;
scrollbar-track-color: #EAEAEA;
scrollbar-arrow-color: #B82712;
}
/* gallery page ends */

/* For contact us page */
span.linktxt{font-size:10px;color:#ACACAC;}

.scroll1 {
	height:450px;
	overflow:auto;
	width:790px;
}

#contact {
	margin:0px auto;
	padding:0px;
}

#contact_div {
	background:#FFFFFF;
	width:920px;
	margin:0px auto;
}
#newcontact_div {
	background:#FFFFFF;
	width:920px;
	margin:0px auto;
}
#contact-text1 {
	width:880px;
	text-align:justify;
}

#contact-text2 {
	width:880px;
	text-align:justify;
}

#contact-text3 {
	width:880px;
	text-align:justify;
	color:#CC3300;
}

#contact-form {
	width:880px;
	text-align:justify;
}
/* contact us page ends*/

#footer {
	width:100%;	 	/* 995px */
	height:65px;
	background:#FFFFFF;
	border:1px solid #999999;
	margin-top:opx;
}

#navlist {
	margin:0px;
	padding:0px;
}

#navlist li {
	display:inline;
	list-style-type:none;
	margin:0 5px;
}

#navlist li a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

#navlist li a:hover {
	font-size:12px;
	color:#B8260F;
	text-decoration:none;
}

#footer a {
	font-size:14px;
	color:#B92109;
	text-decoration:none;
}

#footer a:hover {
	font-size:14px;
	color:#B92109;
	text-decoration:none;
}
/* login page */
.font
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
}
.msg
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#E87400;
font-size:10px;
}
.mesg
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#E87400;
font-size:12px;
}
.link
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#E87400;
font-size:10px;
text-decoration:none;
}
.link:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:10px;
text-decoration:none;
}
.head
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
font-size:14px;
font-weight:bold;
}
.boder
{
border:#FFC891 1px solid;
}
