@charset "utf-8";
/* CSS Document */



/*
------------------------------------------------------------------------
FOUNDATIONS
------------------------------------------------------------------------
*/

html, body {
	background-image: url(../media/backgrounds/bg_7.jpg);
	background-repeat: no-repeat;
	color: #CCC;
	background-position: center top;
	background-attachment: fixed;
	height: 100%;
	margin: 0;
}

#LogoStrip{
	background-color: #CC092F;
	color: #000;
	width: 100%;
	height: 90px;
	z-index: 500;
	overflow: hidden;
	visibility: visible;
	background-image: url(../media/header/blackstrip.jpg);
	background-repeat: repeat-x;
}

#LogoStripCenter{
	width: 960px;
	margin: 0px auto 0px auto;
	background-image: url(../media/header/montage.jpg);
	background-repeat: no-repeat;
	height: 90px;
}




#NavStrip{
	background-color: #FFF;
	color: #000;
	width: 940px;
	height: auto;
	overflow: hidden;
	visibility: visible;
	margin: 0px auto 0px auto;
	padding: 10px 10px 25px 10px;
	clear: both;
}


#NavStripLeft{
	width: auto;
	height: auto;
	float: left;
}

#NavStripRight{
	width: auto;
	height: auto;
	float: right;
	
}



#UserWelcome{
	width: 550px;
	height: 14px;
	margin: 35px 0px 0px 0px;
	float: right;
	text-align: right;
	color: #FFF;
	font-size: 11px;
}
#UserWelcome a:link{
	text-decoration: none;
	color: #FFF;
}
#UserWelcome a:visited{
	text-decoration: none;
	color: #FFF;
}
#UserWelcome a:hover{
	text-decoration: none;
	color: #CCC;
}

#UserWelcome a:active{
	text-decoration: none;
	color: #FFF;
}




#StoreControls{
	width: 550px;
	height: 14px;
	float: right;
	margin-top: 60px;
	text-align: right;
	color: #FFF;
	font-size: 11px;
	margin-right: 10px;
}

#StoreControls a:link{
	text-decoration: none;
	color: #FFF;
}
#StoreControls a:visited{
	text-decoration: none;
	color: #FFF;
}
#StoreControls a:hover{
	text-decoration: none;
	color: #CCC;
}

#StoreControls a:active{
	text-decoration: none;
	color: #FFF;
}




#MainLogo{
	float: left;
	width: 260px;
	height: 57px;
	clear: left;
	margin-top: 10px;
	margin-left: 10px;
}

#SearchWrapper{
	width: 130px;
	height: 20px;
	float: right;
	font-size: 85%;
	color: #999;
	margin-top: 2px;
	text-align: right;
	clear: right;
}

#Search{
	display: none;
	width: 150px;
	height: auto;
	padding: 5px;
	position: relative;
	top: -45px;
	left: -160px;
	z-index: 50;
}

#FormSearch{
	padding: 0 0;
	margin: 0 0;
}

#SearchInput{
	width: 130px;
	height: 14px;
	margin: 20px auto 20px auto;
	font-size: 11px;
	background-color: #CCC;
	padding: 2px;
	border: none;
	margin-bottom: 2px;
	font-size: 85%;
	color: #666;
	background-image: url(../media/search-glass.png);
	background-repeat: no-repeat;
	background-position: right 2px;	
	
}

#NavGeneral{
	background-color: #DCDCDC;
	width: 920px;
	float: left;
	padding: 10px;
	height: auto;
	border-bottom: solid 1px #CCC;
	font-size: 85%;
}

#RegionSelector{
	background-color: #DCDCDC;
	width: 920px;
	float: left;
	padding: 10px;
	height: auto;
	border-bottom: solid 1px #CCC;
	font-size: 85%;
}

.NavTemp{
	background-color: #DCDCDC;
	width: 920px;
	padding: 10px;
	height: auto;
	border-bottom: solid 1px #CCC;
	font-size: 85%;
	margin: 0px auto 0px auto;
}

#Content{
	min-height: 500px;
	width: 940px;
	border-bottom: solid 1px #CCC;
	margin: 0px auto 0px auto;
}



/* Navigation */


#NavStrip ul a{
	display: block;
	width:100%;
	height:100%;
}

#NavStrip ul span{
	display: none;

}
#NavItemHome {
	background-image: url(../media/navigation/navigation.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 24px;
	width: 54px;
	overflow: hidden;
	margin-right: 4px;
}

#NavItemHome:hover {
	background-image: url(../media/navigation/navigation.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	float: left;
	height: 24px;
	width: 54px;
	overflow: hidden;
}

#NavItemProduct {
	background-image: url(../media/navigation/navigation.png);
	background-repeat: no-repeat;
	background-position: -66px 0px;
	float: left;
	height: 24px;
	width: 79px;
	overflow: hidden;
	margin-right: 4px;
}

#NavItemProduct:hover {
	background-image: url(../media/navigation/navigation.png);
	background-repeat: no-repeat;
	background-position: -66px -24px;
	float: left;
	height: 24px;
	width: 79px;
	overflow: hidden;
}

#NavItemBloggage {
	background-image: url(../media/navigation/navigation.png);
	background-repeat: no-repeat;
	background-position: -154px 0px;
	float: left;
	height: 24px;
	width: 93px;
	overflow: hidden;
	margin-right: 4px;
}

#NavItemBloggage:hover {
	background-image: url(../media/navigation/navigation.png);
	background-repeat: no-repeat;
	background-position: -154px -24px;
	float: left;
	height: 24px;
	width: 93px;
	overflow: hidden;
}
#NavItemAirtime {
	background-image: url(../media/navigation/navigation.png);
	background-repeat: no-repeat;
	background-position: -256px 0px;
	float: left;
	height: 24px;
	width: 96px;
	overflow: hidden;
	margin-right: 4px;
}

#NavItemAirtime:hover {
	background-image: url(../media/navigation/navigation.png);
	background-repeat: no-repeat;
	background-position: -256px -24px;
	float: left;
	height: 24px;
	width: 96px;
	overflow: hidden;
}
#NavItemTeam {
	background-image: url(../media/navigation/navigation.png);
	background-repeat: no-repeat;
	background-position: -361px 0px;
	float: left;
	height: 24px;
	width: 51px;
	overflow: hidden;
	margin-right: 4px;
}

#NavItemTeam:hover {
	background-image: url(../media/navigation/navigation.png);
	background-repeat: no-repeat;
	background-position: -361px -24px;
	float: left;
	height: 24px;
	width: 51px;
	overflow: hidden;
}
#NavItemHeritage{
	background-image: url(../media/navigation/navigation.png);
	background-repeat: no-repeat;
	background-position: -422px 0px;
	float: left;
	height: 24px;
	width: 84px;
	overflow: hidden;
	margin-right: 4px;
}

#NavItemHeritage:hover {
	background-image: url(../media/navigation/navigation.png);
	background-repeat: no-repeat;
	background-position: -422px -24px;
	float: left;
	height: 24px;
	width: 84px;
	overflow: hidden;
}
#NavItemContact{
	background-image: url(../media/navigation/navigation.png);
	background-repeat: no-repeat;
	background-position: -516px 0px;
	float: left;
	height: 24px;
	width: 78px;
	overflow: hidden;
	margin-right: 4px;
}

#NavItemContact:hover {
	background-image: url(../media/navigation/navigation.png);
	background-repeat: no-repeat;
	background-position: -516px -24px;
	float: left;
	height: 24px;
	width: 78px;
	overflow: hidden;
}

NavWrapper ul, li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}



/*
------------------------------------------------------------------------
FOOTER ITEMS
------------------------------------------------------------------------
*/

#Footer{
	background-color: #000;
	font-size: 85%;
	color: #666;
	margin-top: 20px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	height: 150px;
}
#Wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -150px;
}
#Push{
     height: 150px;
}
#FooterInner{
	width: 960px;
	height: auto;
	margin: 0px auto 0px auto;
}

#Footer a:link{
	color: #666;
	text-decoration: none;
}
#Footer a:visited{
	color: #666;
	text-decoration: none;
}

#Footer a:hover{
	color: #666;
	text-decoration: underline;
}

#Footer a:active{
	color: #666;
	text-decoration: none;
}

#FooterLeft{
	width: 600px;
	height: 20px;
	float: left;
	text-align: left;
	margin-top: 4px;
	font-size: 12px;
}
#FooterRight{
	width: 200px;
	height: 20px;
	float: right;
	text-align: right;
	margin-top: 4px;
}
.FooterCol{
	width: 230px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	float: left;
	margin-right: 5px;
	line-height: 150%;
}
/*
------------------------------------------------------------------------
RULERS, SEPARATORS
------------------------------------------------------------------------
*/

.RulerD{
	width: auto;
	border-top: dotted 1px #666;
	margin: 5px 0px 5px 0px;
	clear: both;
}
.RulerSolid{
	width: auto;
	border-top: solid 1px #666;
	margin: 5px 0px 5px 0px;
	clear: both;
}

img{
	border: none;	
}

.Sep10{
	width: auto;
	height: 10px;
	clear: both;
}

.Sep20{
	width: auto;
	height: 20px;
	clear: both;
}

/*
------------------------------------------------------------------------
REGISTRATION
------------------------------------------------------------------------
*/
.FormSection {
	padding: 10px;
	height: auto;
	width: auto;
}

.FormSectionLeft {
	padding: 10px 0px 10px 0px;
	height: auto;
	width: 400px;
	float: left;
	text-transform: uppercase;
	font-size: 95%;
}
.FormSectionRight {
	padding: 10px 0px 10px 0px;
	height: auto;
	width: 400px;
	float: right;
	font-size: 95%;
	text-transform: uppercase;
}

#RegisterForm Select{
	text-transform: capitalize;
	font-size: 95%;
}

.FormSectionItem {
	margin: 10px 0px 10px 0px;
}

.FormLabel{
	display: block;
	width: 100%;
	margin: 0px 0px 5px 0px;
	
}


#FormBack{
	width: 940px;
	min-height: 350px;
	background-color: #FFF;
	margin: 0px auto 0px auto;
}
#RegisterForm{
	margin: 20px auto auto 50px;
	position: relative;
	z-index: 9;
	width: 850px;
}
.FormStep{
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}

#FormBack a:link{
	color: #C00;
	text-decoration: none;
}

#FormBack a:visited{
	color: #C00;
	text-decoration: none;
}

#FormBack a:hover{
	color: #C00;
	text-decoration: underline;
}

#FormBack a:active{
	color: #C00;
	text-decoration: none;
}

/*
------------------------------------------------------------------------
STORE PAGES
------------------------------------------------------------------------
*/



#CategoryC1{
	width: 160px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 10px;

}

#CategoryC2{
	width: 770px;
	height: auto;
	float: right;
	padding: 0px 5px 5px 5px;
	margin-right: 5px;
	
}

#StoreMenu{
	margin-top: 0px;
	
}


#StoreMenu ul{
	margin: 0;
	padding: 0;
}

#StoreMenu li{
	list-style: none;
	margin: 3px auto 3px 2px;
	font-size: 11px;
	text-transform: uppercase;
	
}

#StoreMenu h3 {
	font-size: 100%;
	font-weight: bold;
}


#StoreMenu .CatImage {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	
}
#StoreMenu .CatTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-style: italic;
	font-size: 16px;
	color: #000;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px #000;
	
	
}

#StoreMenu a:link{
	font-size: 100%;
	text-decoration: none;
	color: #000;
}

#StoreMenu a:visited{
	font-size: 100%;
	text-decoration: none;
	color: #000;
}

#StoreMenu a:hover{
	font-size: 100%;
	color: #666;
}

#StoreMenu a:active{
	font-size: 100%;
	color: #666;
}

#CouponSubmitter{
	margin-top: 10px;
	width: 500px;
}

#CouponCodeInput{
	width: 150px;
	padding: 3px;
	border: none;
	background-color: #CCC;
	color: #333;
	font-size: 80%;
	text-align: left;
	height: 14px;
}

.Coupon1{
	float: left;
	height: 20px;
}

Coupon2{
	float: left;
	height: 20px;
}
.CouponMsg{
	font-size: 80%;
	color: #C00;
	margin-bottom: 5px;
	margin-top: 5px;
}






#CategoryHeader{
	font-size: 85%;
	color: #333;
	margin: 10px 0px 10px 0px;
}

#CategoryTitle{
	width: 770px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #000;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: solid 3px #000;
}

#CategoryIntro{
	width: 765px;
	height: auto;
	padding: 5px 5px 5px 0px;
	font-size: 90%;
	line-height: 130%;
	color: #333;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	
}

#CategoryTitle h1{
	font-size: 150%;
	font-weight: normal;
	font-style: italic;
	color: #000;
}

.CategoryItemWrapper{
	width: 178px; 
	height: 325px; 
	margin: 0px 5px 5px 0px; 
	background-color: #FFF; 
	overflow: hidden; 
	border: solid 1px #FFF; 
	 
	float: left;

}


.CategoryItemWrapperText{
	width: auto;
	height: auto;
	padding: 5px;
	text-transform: capitalize;
	color: #666;
	font-style: italic;
	border-top: solid 1px #F0F0F0;
	font-size: 85%;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.CategoryItemWrapper:hover{
	border: solid 1px #F0F0F0;
	height: 325px;

}

.CategoryItemWrapperText a:link{
	text-decoration: none;
	color: #666;
}

.CategoryItemWrapperText a:visited{
	text-decoration: none;
	color: #666;
}

.CategoryItemWrapperText a:hover{
	text-decoration: none;
	color: #F0F0F0;
}

.CategoryItemWrapperText a:active{
	text-decoration: none;
	color: #3C3C3C;
	text-transform: uppercase;
	
}

.CategoryBuyBtn{
	margin-top: 5px;
	margin-bottom: 3px;
}

.PaginationWrapper{
	width: 720px;
	height: auto;
	margin-bottom: 10px;
	clear: both;
}

/*
------------------------------------------------------------------------
HEADERS
------------------------------------------------------------------------
*/
#InfoHeader{
	width: auto;
	height: auto;
	margin-top: 10px;
	clear: both;
}



/*
------------------------------------------------------------------------
TECH PAGE
------------------------------------------------------------------------
*/

.TechItem{
	width: 420px;
	height: auto;
	margin-bottom: 10px;
	clear: both;
	float: left;
}

.TechItemBlack{
	width: 420px;
	height: auto;
	margin-bottom: 10px;
	clear: both;
	float: left;
	background-color: #000;
	color: #FFF;
}

.TechItem .Image{
	width: 57px;
	height: 60px;
	float: left;
	margin-right: 10px;
	background-color: #000;
}

.TechItemBlack .ImageBlack{
	width: 140px;
	height: 190px;
	float: left;
	margin: 10px 10px 10px 10px;
	background-color: #000;
}

.TechItem .Header{
	width: 350px;
	height: auto;
	float: left;
	font-weight: bold;
	font-size: 95%;
}

.TechItemBlack .HeaderBlack{
	width: 250px;
	height: auto;
	float: left;
	font-weight: bold;
	font-size: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.TechItem .Text{
	width: 350px;
	height: auto;
	font-size: 85%;
	line-height: 120%;
	float: left;
}

.TechItemBlack .TextBlack{
	width: 250px;
	height: auto;
	font-size: 85%;
	line-height: 120%;
	float: left;
}
.TechInfo{
	width: 420px;
	height: auto;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #C00;
	font-size: 95%;
	line-height: 130%;
	border-top: dotted 1px #CCC;
	padding-top: 5px;
}

#StoreCartWrapper{
	width: 700px;
	height: auto;
	margin: 10px auto 10px auto;
}
.CartTaxShippingNote{
	width: auto;
	height: auto;
	padding: 10px;
	font-size: 90%;
	text-align: right;
	color: #999;
}

/*
------------------------------------------------------------------------
CONTACT PAGE
------------------------------------------------------------------------
*/

.ContactWrapper{
	width: auto;
	height: auto;
	font-size: 85%;
	margin: 0px auto 10px auto;
}

.ContactWrapper ul li{
	list-type: none;
	margin: 0 0;
	padding: 4px 0px 4px 0px;
	list-style-type: none;
	color: #666;
	
}



.ContactMailForm{
	background-color: #D4D4D4;
	padding: 30px;
	color: #333;
	font-size: 85%;
}


.ContactMailForm #Name, #InternalEmail, #Email, #Country{
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 2px;
	background-color: #666;
	color: #FFF;
	border: none;
	padding: 3px 2px 3px 2px;
}

.ContactMailForm textarea{
	width: 100%;
	height: 250px;
	clear: both;
	margin-bottom: 2px;
	background-color: #666;
	color: #FFF;
	border: none;
	padding: 3px 2px 3px 2px;
}

.ContactSubHdr{
	width: auto;
	height: auto;
	margin: 0px 0px 10px 0px;
	font-style: italic;
	text-transform: uppercase;
	font-size: 110%;
	color: #333;
	font-weight: 500;
}

#ContactHQCol{
	color: #666;
	font-size: 90%;
}
#ContactContactsCol{
	color: #666;
}

#ContactContactsCol ul li{
	margin: 2px 0px 4px 0px;
	padding: 0 0;
}

#ContactContactsCol a:link{
	text-decoration: none;
	color: #666;
}

#ContactContactsCol a:visited{
	text-decoration: none;
	color: #666;
}

#ContactContactsCol a:hover{
	text-decoration: none;
	color: #333;
}

#ContactContactsCol a:active{
	text-decoration: none;
	color: #666;
}


#TopicWrapper{
		margin: 20px auto 20px auto;
		min-height: 450px;
}

#TopicWrapper h1{
		font-size: 160%;
		color: #666;
		font-weight: normal;
		text-transform: uppercase;
		margin-bottom: 20px;
}
#TopicWrapper p{
	line-height: 150%;
	color: #666;
	margin-top: 10px;
}



#TopicWrapper ul{
	list-type: disc;
	margin: 0px 0px 30px 0px;
	padding: 0 0;
}

#TopicWrapper li{
	margin-left: 50px;
	line-height: 160%;
	color: #666;
}



/*
------------------------------------------------------------------------
PARTNERS PAGE
------------------------------------------------------------------------
*/

.PartnerWrap{
	width: 100%;
	height: 100%;
	background-color: #D6D6D6;
	float: left;
}
.PartnerImage{
	width: 240px;
	height: 80px;
	margin: 20px auto 0px auto;
	
}

.PartnerText{
	width: 240px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 85%;
	color: #666;
	margin: 0px auto 10px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}




.NewsRepeater{
	width: 100%;
	height: auto;
	float: left;
	margin: 0px auto 20px auto;
}

.NewsRepeater h2{
	font-weight: normal;
	font-size: 120%;
	font-style: italic;
	margin-bottom: 5px;
	color: #333;
	text-transform: uppercase;
}

.NewsStory{
	font-size: 90%;
	line-height: 130%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #444;
}

.NewsLink{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	font-size: 85%;
	color: #C00;
}


.NewsTag{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	font-size: 85%;
	color: #C00;
}
.NewsDate{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	font-size: 85%;
	color: #C00;
}

.NewsImage{
	max-width: 600px;
	height: auto;
	margin-top: 5px;
}
.TagsRepeater{
	width: auto;
	height: auto;
	padding: 4px;
	float: left;
	font-size: 90%;
}

.TagsRepeater a:link{
	text-decoration: none;
	color: #C00;
}
.TagsRepeater a:visited{
	text-decoration: none;
	color: #C00;
}

.TagsRepeater a:hover{
	text-decoration: none;
	color: #666;
}
.TagsRepeater a:active{
	text-decoration: none;
	color: #C00;
}


.PPDebug{
	width: auto;
	height: auto;
	padding: 10px;
	border: solid 1px #CCC;
	background-color: #F0F0F0;
	visibility: visible;
	font-size: 85%;
	line-height: 140%;
}

.IntroSub{
	text-transform: none;
	font-style: italic;
	font-size: 110%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
}


/*
------------------------------------------------------------------------
TEAM PAGE
------------------------------------------------------------------------
*/

.TeamBack{
	height: 260px;
	width: 940px;
	background-image: url(../media/team/TeamBack.jpg);
	background-repeat: no-repeat;
}
.TeamRiderWrapper{
	width: 175px;
	height: 200px;
	position: relative;
	z-index: 20;
	top: 40px;
	left: 15px;
	float: left;
	overflow: hidden;
	margin-right: 5px;
	text-align: center;
}



.TeamRiderWrapperCol2{
	width: 450px;
	height: 265px;
	position: relative;
	top: -305px;
	left: 130px;
	float: left;
	margin-right: 10px;
}

.TeamRiderBio{
	width: auto;
	height: auto;
	font-size: 90%;
}

.TeamRiderName{
	font-size: 16px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: normal;
	font-stretch: condensed;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.TeamRiderBioProTeam{
	font-size: 14px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: normal; 
}

.TeamRiderBio p{
	width: auto;
	height: auto;
	font-size: 14px;
	margin-bottom: 10px;
	font-size: 90%;
}

.TeamFeatureSlides{
	width: 610px;
	height: 350px;
	overflow: hidden;
}

.TeamListBack{
	height: auto;
	width: 920px;
	background-color: #E3E3E3;
	background-image: url(../media/team/TeamBioBack.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 10px;
	font-size: 88%;
}

.TeamListCol1{
	width: 220px;
	height: auto;
	float: left;
}
.TeamListCol2{
	width: 220px;
	height: auto;
	float: left;
}


.CheckoutPriceDisplay {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}



#StoreMenu .red a:link, a:visited, a:hover{
	color: #C00;
}
.Moved {
	color: #FFF;
	background-color: #000;
	padding: 10px;
	height: auto;
	width: 480px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	font-size: 85%;
	line-height: 150%;
}
.Moved a:link {
	color: #C00;
}
.Moved a:visited {
	color: #C00;
}
.Moved a:hover {
	color: #C00;
}
.Moved a:active {
	color: #C00;
}

.ContentWrapper{
	width: 940px;
	height: auto;
	background-color: #FFF;
	margin: 0px auto 0px auto;
	padding: 10px;
}


.PageHeader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000;
	font-style: italic;
	
}

