﻿/* CSS Document */
body {
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
	color:#525252;
	font-family:Helvetica;
	font-size:12px;
	background:url(../images/main-bg.png) center top;
	
}
/***********************Fancy fonts css start here********************************/
@font-face {
    font-family: 'DINLightAlternateRegular';
    src: url('../fonts/ff_din_light_alternate-webfont.eot');
    src: url('../fonts/ff_din_light_alternate-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ff_din_light_alternate-webfont.woff') format('woff'),
         url('../fonts/ff_din_light_alternate-webfont.ttf') format('truetype'),
         url('../fonts/ff_din_light_alternate-webfont.svg#DINLightAlternateRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'DINLightRegular';
    src: url('../fonts/ff_din_light-webfont.eot');
    src: url('../fonts/ff_din_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ff_din_light-webfont.woff') format('woff'),
         url('../fonts/ff_din_light-webfont.ttf') format('truetype'),
         url('../fonts/ff_din_light-webfont.svg#DINLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'DINCondBold';
    src: url('../fonts/ff_din_condensed_bold-webfont.eot');
    src: url('../fonts/ff_din_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ff_din_condensed_bold-webfont.woff') format('woff'),
         url('../fonts/ff_din_condensed_bold-webfont.ttf') format('truetype'),
         url('../fonts/ff_din_condensed_bold-webfont.svg#DINCondBold') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'BritannicBoldRegular';
    src: url('../fonts/britanic-webfont.eot');
    src: url('../fonts/britanic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/britanic-webfont.woff') format('woff'),
         url('../fonts/britanic-webfont.ttf') format('truetype'),
         url('../fonts/britanic-webfont.svg#BritannicBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'HelveticaLTStdRegular';
    src: url('../fonts/helveticaltstd-roman-webfont.eot');
    src: url('../fonts/helveticaltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaltstd-roman-webfont.woff') format('woff'),
         url('../fonts/helveticaltstd-roman-webfont.ttf') format('truetype'),
         url('../fonts/helveticaltstd-roman-webfont.svg#HelveticaLTStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'HelveticaCondensedBold';
    src: url('../fonts/helvetica_neue_condensed_bold-webfont.eot');
    src: url('../fonts/helvetica_neue_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_neue_condensed_bold-webfont.woff') format('woff'),
         url('../fonts/helvetica_neue_condensed_bold-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_neue_condensed_bold-webfont.svg#HelveticaCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'HelveticaNarrow';
    src: url('../fonts/helvetica_neue_condensed_bold-webfont.eot');
    src: url('../fonts/helvetica_neue_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_neue_condensed_bold-webfont.woff') format('woff'),
         url('../fonts/helvetica_neue_condensed_bold-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_neue_condensed_bold-webfont.svg#helr47w') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'HelveticaCondensedThin';
    src: url('../fonts/helvetica_neue_condensed_bold-webfont.eot');
    src: url('../fonts/helvetica_neue_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_neue_condensed_bold-webfont.woff') format('woff'),
         url('../fonts/helvetica_neue_condensed_bold-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_neue_condensed_bold-webfont.svg#HelveticaCondensedThin') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'HelveticaInseratLTStd-Roman';
    src: url('../fonts/helvetica_neue_condensed_bold-webfont.eot');
    src: url('../fonts/helvetica_neue_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_neue_condensed_bold-webfont.woff') format('woff'),
         url('../fonts/helvetica_neue_condensed_bold-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_neue_condensed_bold-webfont.svg#HelveticaInseratLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
	}
/***********************Fancy fonts css close here********************************/

/***********************General start********************************/

p {
	margin:0px 0px 5px 0px;
	font-size:12px;
	line-height:18px;
	font-family:Helvetica;
	/*font-family:"Myriad Pro" tahoma;*/
}

p a{
	margin:0px 0px 0px 0px;
	font-size:12px;
	line-height:21px;
	font-family:Helvetica;
	text-decoration:underline;
	color:#f99a00;
	/*font-family:"Myriad Pro" tahoma;*/
}

/* RESET ELEMENTS */
h1,h2,h3,h4,h5,h6{
	margin:0; padding:0;
}
dl, dt {
margin:0; padding:0;

}

dl, li {
margin:0; padding:0;

}

.clear{
    border: medium none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
}
.wrapper{
	clear:both;
	width:auto;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
h2{
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	font-size:18px;
	line-height:21px;
	font-family:'HelveticaCondensedThin';
	color:#4c4c4c;
	/*font-family:"Myriad Pro" tahoma;*/
}
h2 a{
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	font-size:18px;
	line-height:21px;
	font-family:'HelveticaCondensedThin';
	color:#4c4c4c;
	/*font-family:"Myriad Pro" tahoma;*/
	text-decoration:none;
}
h2 a:hover{
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	font-size:18px;
	line-height:21px;
	font-family:'HelveticaCondensedThin';
	color:#4c4c4c;
	/*font-family:"Myriad Pro" tahoma;*/
	text-decoration:underline;
}
/**********************Home page start here***************************/

/*===== Header start here =====*/
.header-wrapper{
	width:100%;
	height:206px;
	margin:0px auto 15px auto;
	padding:0px 0px 0px 0px;
	background:url(../images/top-header-line.png) center bottom repeat-x ;
}
/*===== Header top links & searching start here =====*/
.top-link-wrapper{
	width:100%;
	height:49px;
	background:url(../images/top-header-line.png) center bottom repeat-x ;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
.top-link-wrapper-container{
	width:990px;
	height:32px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
.top-left-links {
	width:370px;
	height:24px;
	float:right;
	text-align:left;
	vertical-align:middle;
	margin:16px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.top-left-links ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	white-space: nowrap;
	}
.top-left-links li{
	display: inline;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	padding:0px 0px 0px 0px;
	text-align:left;
	}
.top-left-links a { 
	padding:0px 5px 0px 5px;
	margin:0px 0px 0px 0px;
	color:#4b453b;
	text-decoration: none; 
	}
.top-left-links a:hover{
	color:#4b453b;
	text-decoration: underline;
	}
.textbold{
	font-family:Helvetica;
	font-weight:normal;
	font-size:11px;
	color:#4b453b;	
}
.social-media-container {
	width:116px;
	height:26px;
	float:right;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}
.social-media-icon{
	width:26px;
	height:26px;
	float:right;
	padding:0px 0px 0px 0px;
	margin:0px 12px 0px 0px;
}
/*===== Header top links & searching start here =====*/
/*===== Header Logo & google adds start here =====*/
.header-wrapper-container{
	width:985px;
	height:152px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
.header-logo{
	width:250px;
	height:115px;
	margin:17px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
.header-google-add{
	width:700px;
	height:100px;
	margin:21px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	border:5px solid #ffffff;
}
/*===== Header Logo & google adds close here =====*/
/*===== top header close here =====*/
.top-menu-wrapper{
	width:100%;
	height:42px;
	background:url(../images/menu_bg.png) center top repeat-x;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	position:absolute;
}

/*===== Big header Container start here =====*/
.big-banner-wrapper{
	width:100%;
	height:348px;
	margin:0px auto 10px auto;
	padding:0px 0px 0px 0px;
}
.big-banner-main-container{
	width:990px;
	/*height:342px;*/
	height:348px;
	margin:0px auto 20px auto;
	padding:0px 0px 0px 0px;
}
.big-banner-left-menu {
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	width:220px;
	float:left;
	}
.big-banner-left-menu ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:disc inside;
	color:#ababab;
	}
	
.big-banner-left-menu li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:12px;
	line-height:24px;
	border-bottom:1px dashed #4b453b;
	list-style:none;
}
.big-banner-left-menu li a{
	color:#342f26;
	text-decoration:none;
	display:block;
	padding-left:32px;
}
.big-banner-left-menu li a:hover{
	color:#19b4dd;
	font-weight:bold;
	text-decoration:none;
}
.big-banner-left-menu li a.active{
	color:#19b4dd;
	font-weight:bold;
	text-decoration:none;
}
.home-icon{
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	background:url(../images/home-icon.png) left top no-repeat;
	background-position:0px 0px;
}
.food-dining-icon{
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	background:url(../images/food-dining-icon.png) left top no-repeat;
	background-position:0px 0px;
}
.movies-icon{
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	background:url(../images/movies-icon.png) left top no-repeat;
	background-position:0px 0px;
}
.music-icon{
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	background:url(../images/music-icon.png) left top no-repeat;
	background-position:0px 0px;
}
.books-icon{
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	background:url(../images/books-icon.png) left top no-repeat;
	background-position:0px 0px;
}
.youth-icon{
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	background:url(../images/youth-icon.png) left top no-repeat;
	background-position:0px 2px;
}
.events-icon{
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	background:url(../images/events-icon.png) left top no-repeat;
	background-position:0px 0px;
}
.fashion-icon{
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	background:url(../images/fashion-icon.png) left top no-repeat;
	background-position:0px 0px;
}
.jobs-icon{
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	background:url(../images/jobs-icon.png) left top no-repeat;
	background-position:0px 2px;
}
.promotions-icon{
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	background:url(../images/promotions-icon.png) left top no-repeat;
	background-position:0px 1px;
}
.Galleries-icon{
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	background:url(../images/Galleries-icon.png) left top no-repeat;
	background-position:0px 2px;
}
.contactus-icon{
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	background:url(../images/contactus-icon.png) left top no-repeat;
	background-position:0px 1px;
}
.big-banner-mid-wrapper{
	width:489px;
	height:336px;
	margin:0px auto 0px auto;
	padding:5px 5px 5px 5px;
	float:left;
	background:#ffffff;
	border:1px solid #dddddd;
}
#galleria{
	width:489px;
	height:336px;
	margin:0px auto 0 auto;
	background:#fff;
	}
.galleria-container{height:100%;position:relative;overflow:hidden;-moz-box-shadow:0 0 4px rgba(0,0,0,.1);-webkit-box-shadow:0 0 4px rgba(0,0,0,.1);}
.galleria-stage{bottom:0px;top:0px;right:0px;left:0px;position:absolute;overflow:hidden;}
.galleria-thumbnails-container{height:30px;width:98%;bottom:5px;position:absolute;left:0;z-index:2;}
.galleria-thumbnails-list{text-align:center;}
.galleria-thumbnails .galleria-image{display:inline-block;zoom:1; *display: inline;width:20px;height:20px;background:url(../images/nav.png) no-repeat 0px 0;margin-right:5px;cursor:pointer; float:right;}
.galleria-thumbnails .active .img{}
.galleria-counter{font:normal 11px/18px arial,sans-serif;z-index:2;color:#444;margin-top:6px;margin-right:12px;float:left;}
.galleria-counter span{color:#888;}
.galleria-thumbnails .galleria-image:hover{opacity:1!important;}
.galleria-loader{background:#fff url(../images/loader.gif) no-repeat 50% 50%;width:100%;height:100%;position:absolute;top:0;left:0;opacity:.3;z-index:3;display:none;}
.galleria-info{color:#666;z-index:3;text-align:center;font:italic 14px/1.4 georgia,serif;padding-top:10px;}
.galleria-counter{display:none;}
.galleria-info-close,
.galleria-info-link{display:none;}
.galleria-image-nav{position:absolute;height:100%;width:100%;left:0;top:0;}
.galleria-image-nav-left,
.galleria-image-nav-right{opacity:.4;cursor:pointer;width:50%;height:100%;position:absolute;background:url(l.png) no-repeat 7% 50%;z-index:2; display:none;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40);}
.galleria-image-nav-right{left:auto;right:0;background:url(r.png) no-repeat 93% 50%;z-index:2; display:none;}
.galleria-image-nav-left:hover,
.galleria-image-nav-right:hover{opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100);}
	
	
	
.big-banner-right-wrapper{
	width:240px;
	height:338px;
	margin:0px auto 0px auto;
	padding:4px 4px 4px 4px;
	float:right;
	background:url(../images/banner-classifieds-bg.png) center top repeat;
	border:1px solid #dddddd;
}
.home-classifieds-header{
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	width:238px;
	height:48px;
	border:1px solid #d27d00;
	background:url(../images/classifieds-header-bg.png) center top repeat-x;
}
.home-classifieds-header h1{
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 10px;
	font-family:'HelveticaCondensedBold';
	font-size:23px;
	color:#ffffff;
	font-weight:normal;
}
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:240px; margin:0px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:240px; height:282px; padding:0px; border:0px solid #ccc; background:#ffffff}
#information {position:absolute; bottom:0; width:240px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px; font-family:'DINLightAlternateRegular';}
#information p {padding:0 8px 8px}
#image {width:240px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat; display:none;}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat; display:none;}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40); display:none;}
.linkhover {background:url(images/link.gif) center center no-repeat; display:none;}
#thumbnails {margin-top:15px ; display:none;}
#slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
/*===== Big header Container close here =====*/

/*===== Home Search Container start here =====*/
.home-search-wrapper{
	width:970px;
	height:42px;
	margin:0px auto 10px auto;
	padding:9px 9px 9px 9px;
	background:#fff;
	border:1px solid #dddddd;
}
.home-search-left-textbox{
	width:393px;
	height:18px;
	margin:0px 11px 0px 0px;
	padding:10px 4px 10px 4px;
	background:#f6f6f6;
	border:1px solid #dddddd;
	float:left;
}
.home-seach-inputbox{
	width:393px;
	height:18px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:transparent;
	border:0px solid #dddddd;
}
.search-button{
	margin:0px 0px 0px 0px;
	padding:7px 7px 7px 7px;
	color:#ffffff;
 	font-family:"DINLightAlternateRegular";
	font-size:18px;
	background:url(../images/search-but-bg.png) center top repeat-x;
	border:1px solid #d27d00;
	font-weight:bold;
	width:140px;
	cursor:pointer;
}

/*===== Home Search Container close here =====*/


/*===== Home Container start here =====*/
.body-wrapper{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:100%;
}
.body-container{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:990px;
}
.body-left-container{
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	width:220px;
	float:left;
}
.latest-news-feeds-container{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	width:220px;
	background:#fff;
	border:1px solid #dedede;
}
.latest-feed-header{
	margin:0px 0px0px 0px;
	padding:0px 0px 0px 0px;
	width:218px;
	height:40px;
	border:1px solid #d27d00;
	background:url(../images/search-but-bg.png) center top repeat-x;
}
.latest-feed-header h1{
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 10px;
	font-family:'HelveticaCondensedBold';
	font-size:20px;
	color:#ffffff;
	text-transform:uppercase;
}

.latest-feed-container {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
.latest-feed-container ul{
	margin:0px 10px 0px 0px;
	padding:5px 0px 5px 0px;
	list-style:disc inside;
	color:#292929;
	}
	
.latest-feed-container li {
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 10px;
	font-size:12px;
	line-height:22px;
	list-style:none;
	color:#292929;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/feed-list-arrow.png) left top no-repeat;
	background-position:0px 7px;
}
.latest-feed-container li a{
	color:#292929;
	text-decoration:none;
}
.left-adds-container{
	margin:0px 0px 10px 0px;
	padding:4px 4px 4px 4px;
	width:212px;
	background:#fff;
	border:1px solid #dedede;
	overflow-x: hidden;
}
.left-social-container{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	width:220px;
}
.body-mid-container{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:499px;
	float:left;
}
.page-header{
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	width:499px;
	height:40px;
	border:1px solid #00789a;
	background:url(../images/page-heading-bg.png) center top repeat-x;
}
.page-header h1{
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 10px;
	font-family:'HelveticaCondensedBold';
	font-size:20px;
	color:#ffffff;
	text-transform:uppercase;
}
.contant-container{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	width:499px;
	background:#fff;
	border:1px solid #dedede;
}
.home-contant-container{
	margin:10px auto 0px auto;
	padding:0px 0px 10px 0px;
	width:479px;
	border-bottom:1px dashed #dedede;
}
.home-contant-img{
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	width:105px;
	height:105px;
	border:3px solid #12b1dd;
	float:left;
}
.bot-contant-container{
	margin:0px 0px 0px 0px;
	padding:13px 10px 13px 10px;
	width:479px;
	background:#f7f7f7;
	height:28px;
	border-top:1px solid #dedede;
}
.read-more-but{
	margin:0px 0px 0px 0px;
	padding:3px 8px 3px 8px;
	color:#ffffff;
 	font-family:"DINLightAlternateRegular";
	font-size:12px;
	background:url(../images/search-but-bg.png) center top repeat-x;
	border:1px solid #d27d00;
	text-shadow:1px 1px 1px #464646;
	font-weight:bold;
	height:28px;
	cursor:pointer;
}
.home-contant{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:355px;
	float:left;
}
.body-right-container{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:250px;
	float:right;
}
.right-adds-container{
	margin:0px 0px 10px 0px;
	padding:4px 4px 4px 4px;
	width:240px;
	background:#fff;
	border:1px solid #dedede;
	overflow-x: hidden;
}
/*===== Home Container close here =====*/

/*===== Our Partner $ Video start here =====*/
.our-partner-video-wrapper{
	width:100%;
	height:288px;
	background:url(../images/our_partner_video_bg.png) repeat-x center top;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
.our-partner-video-container {
	width:985px;
	height:268px;
	margin:0px auto 0px auto;
	padding:10px 0px 10px 0px;
}
.our-partner-container {
	width:650px;
	height:250px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	float:left;
}
.our-partner-heading{
	background:url(../images/our_partners_h1_line.png) repeat-x bottom;
	margin:3px auto 10px auto;
	padding:0px 0px 0px 0px;
	height:32px;
	width:650px;
}
.our-partner-heading h1{
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	color:#4f2800;
	font-family:'HelveticaCondensedBold';
	font-size:20px;
	text-transform:uppercase;
	width:300px;
	display:block;
	height:28px;
	float:left;
	text-shadow:1px 1px 0px #ffffff;
}
.our-partner-heading .right{
	margin:3px auto 0px auto;
	padding:0px 0px 0px 0px;
	float:right;
	width:200px;
	height:30px;
}
.left-arrow{
	margin:0px 0px 0px 4px;
	padding:0px 0px 0px 0px;
	float:right;
	width:14px;
	height:13px;
}
.our-partner-logo-container {
	width:650px;
	height:250px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
.latest-video-container {
	width:310px;
	height:250px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	float:right;
}
.latest-video-heading{
	background:url(../images/our_partners_h1_line.png) repeat-x bottom;
	margin:3px auto 10px auto;
	padding:0px 0px 0px 0px;
	height:32px;
	width:310px;

}
.latest-video-heading h1{
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	color:#4f2800;
	font-family:'HelveticaCondensedBold';
	font-size:20px;
	text-transform:uppercase;
	width:150px;
	display:block;
	height:28px;
	float:left;
	text-shadow:1px 1px 0px #ffffff;
}
.latest-video-heading .right{
	margin:3px auto 0px auto;
	padding:0px 0px 0px 0px;
	float:right;
	width:140px;
	height:30px;
}
.video-container{
	width:298px; 
	height:198px;  
	padding:6px 6px 6px 6px;
	margin:0px auto 0px auto;
	background:#140a06;
	border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px;	
	-webkit-border-radius: 5px 5px 5px 5px;
}
/*===== Our Partner $ Video close here =====*/

/*===== footer start here =====*/
.footer-wrapper{
	background:url(../images/footer-bg.png) center bottom repeat-x ;
	width:100%;
	height:242px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	border-top:1px solid #100704;
}
.footer-wrapper-child{
	width:100%;
	height:217px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
.footer-container {
	width:985px;
	height:210px;
	margin:0px auto 0px auto;
	padding:15px 0px 0px 0px;
}
.footer-add-container{
	width:750px;
	height:100px;
	margin:25px auto 0px auto;
	padding:0px 0px 0px 0px;
	border:5px solid #ffffff;
}
.footer-copyright-container {
	width:900px;
	margin:0px auto 0px auto;
	padding:14px 0px 0px 0px;
}
.footer-copyright-container .all-link{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	line-height:20px;
}
.footer-copyright-container .all-link a{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	margin:0px auto 0px auto;
	padding:14px 0px 0px 0px;
	text-transform:uppercase;
	text-align:center;
}
.footer-copyright-container .all-link a:hover{
	color:#ffffff;
	text-decoration:none;
}

/*===== footer close here =====*/

/*===== Inner Pages Search Container start here =====*/
.inner-search-wrapper{
	width:481px;
	height:42px;
	margin:0px auto 10px auto;
	padding:9px 9px 9px 9px;
	background:#fff;
	border:1px solid #dddddd;
}
.inner-search-left-textbox{
	/*width:350px;*/
	width:380px;
	height:18px;
	margin:0px 11px 0px 0px;
	padding:10px 4px 10px 4px;
	background:#f6f6f6;
	border:1px solid #dddddd;
	float:left;
}
.inner-seach-inputbox{
	width:182px;
	height:18px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:transparent;
	border:0px solid #dddddd;
}
.inner-search-button{
	margin:0px 0px 0px 0px;
	padding:7px 7px 7px 7px;
	color:#ffffff;
 	font-family:"DINLightAlternateRegular";
	font-size:18px;
	background:url(../images/search-but-bg.png) center top repeat-x;
	border:1px solid #d27d00;
	font-weight:bold;
	width:72px;
	cursor:pointer;
}

/*===== Inner Pages Search Container close here =====*/
.inner-but-container{
	margin:0px 0px 0px 0px;
	padding:2px 10px 2px 10px;
	width:200px;
	height:28px;
	float:right;
}
.featured-header{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	width:497px;
	height:40px;
	border:1px solid #7eac00;
	background:url(../images/Featured-heading-bg.png) center top repeat-x;
}
.featured-header h1{
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 10px;
	font-family:'HelveticaCondensedBold';
	font-size:20px;
	color:#ffffff;
	text-transform:uppercase;
	float:left;
	width:300px;
}
.featured-header-arrow-container{
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 10px;
	width:100px;
	float:right;
}
.featured-left-arrow{
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	width:24px;
	height:24px;
	float:right;
}
.featured-contant-img{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:150px;
	height:180px;
	border:2px solid #dddddd;
}
/*===== Register to be a Member page start here =====*/
.register-label{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#110903;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.register-textbox{
	width:469px;
	height:18px;
	margin:0px 0px 0px 0px;
	padding:10px 4px 10px 4px;
	background:#f6f6f6;
	border:1px solid #dddddd;
	float:left;
}
.register-inputbox{
	width:469px;
	height:18px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:transparent;
	border:0px solid #dddddd;
	color:#525252;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.textaria-box{
	width:469px;
	height:120px;
	margin:0px 0px 0px 0px;
	padding:10px 4px 10px 4px;
	background:#f6f6f6;
	border:1px solid #dddddd;
	float:left;
}
.textaria-inputbox{
	width:469px;
	height:120px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:transparent;
	border:0px solid #dddddd;
	color:#525252;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.validator{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#ff0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.validator-space{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
}
.register-small-text{
	margin:0px 0px 0px 0px;
	padding:3px 0px 0px 5px;
	color:#525252;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.register-small-text a{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#0677d3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}
.register-small-text a:hover{
	text-decoration:none;
}
.contact-us-top-space
{
    margin-top:-358px;
}

/*===== Register to be a Member page close here =====*/

