/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
body { background:#ffffff; font-size: 12px; color: #666666; font-family: Arial, helvetica, sans-serif;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
h1 { font-style: normal; font-weight: normal; margin-bottom: 10px; color: #111111;}	
a, img { color: black; outline: none; border:none; font-weight: bold;}
p { margin: 0 0 10px; line-height: 1.4em; font-size: 1.2em;}
img { display: block; margin-bottom: 10px;}
aside { font-style: italic; font-size: 0.9em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	}
	
/* Typography ------------------------------------------------------------ */

.link-blu a {
		text-decoration: underline;
		color: #2D4F9E;
	}

.link-blu a:hover {
		text-decoration: underline;
		color: black;
	}

.fleft {
		float: left;
	}

.fright {
		float: right;
	}

.aleft{
		text-align: left;
	}

.aright {
		text-align: right;
	}

.design-header-blu {
		color: #134B74;
		font-weight: bold;
		padding-bottom: 2%;
		padding-top: 2%;
		font-size: 1.6em;
	}

.design-header-wht {
		color: #fff;
		font-weight: bold;
		padding-bottom: 2%;
		padding-top: 2%;
		font-size: 1.6em;
	}

.replica-scrollheader-wht {
		color: #fff;
		padding-bottom: 2%;
		padding-top: 2%;
		font-size: 2em;
	}

.design-desc {
		padding-bottom: 20%;
		font-weight: bold;
	}

.design-number {
		text-align: right;
	}

.designtheme-header {
		font-size: 14px;
		padding-bottom: 2%;
		font-weight: bold;
		text-align: center;
	}

.designtheme-desc {
		padding-right: 10%;
		padding-left: 10%;
		font-weight: normal;
		text-align: center;
	}

	
/* Nav ------------------------------------------------------------ */

.acenter{
		text-align: right;
	}

header nav {
	margin: 0px; 
	}
	
	header nav ul {
		text-align: center;
		}

		header nav li {
		display: inline;
		}

	header nav a {
		text-transform: uppercase;
		text-decoration: none;
		}

	.home-nav a {
		color: white;
		background-color: #2C8946;
		padding-top: 11px;
		padding-bottom: 11px;
		padding-right: 9%;
		padding-left: 9%;
		}

	.home-nav a:hover {
		color: white;
		background-color: black;
		padding-top: 11px;
		padding-bottom: 11px;
		padding-right: 9%;
		padding-left: 9%;
		}

	.design-nav a {
		color: white;
		background-color: #2D4F9E;
		padding-top: 11px;
		line-height: 3em;
		padding-bottom: 11px;
		padding-right: 9%;
		padding-left: 9%;
		}

	.design-nav a:hover {
		color: white;
		background-color: black;
		padding-top: 11px;
		line-height: 3em;
		padding-bottom: 11px;
		padding-right: 9%;
		padding-left: 9%;
		}

	.term-nav a {
		color: white;
		background-color: #CC2229;
		padding-top: 11px;
		line-height: 3em;
		padding-bottom: 11px;
		padding-right: 10%;
		padding-left: 10%;
		}

	.term-nav a:hover {
		color: white;
		background-color: black;
		padding-top: 11px;
		line-height: 3em;
		padding-bottom: 11px;
		padding-right: 10%;
		padding-left: 10%;
		}

	.resource-nav a {
		color: white;
		background-color: #ff9933;
		padding-top: 11px;
		line-height: 3em;
		padding-bottom: 11px;
		padding-right: 9%;
		padding-left: 9%;
		}

	.resource-nav a:hover {
		color: white;
		background-color: black;
		padding-top: 11px;
		line-height: 3em;
		padding-bottom: 11px;
		padding-right: 9%;
		padding-left: 9%;
		}

footer nav {
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0px; 
	}

	footer nav ul {
		padding-top: 10px;
		}
	
	footer nav li {
		font-size: 12px;
		text-transform: uppercase;
		padding-top: 10%;
		padding-bottom: 10%;
		padding-right: 0;
		padding-left: 0;
		display: inline;
		margin-left: 30px;
		}

.footer-nav {
		font-weight: bold;
		text-transform: uppercase;
	}

	.footer-nav a {
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: underline;
		color: black;
		padding-top: 10%;
		line-height: 3em;
		padding-bottom: 2%;
		padding-right: 11%;
		padding-left: 11%;
		}

	.footer-nav a:hover {
		text-transform: uppercase;
		text-decoration: underline;
		font-weight: bold;
		color: gray;
		padding-top: 10%;
		line-height: 3em;
		padding-bottom: 2%;
		padding-right: 11%;
		padding-left: 11%;
		}

.contact ul {
	padding-left: 10px;
	padding-top: 10px;
	height: 60px;
	color: #999;
	font-size: 1.2em;
	}
	
	.contact li {
		text-align: right;
		line-height: 2.5em;
		display: inline;
		}
	
	.contact a {
		color: #999;
		font-style: normal;
		font-weight: normal;
		text-transform: capitalize;
		}

.twlogo {
	margin: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px; 
	}

.footer-phone {
	font-size: 18px;
	margin-left: 4%;
	float: left;
	}

	.footer-url {
		font-size: 18px;
		float: left;
		margin-left: 8%;
		}

	.footer-twlogo {
		margin-left: 8%;
		float: left;
		height: 40px;
		width: 40px; 
		}

/* Homepage ------------------------------------------------------------ */	

.home-greenbar{
		width: 100%;
		background-color: #2C8946;
		height: 10px;
	}
		
.home-bkg {
	background-image: url(../img/home-bkg.jpg);
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 25%;
	margin: 0px;
	background-position: center top;
	float: left;
	width: 99%;
	height: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	}
			
.home-models {
	margin: 0px;
	width: 99%;
    float:left;
	}
			
.spectrum-price {
	padding-top: 4%;
	padding-left: 6%;
	max-width: 90%;
	margin: 0px;
	}
			
.spectrum-desc ul {
	font-weight: bold;
	margin-right: 0px;
	font-size: 90%;
	padding-bottom: 20px;
	list-style-type: square;
	line-height: 1.8em;
	margin-left: 80px;
	margin-bottom: 0px;
	margin-top: 20px;
	width: 65%;
	}

.spectrum-desc {
	font-size: 1.5em;
	margin: 0px;
	width: 100%;
	background-image: url(../img/sp-descbox.png);
	background-size: 95%;
	background-repeat: no-repeat;
	background-position: center 110px;
	}

.click2btn-home {
	padding-bottom: 4%;
	padding-right: 0%;
	padding-left: 10%;
	max-width: 80%;
	margin: 0px;
	}

.click2btn-design {
	padding-left: 6%;
	padding-bottom: 10%;
	padding-top: 2%;
	max-width: 90%;
	margin: 0px;
	}

.crewneck-link {
	width:20.5%;
	height:65%;
	position:absolute;
	margin-top:30%;
	margin-left:0%;
	z-index: 1000;
	}

.replica-link {
	width:20%;
	height:65%;
	position:absolute;
	margin-top:30%;
	margin-left:20.5%;
	z-index: 1000;
	}

.vneck-link {
	width:20%;
	height:65%;
	position:absolute;
	margin-top:30%;
	margin-left:40.5%;
	z-index: 1000;
	}

.sleeveless-link {
	width:20%;
	height:65%;
	position:absolute;
	margin-top:30%;
	margin-left:60.5%;
	z-index: 1000;
	}

.tank-link {
	width:19.5%;
	height:65%;
	position:absolute;
	margin-top:30%;
	margin-left:80.5%;
	z-index: 1000;
	}

/* Design Page ------------------------------------------------------------ */
		

.design-bluebar{
		width: 100%;
		background-color: #2D4F9E;
		height: 10px;
	}

.design-topheader {
	width: 48%;
	float: left;
	margin: 0 1% 0 0;
}

.crewneck-pointer {
    width:130px;
    height:40px;
    margin-left:30px;
    float:left;
    clear:both;
}

.replica-pointer {
    width:130px;
    height:40px;
    margin-left:235px;
    float:left;
    clear:both;
}

.sleeveless-pointer {
    width:130px;
    height:40px;
    margin-left:445px;
    float:left;
    clear:both;
}

.tank-pointer {
    width:130px;
    height:40px;
    margin-left:650px;
    float:left;
    clear:both;
}

.design-bkg {
	padding-left: 8%;
	padding-bottom: 0px;
	padding-right: 8%;
	padding-top: 0px;
	margin: 0px;
	background-position: center top;
	float: left;
	width: 83%;
	height: 100%;
	background-image: url(../img/sp-designbkg.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	}

.design-row {
	clear: both;
	}

.design-row-grn {
	color: white;
	background-color: #2C8946;
	padding-left: 8%;
	padding-bottom: 0;
	padding-right: 8%;
	padding-top: 0;
	margin: 0px;
	float: left;
	width: 83%;
	height: 100%;
	}

.design-col {
	padding-left: 8%;
	padding-bottom: 0;
	padding-right: 8%;
	padding-top: 0;
	margin: 0px;
	float: left;
	width: 83%;
	height: 100%;
	}

.design-imgbox {
	float: left;
	margin: 0 1.2% 0 0;
	width: 24%;
	}

.design-imgbox.last {
	float: left;
	margin: 0;
	}

.design-hexbox {
	float: left;
	margin: 0 1.2% 0 0;
	width: 24%;
    background-image:url(img/hexbox.png);
	}

.design-hexbox.last {
	float: left;
	margin: 0;
    background-image:url(img/hexbox.png);
	}

.design-themebox {
	float: left;
	margin: 0 1.2% 0 0;
	width: 32.5%;
	}

.design-themebox.last {
	float: left;
	margin: 0;
	}

.design-col img, .design-imgbox img {
	width: 100%;
	height: auto;
	display: block;
	}
		
.design-lineup-row {
	clear: both;
	}
		
.design-lineup img {
	margin: 0;
	width: 100%;
	height: auto;
	display: block;
	}
		
.design-lineup-bkg {
	clear: both;
	width: 99%;
	margin: 0;
	background-position: center top;
	background-image: url(../img/blu-fabric-bkg.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	}



/* Resource Page ------------------------------------------------------------ */
		

.resource-orangebar{
		width: 100%;
		background-color: #ff9933;
		height: 10px;
	}

.resource-topheader {
	width: 48%;
	float: left;
	margin: 0 2% 0 0;
}

.resource-bkg {
	padding-left: 8%;
	padding-bottom: 0px;
	padding-right: 8%;
	padding-top: 0px;
	margin: 0px;
	background-position: center top;
	float: left;
	width: 83%;
	height: 100%;
	background-image: url(../img/sp-resourcebkg.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	}

.resource-row {
	clear: both;
	}

.resource-row-org {
	color: white;
	background-color: #9999cc;
	padding-left: 8%;
	padding-bottom: 0;
	padding-right: 8%;
	padding-top: 0;
	margin: 0px;
	float: left;
	width: 83%;
	height: 100%;
	}

.resource-col {
	padding-left: 8%;
	padding-bottom: 0;
	padding-right: 8%;
	padding-top: 0;
	margin: 0px;
	float: left;
	width: 83%;
	height: 100%;
	}
           			
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Banner */			
#banner {
	float: left;
	margin-bottom: 15px;
	width: 100%;
	}

	#banner img {
		width: 100%;
		}

/* Terms Page ------------------------------------------------------------ */
		

.terms-redbar{
		width: 100%;
		background-color: #CC2229;
		height: 10px;
	}

.terms-sizechart{
		margin-left: 2%;
		padding: 4%;
		line-height: 20px;
		text-align: center;
		font-weight: bold;
		width: 90%;
		background-color: #f0e0d9;
	}

.terms-row-org {
	color: white;
	background-color: #cc6600;
	padding-left: 8%;
	padding-bottom: 0;
	padding-right: 8%;
	padding-top: 0;
	margin: 0px;
	float: left;
	width: 83%;
	height: 100%;
	}

.terms-bkg {
	padding-left: 8%;
	padding-bottom: 0px;
	padding-right: 8%;
	padding-top: 0px;
	margin: 0px;
	background-position: center top;
	float: left;
	width: 83%;
	height: 100%;
	background-image: url(../img/sp-termsbkg.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	}


/* 768 Media Queries ------------------------------------------------------------ */

@media all and (max-width: 768px) {

/* Typography -------------------------------- */

.design-topheader {
	width: 99%;
}

.design-desc {
		text-align: center;
	}

.design-number {
		text-align: center;
	}
	
/* Nav ------------------------------------------------------------ */

header nav {
	margin: 0px; 
	}
	
	header nav ul {
		text-align: center;
		}

		header nav li {
		display: inline;
		}

	header nav a {
		text-transform: uppercase;
		text-decoration: none;
		}

	.home-nav a {
		color: white;
		background-color: #2C8946;
		padding-top: 11px;
		padding-bottom: 11px;
		padding-right: 6%;
		padding-left: 6%;
		}

	.home-nav a:hover {
		color: white;
		background-color: black;
		padding-top: 11px;
		padding-bottom: 11px;
		padding-right: 6%;
		padding-left: 6%;
		}

	.design-nav a {
		color: white;
		background-color: #2D4F9E;
		padding-top: 11px;
		line-height: 3em;
		padding-bottom: 11px;
		padding-right: 6%;
		padding-left: 6%;
		}

	.design-nav a:hover {
		color: white;
		background-color: black;
		padding-top: 11px;
		line-height: 3em;
		padding-bottom: 11px;
		padding-right: 6%;
		padding-left: 6%;
		}

	.term-nav a {
		color: white;
		background-color: #CC2229;
		padding-top: 11px;
		line-height: 3em;
		padding-bottom: 11px;
		padding-right: 7%;
		padding-left: 7%;
		}

	.term-nav a:hover {
		color: white;
		background-color: black;
		padding-top: 11px;
		line-height: 3em;
		padding-bottom: 11px;
		padding-right: 7%;
		padding-left: 7%;
		}

	.resource-nav a {
		color: white;
		background-color: #ff9933;
		padding-top: 11px;
		line-height: 3em;
		padding-bottom: 11px;
		padding-right: 6%;
		padding-left: 6%;
		}

	.resource-nav a:hover {
		color: white;
		background-color: black;
		padding-top: 11px;
		line-height: 3em;
		padding-bottom: 11px;
		padding-right: 6%;
		padding-left: 6%;
		}

/* Homepage ------------------------------------------------------------ */	

.home-bkg {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 40%;
	margin: 0px;
	background-position: center top;
	float: left;
	width: 99%;
	height: 100%;
	background-image: url(../img/home-bkg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	}
}


/* 480 Media Queries ------------------------------------------------------------ */

@media screen and (max-width: 480px) {

#skipTo {
	display: block;
	}
	
/* Typography -------------------------------- */

.design-desc {
		text-align: center;
	}

.design-number {
		text-align: center;
	}
	
	
/* Nav --------------------------------------- */

header nav, #main, aside {
	float: left;
	clear: left;
	margin: 0px; 
	width: 100%;
	}	
header nav li {
	margin: 0px;
	background: #efefef;
	display: block;
	}
header nav a {
	display: block;
	padding: 10px;
	text-align: center;
	}

.home-nav a {
	margin: 0px;
	color: white;
	background-color: green;
	padding-top: 1%;
	line-height: 3em;
	padding-bottom: 1%;
	padding-right: 2%;
	padding-left: 2%;
	}

	.home-nav a:hover {
		margin: 0px;
		color: white;
		background-color: black;
		padding-top: 1%;
		line-height: 3em;
		padding-bottom: 1%;
		padding-right: 2%;
		padding-left: 2%;
		}

.design-nav a {
	margin: 0px;
	color: white;
	background-color: blue;
	padding-top: 1%;
	line-height: 3em;
	padding-bottom: 1%;
	padding-right: 2%;
	padding-left: 2%;
	}

	.design-nav a:hover {
		margin: 0px;
		color: white;
		background-color: black;
		padding-top: 1%;
		line-height: 3em;
		padding-bottom: 1%;
		padding-right: 2%;
		padding-left: 2%;
		}

.term-nav a {
	margin: 0px;
	color: white;
	background-color: red;
	padding-top: 1%;
	line-height: 3em;
	padding-bottom: 1%;
	padding-right: 2%;
	padding-left: 2%;
	}

	.term-nav a:hover {
		margin: 0px;
		color: white;
		background-color: black;
		padding-top: 1%;
		line-height: 3em;
		padding-bottom: 1%;
		padding-right: 2%;
		padding-left: 2%;
		}

.resource-nav a {
	margin: 0px;
	color: white;
	background-color: #ff9933;
	padding-top: 1%;
	line-height: 3em;
	padding-bottom: 1%;
	padding-right: 2%;
	padding-left: 2%;
	}

	/* Design Page ------------------------------------------------------------ */


.resource-nav a:hover {
		margin: 0px;
		color: white;
		background-color: black;
		padding-top: 1%;
		line-height: 3em;
		padding-bottom: 1%;
		padding-right: 2%;
		padding-left: 2%;
		}	

.design-imgbox {
	float: left;
	margin: 0 1.2% 0 0;
	width: 99%;
	}

.design-imgbox.last {
	margin: 0;
	}	

.design-hexbox {
	float: left;
	margin: 0 1.2% 0 0;
	width: 99%;
    background-image:url(img/hexbox.png);
	}

.design-hexbox.last {
	margin: 0;
    background-image:url(img/hexbox.png);
	}

.design-col img, .design-imgbox img {
	width: 100%;
	height: auto;
	display: block;
	}

		
}

.terms-row-wht {
    font-size:.9em;
	padding-left: 8%;
	padding-bottom: 0;
	padding-right: 8%;
	padding-top: 0;
	margin: 0px;
	float: left;
	width: 83%;
	height: 100%;
	background-image: url(../img/sp-fontbkg.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
}

div {
    
}

.collection-header {
    font-size: 18px;
    padding-bottom: 2%;
    font-weight: normal;
    text-align: center;
    margin-bottom:20px;
}

.collection-header-gry {
    font-size: 48px;
    font-style:italic;
    color:#333;
    font-weight: bold;
    margin-top:10px;
    text-align:left;
}

.top-anchor {
    padding-top:30px;
    margin-bottom:20px;
    color:#333;
    font-weight: bold;
    margin-top:10px;
    text-align:right;
    float:right;
}
