/* Start of CMSMS style sheet 'main-styles' */
/*============================= Reset =========================*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; }
/* Creates foundation "em" font sizes where 1em is equal to approximately 10px and 1.1em = approx. 11px etc
-base font-size of 62.5% to have the convenience of sizing rems in a way that is similar to using px*/
body {
	font: 110% Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*font: 100%  Georgia, "Times New Roman", Garamond, serif;*/
	/*font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: none;
}

/* Remove padding and margin */
* {
margin: 0px;
padding: 0px;
}


/* Puts sensible margin and padding back on suitable elements */
h1, h2, h3, h4, h5, h6{margin: 5px 0px;}
p, pre, blockquote, form, fieldset, table {margin: 0 0px 2em; line-height:1.8em;}

/* Typography */
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }

/* #Forms
================================================== */

form {margin-bottom: 20px; }
fieldset {margin-bottom: 20px; border: 1px solid transparent;}
input[type="text"], 
input[type="password"],
input[type="email"],
textarea, 
select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;}
select {padding: 0;}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus, 
textarea:focus {
	border: 1px solid #aaa;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
	min-height: 60px; }
label,
legend { 
	display: block;
	font-weight: bold;
	font-size: 13px;  }
input[type="checkbox"] {
	display: inline; }
label span,
legend span {
	font-weight: normal;
	font-size: 13px;
}
		

/* Tables *****************************/
table {
border-spacing: 0;
border-collapse: collapse;
}
td {
text-align: left;
font-weight: normal;
}

ul,ol{list-style-position:inside;}
/* ============================== Clearing ======================================== */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } 
	
/* Use clearfix class on parent to clear nested columns, 
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after,
.clearfix:after {clear: both;}
.row, 
.clearfix {zoom: 1;}
	  
/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
	
/*============================ Layout basics ===================================*/
header{
	margin-top:0px;
	width: 100%;
}
/*this hides the text title*/
header h1{
	margin:0;
	position:absolute;
	top:-999px;
	left:-999px;
}
/*title image as background*/
header span#headerImage{
	display: block;
	background: url() no-repeat center ;
	height:auto;
	width:100%;
}
/*title image link home*/
header a{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
header a img{
	/*height:180px;*/
	width:100%;
	border: none;
}
/*======================== navigation - function ================================*/
nav{
	position:absolute;
	top: 0px;
}
nav ul {list-style: none;}
nav ul.topMenu{
	list-style:none;
	padding:10px 18px;
}
nav ul li.menuItem {
	position:relative;
	float:left;
}
nav ul li.menuItem.current a, #nav ul li.menuItem a:hover, #nav ul li.menuItem:hover a{
	text-decoration: underline;
}
/***********sub menu*************/
nav li ul{
	position:absolute;
	left:0px;
}
nav ul ul,
nav ul li:hover ul ul,
nav ul ul li:hover ul ul{
	display: none;
}
nav ul li:hover ul,
nav ul ul li:hover ul,
nav ul ul ul li:hover ul{
	display:block;
	z-index:1;
}
/*============================== footer ================================*/
footer{
	width:100%;
	clear:both;
	font-size:small;
	height:50px;
	float:left;
}
footer .copyrights{
	float:left;
	text-align:left;
}
footer .credits{
	float:right;
	text-align:right;
}

//-------------------------- mail styles ---------------------------//

body {
background: url("design/back-gradient.jpg") repeat-x #12445C;
}
.multiplebgs body {
    background-color: #12445C;
    background-image: url("design/bubbles2.png"), url("design/bubbles1.png"), url("design/rays.png"), url("design/back-top.png"), url("design/back-gradient.jpg");
    background-position: 0 145px, 0 145px, center 160px, 0 0, 0 0;
    background-repeat: repeat-x, repeat-x, no-repeat, repeat-x, repeat-x;
    background-size: auto auto, auto auto, 1024px 100%, auto auto, auto auto;
    color: #12445C;
}
.no-multiplebgs body div.backgroundLayers{
margin:0;float:left;
}
.no-multiplebgs body div#container4{
background: url("design/back-top.png") repeat-x 0 0;
}
.no-multiplebgs body div#container3{
background: url("design/rays.png") no-repeat center 160px;
}
.no-multiplebgs body div#container2{
background: url("design/bubbles1.png") repeat-x 0 145px;
}
.no-multiplebgs body div#container1{
background: url("design/bubbles2.png") repeat-x 0 145px;
}
body{margin-top:-20px;}
body > * {
    margin: 20px;
}
h1, h2, h3 {
    text-shadow: 1px 1px 12px #000;
}
a{color:#9EFFF6;}
header {
    margin: 40px 0 55px;
    min-height: 130px;
}
header span#headerImage {
    background: url("design/FWTS_Logo2.png") no-repeat scroll center center transparent;
    display: block;
    height: 87px;
    width: 420px;
}
header a{text-decoration:none;}
header h1 {
    color: #12445C;
    font-size: 42px;
    font-weight: bold;
    left: auto;
    letter-spacing: -1px;
    line-height: 2.6;
    margin: auto auto auto 20px;
    position: relative;
    text-shadow: none;
    top: -999px;
    word-spacing: -7px;
}
nav {
    float: right;
    margin-top: 5px;
    position: absolute;
    right: 1px;
    top: 1px;
}
nav li {
    list-style: none outside none;
}
nav ul.topMenu > li {
    float: left;
    padding: 5px;
border-right: 2px solid;
}
nav ul.topMenu > li:last-child{
border-right: none;
}

nav ul.topMenu a {
    color: #12445c;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
nav ul.topMenu a:hover{text-decoration:underline;}
nav ul.topMenu ul {
    display: none;
}
section {
    border-bottom: 2px dashed #47A0C2;
    color: white;
}
section li {
    margin: 10px 1px;
}
section.cart {
    border: medium none;
    color: #335599;
    position: absolute;
    right: 10px;
    top: 62px;
    min-width:240px;
}
section.cart .cartIcon{float:left;}
section.cart .cartview form{float:left;}
article p strong{color:#ADDAEA;}
article.intro p{
font-size:large;
text-shadow:1px 1px 12px #000;
}
article.Panel {
    float: left;
    margin: 10px 2%;
padding: 20px 3%;
}
article.Panel p{
	font-size: 18px;
}
article.intro {
    float: none;
	margin:auto 5%;
}
article.left.Panel {
    width: 20%;
}
article.right.Panel {
    width: 59%;
    background: rgba(10, 55, 76, 0.5);
    -o-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

article.right.Panel img{
float:right;margin:5px;
clear:left;
}
.ProductDirectoryItem{
    float: left;
    height: 100px;
    margin: 0 20px 20px 0;
    padding: 20px;
    width: 300px;
}
article.right.Panel .ProductDirectoryItem img,
.ProductDirectoryItem img{float:left; margin:5px;}
article.right.Panel .ProductDirectoryItem.itemDetail{height:auto;width:auto;min-width:300px;}
article.right.Panel .ProductDirectoryItem.itemDetail img{float:right;}
article.left.Panel img{
max-width:100%;
}
article p.NewsPostDetailDate{font-size:small;}

ul.products_hierarchy_level0 ul{margin-left:10px;}

figure{
display:inline-block;
float:left;
margin:10px;
}
figure img{float:none;}
figcaption{
font-style:oblique;
max-width:300px;
text-align:center;
}

.invoice {
background: white;
color: black;
padding:20px;
}
.invoice h1, .invoice h2, .invoice h3, .invoice h4{color:black;}
article .invoice p strong {
    color: #000;
}

footer {
    background: none repeat scroll 0 0 #0A374C;
    background-color: rgba(10, 55, 76, .8);
    -o-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    clear: both;
    color: white;
    padding: 10px 0;
margin-left:0px;
margin-right:0px;
width:100%;
height:auto;

}
footer section{
	float:left;
	width:25%;
	margin:20px 4%;
	border:none;
}
footer section.spancol_2{width:58%;}
.product-item{
    float: left;
    margin: 0 2%;
    min-width: 46%;
}
.productlist .product-item{
border-bottom:2px dashed #47A0C2;
    margin-bottom: 20px;
    width: 100%;
}
footer > div{margin:10px;}
footer div.copyrights{clear:both;}

@media screen and (max-width: 840px){
	header {margin: 65px 0 30px;}
	section article.left.Panel,
	section article.right.Panel,
	section article.intro,
	footer section{
		clear:both;
		width:100%;
		margin: 10px;
	}
}
/* End of 'main-styles' */

