﻿body {
   margin: 0;
   padding: 0;
   background-color: #FFFFFF;
   font-family: Arial, Verdana, Sans-Serif;
   text-align: center;
}

a {
   color: Blue;
}
a:visited {
   color: #9C2F8A;
}
a:hover {
   color: #9C2F8A;
}
a img {
	border: none;
}
#wrapper {
   position: relative;
   text-align: left;
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
}
#header {
   text-align: left;
   height:100px;
   /*background-image: url('../Images/Graphics/Aero-Model-Logo.png');*/
   background-repeat:no-repeat;
   width:100%;
   position:relative;
}

#header .col1
{
	float: left;
    height: 100%;
    width: 212px;
   position:relative;
    
}
#header .col2
{
    float: left;
    width:780px;
    height:100%;
   position:relative;
    
}



#header .col2 .row1
{
	height:65px;
	width:100%;
   position:relative;
	
}

#header .col2 .row1 .phone-number
{
    padding-left: 70px;
    padding-top: 33px;
   position:relative;
    
}

#header .col2 .row2
{
	width:100%;
	height:25px;
   position:relative;
	
}

.header {
   text-align: left;
}
.RegPrice {
    font-weight: bold;
    font-size: 1.0em;
    color: Black
}
.YourPrice {
    font-weight:bold;
    font-size: 1.4em;
    color: #990000;
}

/* Added by Kam 9/12/2011
* This will hold the CSS for the new layout on the default page
* 
* 
*/

#main-logo
{
	width:280px;
	position:absolute;
}

#main-phone-number
{
	width:200px;
	position:absolute;
	left:277px;
}


#footer-area
{
	float:left;
}

#content-area
{
    background-image: url("../Images/DefaultPage/Homepage_bg.jpg");
    background-position: left top;
    background-repeat: no-repeat;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    height: auto;
    min-height: 510px;
	behavior: url(./CSS/PIE.htc);
	width:100%;
}

.banner-container
{
	padding-left:45px;
	padding-top:58px;
	height:100%;
	overflow:hidden;
}

.banner-container .col1
{
	width:277px;
	float:left;
	height: 100%;
}

.banner-container .col2
{
	width:330px;
	float:left;
	padding-left:16px;
	height: 100%;
}

.banner-container .col3
{
	width:277px;
	float:left;
	margin-left:16px;
	height: 100%;
}

.banner-container .col1 .banner
{
	padding-bottom:12px;
	position:relative;
}
.banner-container .col3 .banner
{
	padding-bottom:12px;
	position:relative;
}

.banner-container .banner
{
	padding-bottom:16px;
	position:relative;
	top: 0px;
	left: 0px;
}

.banner-container .banner .banner-text
{
        left: 9px;
    position: absolute;
    top: 36px;
}

#pre-load-pics
{
	visibility:hidden;
	height:0px;
}

/* NEW NAV BAR*/

    #nav {
	    float: left;
    font-size: 9px;
    font-weight: bold;
    height: 26px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    top: -46px;
    width: 787px;
	z-index:10;
    
    }
		#nav li {
		display:inline;
		padding:0;
		margin:0;
    }
    	#nav li a:hover
	{
		background: url("../Images/SiteImages/nav-bg-hov.png") repeat-x scroll left bottom #FFFFFF;
	}
	
	#nav .active
	{
		background: url("../Images/SiteImages/nav-bg-hov.png") repeat-x scroll left bottom #FFFFFF;
		height: 26px;
	}
    
	#nav li a
	{
		background: url("../Images/SiteImages/nav-bg.png") repeat-x scroll left bottom #FFFFFF;
		-webkit-border-radius: 3px 3px 0 0;
		-moz-border-radius:3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		color: #FFFFFF;
		display: block;
		float: left;
		height: 25px;
		line-height: 3em;
		margin-left: 2px;
		text-align: center;
		text-decoration: none;
		width: 80px;
		behavior: url(./CSS/PIE.htc);
	} 

	
	#home-link-div
	{
		height: 68px;
		left: 4px;
		position: absolute;
		top: 21px;
		width: 268px;
	}


/*  ##################################  */
/*  #####  Top Navigation Links  #####  */

.top-header
{
    
       min-height: 20px;
    margin: 13px 0;
    width: 100%;
}
.cart-login
{
	height: 20px;
    margin: 0 0 5px;
    width: 456px;
    position:relative;
    float:right;
    top:-20px;
}


    #nav2 {
        float: left;
    font-size: 9px;
    font-weight: bold;
    height: 46px;
    left: 117px;
    position: relative;
    text-transform: uppercase;
    top: -26px;
    width: 339px;
    width:auto;
	z-index:0;

    }
		#nav2 li {
		display:inline;
		padding:0;
		margin:0;
    }
    	#nav2 li a:hover
	{
		background: url("../Images/SiteImages/big-nav-bg-hov.png") repeat-x scroll left bottom #FFFFFF;
	}
	
	#nav2 .active
	{
		background: url("../Images/SiteImages/big-nav-bg-hov.png") repeat-x scroll left bottom #FFFFFF;
		height: 47px;
		position: relative;
		top: -3px;
	}
    
	#nav2 li a
	{
		background: url("../Images/SiteImages/big-nav-bg.png") repeat-x scroll left bottom #FFFFFF;
		-webkit-border-radius: 3px 3px 0 0;
		-moz-border-radius:3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		color: #FFFFFF;
		display: block;
		float: left;
		height: 46px;
		line-height: 3em;
		margin-left: 2px;
		text-align: center;
		text-decoration: none;
		width: 80px;
		behavior: url(./CSS/PIE.htc);
	} 

/********  SMALL SHOPPING CART IN HEADER  ********/
	.shopping-cart-header
	{
		font-size: 10px;
		left: 480px;
		padding: 0 15px;
		position: relative;
		top: -20px;
		width: 257px;
	}

   .simple-cart 
   {
   	float:right;
   	margin:0;
    }
    
	.simple-cart li {
		display: inline;
		margin: 0;
		padding-right: 12px;
    }
    
    .simple-cart li a:hover
	{
	}
	
	.simple-cart .active
	{

	}
    
	.simple-cart li a
	{
		/*display: block;*/
		/*float: left;*/
		color:Red;
	}  
	
	/* Empty Simple Cart  */
	.simple-cart-empty 
	{
		margin:0px;
	}
	
	.simple-cart-empty li {
		display: inline;
		margin: 0;
		padding-right:12px;
	}
	
	.simple-cart-empty li a:hover
	{
		
	}
	
	.simple-cart-empty .active
	{

	}
    
	.simple-cart-empty li a
	{
		display: block;
		float: left;
	}  
	
	/*  Top Login */
	.top-login
	{
		float:right;
		margin-right: 55px;
	}
	
	.top-login a
	{
		font-size:14px;
		color:Red;
	}

/*  ##################################  */
/*  #######    Default Page    #######  */
#default {
   position: relative;
   background-image: url(../Images/DefaultPage/Homepage_bg.jpg);
   background-repeat: no-repeat;
   background-position: top left;
   
}



/*  ################################  */
/*  #######   Main Content   #######  */
.simple-master-content
{
	position: relative;
   background-image: url(../Images/SiteImages/masterbackground.png);
   background-repeat: no-repeat;
   background-position: top left;	
	width: 1000px;	
	float:left;
}

#content {
   position: relative;
   background-image: url(../Images/Graphics/masterbackground.jpg);
   background-repeat: no-repeat;
   background-position: top left;
   float:left;
   
}
#maincontent {
   width: 1000px;
   text-align: left; 
}
#maincontentleft {
   border: 0;
   margin: 0;
   padding: 0px 0 0 20px;
}
#breadcrumbs {
   border: 0;
   margin: 0;
   padding: 43px 0 10px 3px;
}
#maincontentcenter {
   border: 0;
   margin: 0;
   padding: 0 0 0 3px;
}
#maincontentright {
   border: 0;
   margin: 0;
   padding: 0px 0 0 3px;
}

/*  ###############################  */
/*  #####    User Controls    #####  */
.pager {
   text-align: center;
}
.whatsnewtab {
   width: 168px;
   text-align: center;
   border-left: solid 1px #D6D6D6;
   border-right: solid 1px #D6D6D6;
   border-top: 0;
   border-bottom: 0;
   margin: 0;
   padding: 0;
   background-color: #F4F4F4;
   font: bold 10pt Arial;
   line-height: 150%;
}
.whatsnewsaleprice {
   font-size: 11pt;
}
.manufacturerstab {
   border-left: solid 1px #D6D6D6;
   border-right: solid 1px #D6D6D6;
   background-color: #F4F4F4;
   text-align: center;  
}
#specialstab {
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}
.specialstab {
   width: 170px;
   text-align: center;
   border-left: solid 1px #D6D6D6;
   border-right: solid 1px #D6D6D6;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0;
   margin-bottom: 0;
   padding: 0;
   background-color: #F4F4F4;
   font: bold 10pt Arial;
   line-height: 150%;
   overflow: hidden;
}
div.specialstab.PagerAlign {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.spectabimage {
   margin-bottom: 5px;
   border: 0;
   width: 150px;
}
.spectabregprice {
   color: #808080;
   text-decoration: line-through;
}
.spectabsaleprice {
   color: Red;
   font-size: 11pt;
}
#moreinfotab {
}
.moreinfotab {
   border-left: solid 1px #D6D6D6;
   border-right: solid 1px #D6D6D6;
   padding: 15px 0 10px 25px;
   background-color: #F4F4F4;
   font-size: 9pt;
   font-weight: bold;
   line-height: 1.25em;
   text-align: left;
}
.moreinfolist {
   list-style-type: none;
}
a.moreinfolist:link {
   color: #2E72AF;
}
a.moreinfolist:visited {
   color: #2E72AF;
}
a.moreinfolist:hover {
   color: Red;
}
.contactustab {
   border-left: solid 1px #D6D6D6;
   border-right: solid 1px #D6D6D6;
   margin: 0;
   padding: 10px 0 5px 0;
   text-align: center;
   background-color: #F4F4F4;
}
.contactusaddr {
	padding-left: 35px;
   text-align: left;
   font: normal bold 0.70em Arial;
   margin-top: 5px;
   margin-bottom: 0;
}
.contactusphone {
   margin-top: 5px;
   color: #A50119;
   font-size: 14pt;
   font-weight: bolder;
}
.NewsTitles {
    font-size: 0.8em;
    font-weight: bold;
	color: #FFFFFF;
}
.NewsTitles a {
	color: #FFFFFF;
	text-decoration: none;
}
.NewsTitles a:hover {
    text-decoration: none;
	color: #FFFFFF;
}
.NewsAero a:hover {
    text-decoration: none;
}

/*  ############################  */
/*  #####  Aircraft Pages  #####  */
#AircraftDrillDown {
   width: 580px;
   margin-left: auto;
   margin-right: auto;
}
.NoBorder {
	border: 0;
}
.AircraftImages img {
   width: 100px;
   height: 100px;
}
.AircraftHeader {
   margin-bottom: 25px;
}
.AircraftLinks a {
   font-weight: bold;
   color: #363636;
}
.AircraftLinks a:visited {
   font-weight: bold;
   color: #363636;
}
.AircraftLinks a:hover {
   font-weight: bold;
   color: Red;
}
.AircraftLinks img {
   margin-bottom: 30px;
}
#AircraftDetails {
   width: 600px;
}
.AirDetailTitle {
   font-weight: bold;
}
.AircraftDetailImg {
   width: 155px;
   padding: 10px 10px 0 0;
}
.AircraftDetailIcon {
   width: 50px;
   height: 100px;
   vertical-align: top;
}
.AircraftDetailSpecs {
   width: 250px;
   height: 100px;
   font-size: 8pt;
}
.AircraftDetailPricing {
   width: 150px;
   height: 100px;
   vertical-align: top;
}
.AircraftComboSpecs {
   width: 300px;
   font-size: 8pt;
   vertical-align: top;
}
.AircraftComboPricing {
   width: 150px;
   vertical-align: top;
   font-size: 9pt;
   font-weight: bold;
}


.AircraftComboPricing .pricing {
    margin-bottom: 33px;
}
.AircraftComboPricing .options {
    background-color: #CFD7E2;
    padding: 20px 5px 20px 10px;
    border-radius: 10px;
    behavior: url(./CSS/PIE.htc);
}
.AircraftComboPricing .options .color {
    margin-bottom: 8px;
}
.AircraftComboPricing .options .qty {
    margin-bottom: 10px;
}
.AircraftComboPricing .options .add-cart {
}


.AircraftParts {
   width: 425px;
   font-size: 8pt;
}

/*  ###############################  */
/*  #####    Motors Pages     #####  */

/*  ###############################  */
/*  #####      ESC Pages      #####  */

/*  ###############################  */
/*  #####   Batteries Pages   #####  */

/*  ###############################  */
/*  #####      Combo pages    #####  */

/*  ###############################  */
/*  #####  Accessories Pages  #####  */
.AccMenuCell {
   vertical-align:top;
   text-align:left;
}
.AccMenuTitle {
   list-style-type: none;
   margin-left: -15px;
   color: #6701e1;
   font: bold 10pt Arial;
}
.AccMenuItem {
   list-style-image: url(../Images/Graphics/arrow_btn.jpg);
   font: bold 8pt Arial;
}

.MiscHeader {
	width: 600px;
	margin-bottom: 15px;
	padding: 3px 0;
	text-align: center;
	background-color: #930010;
	border: solid 1px Black;
	color: White;
}

/*  ################################  */
/*  #######   Login Page    ########  */
.Login {
	text-align: center;
	font: bold 12pt Arial;
}
.LoginHeader {
	width: 598px;
	margin-bottom: 15px;
	padding: 3px 0;
	text-align: center;
	background-color: #4D134E;
	border: solid 1px Black;
	color: White;
}
. LoginPrompt {
	font: Bold 14pt Arial;
	color: Black;
}
/*  ################################  */
/*  #######   Search Page   ########  */

/*  ################################  */
/*  #######   Apparel Page  ########  */
#ApparelImage {
	width: 200px;
	height: 200px;
}
#ApparelName {
	font: bold 12pt Arial;
	color: #6701e1;
	margin-bottom: 5px;
}
#ApparelDesc {
	font: normal 9pt Arial;
	margin-bottom: 15px;
}
#ApparelEmblem {
	text-align: center;
}
#ApparelPricing {
	font: bold 9pt Arial;
	vertical-align: top;
}

/*  ################################  */
/*  #######   Videos Page   ########  */
.VideoTitles {
	font: bold 10pt Arial;
}
.VideoUrls {
	font: bold 10pt Arial;
}

/*  ################################  */
/*  #######     AboutUs     ########  */
#AboutUs {
}
#AboutUsHeader {
	width: 500px;
	padding: 15px 0;
	text-align: center;
}
#AboutUsCopy {
	width: 500px;
	text-align: justify;
	font: normal 500 9pt Arial;
}
#AboutUsPhoto {
}

/*  ################################  */
/*  #######    Team Page    ########  */
.MemberList {
	font: Bold 0.7em Arial;
	color: White;
	display: inline;
	position: relative;
	z-index: 1000;
}
.MemberName {
	font: Bold Italic 11pt Arial;
	color: #FEB01D;
}
.MemberTitles {
	font: Bold 10pt Arial;
	color: White ;
}
.MemberInfo {
	font: Normal 0.7em/1.1em Arial;
	text-align:justify;
	color: White;
}
a.MemberList {
   color: White;
   text-decoration: none;
}
a:visited.MemberList {
   color: White;
   text-decoration: None;
}
a:hover.MemberList {
   color: #FEB01D;
   text-decoration: underline;
}
/*  ################################  */
/*  #######    News page    ########  */
.NewsPhotoItem {
	width: 185px;
	float: left;
	padding-right: 15px;
}
.NewsPhotoAlt {
	width: 185px;
	float: right;
	padding-left: 15px;
}
.NewsPhotoCaption {
	text-align: center;
	width: 170px;
	font: Bold 10pt Arial;
	color: Red;
}
.NewsBite {
	font: Normal 0.7em Arial;
	color: White;
}
.NewsDetailsHeader {
	font: Bold 0.75em Arial;
	color: Yellow;
}
.NewsDetails {
	font: Normal 0.7em Arial;
	color: Yellow;
	padding-left: 15px
}
/*  ################################  */
/*  #######   Contact Us    ########  */

/*  ################################  */
/*  #######      Cart       ########  */
.cartheader {
   background-color: #E2E2E2;
   font-size: 0.85em;
}
.cartheader th {
   border: 0;
   margin: 0;
   padding: 5px 5px 5px 0;
   font-size: .80em;
}
.cartdetails td {
   border: 0;
   margin: 0;
   padding: 5px 0;
   font-size: .80em;
}
.PreCheckOut h4 {
}
.PreCheckOut {
	font: bold 0.7em/1.2em Arial;
	color: Black;
}

/*  ################################  */
/*  #######      Footer      #######  */
#footer {
   position: relative;
   float:left;
}
.footer {
   background-color: #551E58;
   background-image: url(../Images/Graphics/footernav_left.jpg);
   background-position: left;
   background-repeat: no-repeat;
   border: 0;
   margin: 0;
   padding: 0;
}
td.footer {
       background: url("../Images/SiteImages/big-nav-bg.png") repeat-x scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    width: 1000px;
}
ul.footernav {
    background-position: right center;
    background-repeat: no-repeat;
    height: 31px;
    list-style-type: none;
    margin: 0;
}
ul.footernav li {
   display: inline;
   
   padding: 4px 5px 4px 5px;
   color: White;
}
ul.footernav a {

}
.footer a {
   font: bold 10pt Arial, sans-serif;
   color: White;
}

.footer a:hover {
	font: bold 10pt  Arial, sans-serif;
	text-decoration: underline;
	color: Red;
}
.footeraddr {
   text-align: center;
   color: Gray;
   font-size: 8pt;
   margin-top: 10px;
}
.ListItem
{
	font-size: 8pt;
}
.highlightedListItem
{
	font-size: 8pt;
	font-weight: bold;
	color: white;
	background-color: blue;
}
.completionListElement
{
	background-color: white;
}
.SpecsBulletedList {
    line-height: 1.2em;
    padding-left: 0;
    margin-left: 0;
    padding-top: 5px;
    margin-top: 5px;
}
.StrikeOut {
    background-image: url(../Images/Graphics/StrikeThrough.gif);
    background-position: center center;
    background-repeat:no-repeat;    
}
.BigImageBattery {
    position: absolute;
    top: 100px;
    left: 0px;
}
.BigImageAirplane {
    z-index: 1000;
    position: absolute;
    top: 25px;
    left: 0px;
    width: 500px;
    height: 500px;
    border: solid 2px #666666;
    background-color: #666666;
}
.BigImageRCGear {
    z-index: 1000;
    position: absolute;
    top: 200px;
    left: 0px;
    width: 500px;
    height: 500px;
    border: solid 2px #666666;
    background-color: #666666;
}
.bigImageCombos {
    z-index: 1000;
    position: absolute;
    top: 100px;
    left: 0px;
    width: 500px;
    height: 500px;
    border: solid 2px #666666;
    background-color: #666666;
}
.BigImageEsc {
    z-index: 1000;
    position: absolute;
    top: 100px;
    left: 0px;
    width: 500px;
    height: 500px;
    border: solid 2px #666666;
    background-color: #666666;
}


#model-list-container
{
	height:266px;
	border:solid 1px #CCC;
}

#model-list-container .plane-info
{
	
}

#model-list-container .buttons .plane-select
{
	background: url("../Images/SiteImages/nav-bg.png") repeat-x scroll left bottom #FFFFFF;
    /*border-radius: 3px 3px 3px 3px;*/
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
    /*border-radius: 3px 3px 3px 3px;*/
    color: #FFF;
    margin: 13px 0 8px 0;
    padding: 2px 0 2px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
    border-left: Solid 1px #AAA;
    border-bottom: Solid 1px #aaa;
    behavior: url(./CSS/PIE.htc);
}
#model-list-container .buttons .plane-select:hover
{
		background: url("../Images/SiteImages/nav-bg-hov.png") repeat-x scroll left bottom #FFFFFF;
}

#model-list-container .buttons .buy-now
{
	Font-Family:Impact, Impact5, Charcoal6, sans-serif;
	background: url("../Images/SiteImages/buy-bg-hov.png") repeat-x scroll left bottom #FFFFFF;
    /*border-radius: 3px 3px 3px 3px;*/
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    color: FireBrick;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 22px;
    margin-top: 6px;
    padding: 2px 0;
    text-transform: uppercase;
    width: 81px;
    border-left: Solid 1px #AAA;
    border-bottom: Solid 1px #aaa;

}
#model-list-container .buttons .buy-now:hover
{
		text-decoration:none;
		background: url("../Images/SiteImages/buy-bg.png") repeat-x scroll left bottom #FFFFFF;
}
#model-list-container .buttons a:link
{
		text-decoration:none;
	
}
.banner-bg
{
	background-color: #622465;
    border-radius: 5px;
    border-bottom:solid 3px #ccc;
    color: #FFFFFF;
    float: left;
    height: 30px;
    margin-bottom: 10px;
    /*position: relative;*/
    width: 100%;
    /*z-index: 1;*/
    margin-top:25px;
    /*behavior: url(./CSS/PIE.htc);*/
}

.ult-combo {
    background-image: url("../Images/SiteImages/ultimate-combo-red.png");
    background-repeat: no-repeat;
    height: 40px;
    position: relative;
    top: -28px;
    width: 100%;
}

.power-combo
{
	 background-image: url("../Images/SiteImages/power-combo-red.png");
    background-repeat: no-repeat;
    height: 40px;
    position: relative;
    top: -28px;
    width: 100%;
}

.basic-combo
{
	 background-image: url("../Images/SiteImages/basic-combo-red.png");
    background-repeat: no-repeat;
    height: 40px;
    position: relative;
    top: -28px;
    width: 100%;
}

.arf-kit
{
	 background-image: url("../Images/SiteImages/arf-kit-red.png");
    background-repeat: no-repeat;
    height: 40px;
    position: relative;
    top: -28px;
    width: 100%;
}



.combos
{
	
}
.combo-kit
{

	 float: left;
    margin-bottom: 3px;
    position: relative;
    background-color: #EEE;

}
.combo-kit .col0
{
	height: 61px;
    overflow: hidden;
}
.combo-kit .col1
{
	float:left;
	width:159px;
}
.combo-kit .col2
{
	float:left;
	width:439px;
}

.combo-kit .col2 .middle-row
{
	float:left;
}

.combo-kit .col2 .bottom-row
{
	float:left;
}

.combo-details-1
{
	width:254px;
	float:left;
}
.combo-details-2 
{
	float: left;
    font-size: 9pt;
    font-weight: bold;
    margin-left: 7px;
    margin-top: 21px;
    vertical-align: top;
    width: 173px;
}
.combo-details-2ao /*Air Only*/ 
{
	 float: left;
    font-size: 9pt;
    font-weight: bold;
    margin-left: 27px;
    vertical-align: top;
    width: 150px;
}
.pricing
{
	margin-bottom:56px;
}
.options {
    background-color: #CFD7E2;
    padding: 20px 5px 20px 10px;
    border-radius: 10px;
    behavior: url(./CSS/PIE.htc);
}
 .options .color {
    margin-bottom: 8px;
}
 .options .qty {
    margin-bottom: 10px;
}
 .options .add-cart {
}


#aircraft-only
{
	float:left;
}

#airplane-products
{
	width:600px;
}

/*  SHOPPING CART */

.cart-discount
{
	color: red;
    padding-left: 17px;
}
.cart-discount a
{
	color: red;
	font-weight:bold;
}
.cart-discount a:hover;
{
    padding-left: 20px;
    text-decoration:underline;
}


.team-memeber-name
{
	color: #FFBF00;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.team-video
{
	 border: medium solid #000;
    height: 100%;
    margin: 10px 0 20px 6px;
    width: 560px;
    overflow: hidden;
}

/*For Slider blocks*/
.tile
{
    display: block;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
	
}
/* anything base */
.tilebar
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#combo-discount-message{
color:#3FE210;
font-weight:bold;
}

#fb-like
{
	float:right;
	margin-right:10px;
	 
}
.fb-link{
    float: right;
    font-size: 0.8em;
	margin-right: 330px;
}
.fb-link a{
vertical-align: top;
}
.google-plus{
float:right;
width:100px;
}
