/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #292728;
	background: #37071c url("../common/bodybg.jpg") top left no-repeat;
}


a {
    text-decoration: none;
	cursor: pointer; 
}

a img{
	border: none; 
}


.casing {
	margin: 0 auto 0 auto;
	width: 968px;
}



/*----------------------Header--------------------------

.header {
	width: 968px;
	height: 299px;
	background: url("../common/header.gif") left no-repeat;
	float: left; 
	color: #fff;
}


----------------------Content--------------------------*/


.content {
	width: 968px;
	float: left;
	background: url("../common/bg.gif") left repeat-y;
}


.logo {
	width: 423px;
	height: 210px;
	background: url("../common/logo.gif") left no-repeat;
	float: left;
	margin: 25px 0 0 25px !important;
	margin: 25px 0 0 13px;
}

.image {
	margin: 0 0 0 0;
}

/*----------------------Index--------------------------*/
.homepic {
	width: 398px;
	height: 155px;
	background: url("../common/box.jpg") top left no-repeat;
	float: left;
	margin: 20px 20px 0 50px !important;
	margin: 20px 40px 0 25px;
	padding: 0 0 28px 0;
}

.box_head {
	margin: 18px 0 0 27px;
	font-size: 22px;
	color: #42020b;
}

.box_head1 {
	margin: 18px 0 0 27px;
	font-size: 22px;
	color: #32060d;
	font-weight: bold;
}

.box_head2 {
	margin: 0 0 0 27px;
	font-size: 18px;
	color: #2e2728;
}

.box_head3 {
	margin: 10px 0 0 27px;
	font-size: 22px;
	color: #000;
}

.homepic input {
	float: left;
}

.homepic input.in_put {
	width: 255px;
	height: 28px;
	border: 1px solid #7692aa;
	margin: 5px 15px 0 15px;
	float: left;
}

.form_cont {
	margin: 5px 0 0 0;
	float: left;
}

.homepic p {
	font-size: 17px;
	color: #fff;
	margin: 30px 0 0 20px !important;
	margin: 32px 0 0 10px;
	float: left;
}

.homepic a.two {
	margin: 20px 0 0 20px !important;
	margin: 22px 0 0 10px;
	display: block;
	color: #fff;
	font-size: 17px;
	color: #fff;
	float: left;
}

.text_cont {
	margin: 20px 0 0 50px !important;
	margin: 20px 0 0 25px;
	padding: 0 0 58px 0;
	width: 880px;
	float: left;
}

.text_cont h1 {
	color: #916d7c;
	font-size: 22px;
}

.text_cont h2{
	color: #6b3f49;
	font-style: normal;
	font-size: 17px;
	margin: 0 0 15px 0;
}

.text_cont p {
	color: #fff;
	font-size: 15px;
}



/*----------------------ABout Us--------------------------*/


/*----------------------Footer--------------------------*/


.footer {
	width: 968px;
	height: 81px;
	background: url("../common/footer.jpg") left no-repeat;
	float: left;
	text-align: center;
}

.footer span{
	color: #c6808e;
	margin: 12px 0 0 0;
	display: block;
}

/*****************Date timePicker***************/
@CHARSET "UTF-8";

 /*demo page css*/


            .demoHeaders {
                margin-top: 2em;
            }

            #dialog_link {
                padding: .4em 1em .4em 20px;
                text-decoration: none;
                position: relative;
            }

            #dialog_link span.ui-icon {
                margin: 0 5px 0 0;
                position: absolute;
                left: .2em;
                top: 50%;
                margin-top: -8px;
            }

            ul#icons {
                margin: 0;
                padding: 0;
            }

            ul#icons li {
                margin: 2px;
                position: relative;
                padding: 4px 0;
                cursor: pointer;
                float: left;
                list-style: none;
            }

            ul#icons span.ui-icon {
                float: left;
                margin: 0 4px;
            }

            
           	.selHrs, .selMins {
           		width:2.5em;
           	}
           	.selHrs {
           		margin-left:5px;
           	}
           	.dayPeriod {
           		display:inline-block;
           		width:20px;
           	}
           	.slider {
           		height:120px; 
           		float:left; 
           		margin:10px
           	}
           	
           	#tpSelectedTime {
           		margin-bottom:0;
           		border-bottom:1px solid #aaa;
           		padding:5px;
           		color:#000;
           		background:#fff;
           		text-transform:none;
           		
           	}
           	#tpSelectedTime span {
           		font-weight:bold;
           	}
           	#datepicker {
           		
           	}
           	#pickerplug {
           		overflow:hidden;
           		display:none;          		
           		position:absolute;
           		top:200px;
           		left:300px;           
           		z-index:500;	
           	}
           	#pickerplug li {
           		display:block;
           		float:left;
           	}
           	#timepicker {
           		border:1px solid #aaa;           		
           		background:#fff;
           	}
           	#timepicker ul {
           		overflow:hidden;
           		padding:5px;
           	}
           	#timepicker ul li {
           		position:relative;
           		display:block;
           		float:left;
           		width:50px;
           		        		
           	}
           	#timepicker ul li h4 {
           		width:100%;
           		background:transparent;
           		color:#000;
				text-align:center;           		           		
           	}
           	#timepicker ul li .slider {
           		position:relative;
           		left:10px;
           		
           	/*	background:#FBF9EE url(images/ui-bg_glass_55_fbf9ee_1x400.png) repeat-x scroll 50% 50%;
				border:1px solid #FCEFA1;*/
           	}
           	
           	
           	/*****************Date timePicker***************/
           	

