﻿/* 
	CSS Document - FSD International, Inc.
	Screen styles
*/

/* RESET
----------------------------------------------- */
* {
	margin: 15;
	padding: 0;
	color: #002142;
}
abbr, object:focus, a:focus { outline: none; border: 0; }
input:focus { outline: none; }

/* LAYOUT
----------------------------------------------- */
body
{
	background-image:url('http://www.fsd-international.com/images/BackgroundBlue.jpg');
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	font-family: Verdana; 
	font-size: small;
	color:#14143c; 

}

h1           
{ 
	font-family: Arial, Helvetica, sans-serif;
	color: #14143c; 
	font-size: large; 
	font-weight: bold 
}

h2           
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium; 
	color: #14143c; 
	font-weight: bold 
}

h3  
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small; 
	color: #14143c; 
	font-weight: bold 
}

.grayTable {
	border: 2px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	background-color:#072f77;
}

.ltGrayTable {
	margin-left: auto;
	margin-right: auto;
	background-image:url('http://www.fsd-international.com/images/LtGrayBackground.jpg');
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.insetTable {
	border: 2px solid #242424;
	margin-left: auto;
	margin-right: auto;
	background-color: #f2f4fa;
}

.productTable {
	border: 1px solid #C0C0C0;
	background-color: #14143c;
	width:850px;
	height:210px;
}

.featureTable {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #008000;
}

.featureTableRed {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}

.coverProduct {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:300px;
}

.regularPrice {
	font-size: small;
	color: #14143c;
	text-decoration: line-through;
}

.salePrice {
	font-size: small;
	color: #008000;
	font-weight: bold;
}

.saleHeader {
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: x-large;
	color: #008000;
	font-style: italic;
}
.brownTable {
	font-size: large;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #002142;
}
.noBorder {
	border-width: 0px;
}


.verticalLine {
	background: url(http://www.fsd-international.com/images/VerticalLineBlue.jpg) top center repeat-y;
}

.sale-Bold {
	font-size: x-large;
	color: #008000;
	font-weight: bold;
}

.sale-Subtxt {
	font-size: large;
	color: #008000;
	font-weight: bold;
}

.sale-Detail {
	font-size: small;
	color: #008000;
	font-weight: bold;
}

.featureBold {
	font-size: large;
	color: #008000;
	font-weight: bold;
}


.promo_Bold {
	font-size: large;
	color: #14143c;
	font-weight: bold;
}

.promo_Subtext {
	color: #14143c;
	font-weight: bold;
}

.feature_Subtext {
	color: #008000;
	font-weight: bold;
}


.greenBold {
	color: #008000;
	font-weight: bold;
}
.redBold {
	color: #ff0000;
	font-weight: bold;
}

.SaleAdHeader {
	font-size: large;
	color: #008000;
	font-weight: bold;
}

.strikeThrough {
	text-decoration: line-through;
}

.NoBorder {
	border-width: 0;
}



.center1
{ 
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #14143c;
	text-decoration: none;
}

a:visited {	
	color: #14143c;
	text-decoration: none;
}

a:active {
	color: #14143c;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;

}
