body {
	background: #202020 url('../images/pat.png') repeat right top;
	font-family:Arial,Tahoma,Verdana;
}

h2 {
	font-size:18px;
	line-height:1.5;
	color:#e9dfdf;
	font-weight:lighter;
}

.left {
	float:left;
}
.right {
	float:right;
}

.posRel { position: relative; }

/* ------------------------------------------ HEADER Starts ---------------------------------- */
/* LOGO Starts */
#header #logo_container {
	margin-top:50px;
}
#header .image_logo {
	display: block;
    margin-left: auto;
    margin-right: auto
}
#header #header_logo{
	font-size:9pt;
	font-family:Arial,Tahoma,Verdana;
	line-height:0;
}
#header #header_logo .text {
	bottom:0px;
	top:25px;
	position:relative;
	color:#888;
	font-family:Arial,Tahoma,Verdana;
	text-align:center;
	letter-spacing:3px;
	text-transform:uppercase;
}
#header #header_logo .text span {
	color:#fb0;
}
/* LOGO Ends */

/* COUNTDOWN Starts */
#header #countdown_container {
	margin-top:50px;
	margin-bottom:100px;
}
#header .ucp_date, #header .ucp_hours,#header .ucp_minutes, #header .ucp_seconds  {
	background-image: url("../images/button_background.png");
	width:120px; 
	height:180px;
	margin-left:28px;
}

#header .ucp_number {
	width:120px;
	height:110px;
	text-align:center;
	font-size:54px;
	color:#dddddd;
}
#header .ucp_number_center {
	padding-top:42px;
}
#header .ucp_text{
	width:120px;
	height:70px;
	text-align:center; 
	font-size:18px;
	color:#583e00;
	text-transform:uppercase;
}
#header .ucp_text_center{
	padding-top:22px;
}
/* COUNTDOWN Ends */
/* ------------------------------------------ HEADER Ends ---------------------------------- */



/* ---------------------------------------- MAIN Starts ---------------------------------------- */
#main{
	

	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	/* opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
	color:#ababab;
	line-height:2;
}

/* COUNTDWON Circle Starts */

#drinaTextLeft, #drinaTextRight {
	font-size:9pt;
	color:#888;
	font-family:Arial,Tahoma,Verdana;
	letter-spacing:3px;
	text-transform:uppercase;
}

#drinaTextLeft {
	position:absolute;
	top:-20px;
	left:225px;
}

#drinaTextRight {
	position:absolute;
	top:-20px;
	left:555px;
}

#main #countdown_percent{
	height:100px;
}

#main  #pane{
	position:relative;
	top:-60px;
	left:410px;
	width:119px;
	height:118px;
	/* background: url('../image/circle.png') no-repeat; */
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	background: none !important;
}
#main  #pane_inner{
	position:relative;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	top:-178px;
	left:410px;
	width:119px;
	height:118px;
	background: none !important;
}
#main  #radius_total {
	display:none;
}
/* COUNTDWON Circle Ends */

#main  #slider {
	padding-top:30px;
	height:auto;
	padding-bottom:30px;
}
#main  #contact_subscribe, #main  #contact_form,#main  #contact_about {
	width:100%;
	height:auto;
	background: none !important;
}

#main h2 {
	position:absolute;
	top:70px;
	left:100px;
	text-transform:uppercase;
}


/* CONTACT FORM Starts */
#contact_form {
	padding-top:30px;
	padding-bottom:30px;
	}

#contact {
	width:540px;
}
#contact form {
	margin-top:7px;
}
#contact .my_label {
	margin-top:6px;
}

#contact label {
	float:left;
    width: 88px;
	margin: 0 10px 0px 0;
	text-align: left;
	font-size:14px;
	color:#909090;
}

 #contact input[type=text],  #contact textarea {
    width: 250px;
	float:left;
	color:#373737;
	margin-top:2px;
	border:1px solid #272727;
	background: rgb(19, 19, 19);
	/* RGBa with 0.2 opacity */
	background: rgba(19, 19, 19, 1);
	font-family:Arial,Tahoma,Verdana;
	font-size:12px;
}
 #contact textarea {
	width:470px;
	max-width:470px;
	height:128px;
}
 #contact input[type=text]:focus,  #contact textarea:focus {
	/*border:1px dotted #7e7e7e;*/
	border:1px solid #fa0;
	-webkit-box-shadow: 0 0 4px #f90;
	   -moz-box-shadow: 0 0 4px #f90;
		    box-shadow: 0 0 4px #f90;
	color:#ccc;
}
.rounded {
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
	padding:4px;
	outline: 0;
	-webkit-appearance: none;
}
#contact input[type=text].err,  #contact textarea.err {
	border: 1px solid #b00;
	-webkit-box-shadow: 0 0 4px #b00;
	   -moz-box-shadow: 0 0 4px #b00;
		    box-shadow: 0 0 4px #b00;
}
#contact input[type=text].ok,  #contact textarea.ok {
	color:#fb0;
}
#contact input[type="submit"] {
	margin-top:20px;
    border: 0;
    background: url('../images/submit_button.png') no-repeat;
	text-indent: -9999em;
    width: 90px;
    height: 30px;
	
}
 #contact input[type="submit"]:hover {
	background: url('../images/submit_button.png') no-repeat;
	cursor:pointer;
	width: 90px;
    height: 30px;
	background-position:0px -30px;
}
/* CONTACT FORM Starts */

/* CONTACT Address Starts */
 #contact_address {
	margin-top:34px;
	color:#cccccc;
	width:180px;
	margin-left:40px;
	font-size:14px;
	font-weight:lighter;
}
 #contact_address label {
	font-size:14px;
	font-weight:lighter;
}
 #contact_address a {
	color:#fb0;
}
 .contact_address_text {
	color:#808080;
	font-size:14px;
	line-height:1.5;
	font-weight:lighter;
	margin-bottom:11px;
	margin-top:4px;
}
.contact_address_text span {
}
/* CONTACT Address Ends */

/* REFERNCE Starts */
#main .reference {
	width:470px;
	font-size:14px;
	line-height:1.5;
	margin-top:10px;
	color:#909090;
}
#main h3 {
	color:#fb0;
	font-weight:normal;
	padding:5px 0px 15px 0px;
	font-size:18px;
}
#main .reference_text {
	margin-left:58px;
	width:250px;
	line-height:21px;
	font-size:14px;
	margin-top:10px;
}
#main .reference_text a {
	text-decoration:none;
	color:#fb0;
}
#main .imageFrame {
	display: inline-block;
	padding: 10px;
	background: rgba(0,0,0,0.2);
	border: 1px solid #333;
}
/* About Ends */
/* -------------------------- MAIN Ends -------------------------------------------- */


/* PREV AND NEXT */
#prev {
    background: url("../images/left_arrow.png") no-repeat scroll 0 0 ;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    text-indent: -9999px;
    width: 44px;
    z-index: 99;
	position:relative;
}
#prev:hover {
    background: url("../images/left_arrow.png") no-repeat scroll 0 0 ;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    text-indent: -9999px;
    width: 44px;
    z-index: 99;
	background-position:0px -44px;
}
#next {
    background: url("../images/right_arrow.png") no-repeat scroll 0 0 ;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    text-indent: -9999px;
    width: 44px;
    z-index: 99;
	position:relative;
}
#next:hover {
    background: url("../images/right_arrow.png") no-repeat scroll 0 0 ;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    text-indent: -9999px;
    width: 44px;
    z-index: 99;
	background-position:0px -44px;
}
/* PREV AND NEXT Ends */