/* 
    Document   : style
    Created on : Jun 5, 2013, 1:01:44 PM
    Author     : 24 Hrs
    Description:
        Purpose of the stylesheet follows.
*/

@font-face {
	font-family: 'Conv_ColabThi';
	src: url('../fonts/ColabThi.eot');
	src: local('☺'), url('../fonts/ColabThi.woff') format('woff'), url('../fonts/ColabThi.ttf') format('truetype'), url('../fonts/ColabThi.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_ColabLig';
	src: url('../fonts/ColabLig.eot');
	src: local('☺'), url('../fonts/ColabLig.woff') format('woff'), url('../fonts/ColabLig.ttf') format('truetype'), url('../fonts/ColabLig.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_Franklin Gothic Medium Cond';
	src: url('../fonts/Franklin Gothic Medium Cond.eot');
	src: local('☺'), url('../fonts/Franklin Gothic Medium Cond.woff') format('woff'), url('../fonts/Franklin Gothic Medium Cond.ttf') format('truetype'), url('../fonts/Franklin Gothic Medium Cond.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_Franklin_Gothic_Medium';
	src: url('../fonts/Franklin_Gothic_Medium.eot');
	src: local('☺'), url('../fonts/Franklin_Gothic_Medium.woff') format('woff'), url('../fonts/Franklin_Gothic_Medium.ttf') format('truetype'), url('../fonts/Franklin_Gothic_Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



*
{
    margin: 0px;
    padding: 0px;
    border: none;
}
body
{
    width: 100%;
}
#wrap
{
	width: 100%;
	height: auto;
	
}
#header
{
	width: 100%;
	height: 429px;
	background: url('../images/head-bg.png') repeat-x;
}
#in-head
{
	width:1004px;
	height: 429px;
	margin: 0px auto;
}
.inner-header
{
	width: 500px;
	height: 380px;
	float: left;
}
#search-box
{
	width: 400px;
	height: 80px;
	margin-top: 50px;
	float: left;
	margin-left: 30px;
	line-height: 80px;
}
#search-box img
{
	float: right;
	padding-top: 15px;
}
.input
{
	width: 179px;
	height: 29px;
	background: url(../images/search.png) no-repeat;
	text-align: center;
	text-transform: capitalize;
	color: #a5998b;
	outline: none;
    font-family: 'Conv_Franklin Gothic Medium Cond';
}
.button
{
	width: 35px;
	height: 27px;
	background: url(../images/go.png) no-repeat;
	text-indent: -999999px;
	margin-left: -20px;
}
#quote
{
	width: 430px;
	height: 120px;
	float: left;
	padding-left: 15px;
	padding-top: 15px;
	font-size: 23px;
	font-family: 'Conv_ColabLig';
	color: #981901;
	margin-top: 15px;
}
#quote p
{
	line-height: 30px;
}
#quote span
{
	float: right;
	margin-right: 15px;
}
#nav
{
 background: url('../images/menu-bg.png') repeat-x;
 width:100%;
 height:67px;
 float: left;
 }
#nav ul
{
 padding:0;
 margin:0;
 border:none;
 float:left;
 margin-top: 14px;
 list-style-type: none;
 margin-left: 230px;
}
#nav ul li
{
 float:left;
 text-align:center;
 width:157px;
}
#nav ul li a
{
font-size:17px;
display:block;
text-transform:uppercase;
color:#8b0101; 
display: block;
padding-top: 20px;
text-decoration: none;
font-family: 'Conv_Franklin_Gothic_Medium';
}
#nav ul li a:hover
{
 background: url('../images/menu-hover.png') repeat-x;
 height: 53px;
 color: #fff;
}
#nav ul li a.active, #nav ul li.current-menu-item a
{
 background: url('../images/menu-hover.png') repeat-x;
 height: 53px;
 color: #fff;
}
#content
{
	width: 100%;
	height: 570px;
	background: url('../images/Inner-content-bg.jpg') repeat-x;
}
#inner-content
{
	width: 1004px;
	height: auto;
	margin: 0px auto;
}
#content-left
{
	width: 445px;
	height: auto;
	float: left;
	/*background: url('../images/line.png') no-repeat top right;
	padding-right: 5px;*/
	padding-left: 23px;
	margin-top: 50px;
}
#content-left p
{
	color: #692105;
	font-family: "Arial";
	font-size: 12px;
	line-height: 24px;
	width: 98%;
	text-align: justify;
    padding-bottom: 15px;
}
#content-left a
{
	color: #692105;
	font-family: "Arial";
	font-size: 12px;
	text-align: left;
}
#content-left h2
{
	color: #960001;
	font-size: 22px;
	padding-bottom: 15px;	
	font-family: 'Conv_Franklin Gothic Medium Cond';
	text-transform: uppercase;
}
.content-right
{
	width: 200px;
	height: 418px;
	float: left;
	margin-top: 50px;
	padding-left: 34px;
}
#footer
{
	width: 100%;
	height: 48px;
	background: #eee8c5;
	float: left;
	line-height: 48px;
	
}
#inner-footer
{
	width: 1004px;
	margin: 0px auto;	
}
#footer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	margin-right: 55px;
}
#footer ul li
{
	display: inline-block;
	padding-left: 15px;
}
#footer p
{
	float: left;
	font-size: 10px;
	color: #6e665f;
	margin-left: 35px;
	font-family: "Arial";
}
#footer ul li a
{
	font-size: 10px;
	color: #6e665f;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Arial";
}
#footer ul li a:hover{
    text-decoration: underline;
}
#content-left ol
{
	margin: 0px;
	padding: 0px;
	list-style-type:decimal;
	margin-bottom: 10px;
}
#content-left ol li
{
	color: #433b3d;
	font-family: "Arial";
	font-size: 12px;
	line-height: 24px;
	width: 92%;
	text-align: justify;
	margin-left: 20px;
}
/* vikky */

.content-right h2
{
 font-size: 20px;
color: #433b3d;
text-transform: uppercase;
margin-bottom: 10px;
font-family: 'Conv_Franklin Gothic Medium Cond';
font-weight: normal;
}
.content-right h2.h2-image
{
 background: url(../images/head-arrow.gif) no-repeat;
 background-position: 0 .3em;
 padding-left: 1.0em;
 display:block;
}
.content-right ul li
{
 float:left;
 clear:both; 
 line-height:20px;
}
.content-right ul li
{
 background: url(../images/bullet.gif) no-repeat;
 background-position: 0 .7em;
 padding-left: 1.0em;
 display:block;
 border-bottom: 1px solid #f6e5d2;
 padding-bottom: 3px;
 width:170px;
 line-height: 24px;
 }
.content-right ul li.border-none
{
   border-bottom: none;
}
.content-right ul li a
{
 color:#692105;
 font-size:12px;
 font-family: "Arial";
 text-decoration: none;
}
#video
{
 width:200px;
 float:left;
}
#inner-video
{
 background:url(../images/box.png) no-repeat;
 width:200px;
 height:138px;
 clear:both;
 margin-top:20px;
}
#inner-video img
{
 padding:5px 0px 0px 5px;
}
#inner-video a
{
 color:#692105;
 padding-left:5px;
}
#menu
{
   width: 100%;
   height: 107px;
   background: url('../images/shadow.png') no-repeat top center;
   margin-top: -50px;
   position:absolute;
}
p.head-2
{
	background-image: url(../images/head-arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 2px 5px;
	font-size: 15px;
}
/* contact form */
.form-left {
width: 305px;
height: auto;
float: left;
margin-top: 20px;
}
.form-left ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}
.form-left ul li {
color: #692105;
font-family: "Arial";
font-size: 12px;
line-height: 30px;
background: none;
border-bottom: none;
}
.c-input {
width: 281px;
height: 40px;
border: 1px solid #f6e5d2;;
color: #72685d;
padding-left: 7px;
outline: none;
}
.c-message {
width: 281px;
height: 124px;
border: 1px solid #f6e5d2;
resize: none;
color: #72685d;
font-family: "Arial";
padding-left: 7px;
outline: none;
padding-top: 5px;
margin-top: 8px;
}
.c-submit {
width: 100px;
height: 40px;
border-radius: 3px;
background: url(../images/menu-hover.png) repeat-x;
color: #fff;
font-size: 17px;
font-family: 'Conv_Franklin_Gothic_Medium';
position: absolute;
text-transform: uppercase;
}