/* =BODY & TEXT
----------------------------------------------- */

body, html {
	margin: 0;
	padding: 0;
	color: #333333;
}
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	background-repeat: repeat-x;
}

h1, h2, h3, h4 {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-size:24 px;
	color: #000000;
}
h2 {
	font-size: 20px;
	color: #000000;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 16px;
	color: #000000;
	padding-bottom: 10px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
p {
	line-height: 1.7em;
	padding: 0 0 20px 0;
	margin: 0;
}
.logo {
	display:block;
	width: 350px;
	height: 56px;
	text-indent: -9999px;
	background: transparent url(../images/interface/fitsok-logo.gif) no-repeat 0 0;
	margin: 46px 0 0 30px;
	float: left;
}
* html .logo {
	display:inline;
}
.logo a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}
.splashtext {
color: white;
}
.newsdate {
	font-size: 10px;
	color: #666666;
	padding: 0 0 5px 0;
}
/* =STRUCTURE
----------------------------------------------- */
#container {
	margin: 30px auto 0;
	width: 732px;
	text-align:left;
	background-color: #fff;
}

#header {
	height: 122px;
	padding: 0;
	background-color: #000;
	background-image: url(http://fitsok.com/images/interface/background-header.gif);
	background-repeat: repeat;
}
.search {
	display: inline;
}
#sidebar {
	margin: 20px 0 20px 0;
}
#narrowleftcolumn {
	float: left;
	width: 200px;
	padding: 20px 15px 15px 40px;
}
#halfleftcolumn {
	float: left;
	width: 320px;
	padding: 20px 15px 15px 30px;
}
#wideleftcolumn {
	width: 410px;
	float: left;
	padding: 20px 30px 15px 30px;
}
#narrowrightcolumn {
	float: right;
	width: 200px;
	padding: 20px 30px 15px 30px;
}
#halfrightcolumn {
	float: right;
	width: 320px;
	padding: 20px 30px 15px 15px;
}
#halfrightcolumn-about {
	float: right;
	width: 365px;
	padding: 0;
}
#widerightcolumn {
	width: 625px;
	float: right;
	padding: 20px 40px 15px 15px;
}
#fullcolumn {
	width: 672px;
	clear:both;
	padding: 20px 29px 15px 29px;
}
#splash {
	width: 732px;
	height: 350px;
	clear:both;
	padding: 0px;
	background-color:#000;
}
#footerclear {
	clear: both;
}
#footer {
	clear: both;
	text-align: center;
	padding: 20px;
	margin: 0 auto 30px;
	width: 692px;
	background-image: url(http://fitsok.com/images/interface/background-footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* =LINKS
----------------------------------------------- */

a:link {
	color: #1da257;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #1da257;
	text-decoration: underline;
}
a:active {
}

/* =MAIN NAVIGATION
----------------------------------------------- */
#mainnavigation ul {
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 30px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #1da257;
	background-image: url(http://fitsok.com/images/interface/background-nav.gif);
}
#mainnavigation li {
	display: inline;
	list-style-type: none;
	padding: 0 20px 0 0;
	background-image: none;
}
#mainnavigation li a {
	color: #FFFFFF;
	text-decoration:none;
	outline:none;
}
#mainnavigation li a:hover {
	color: #D6FFD5;
}
#mainnavigation li a.selected {
	color: #red;
}
#socknav ul {
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 30px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#socknav li {
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 0;
	background-image: none;
}


/* =LISTS
----------------------------------------------- */

ul {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 15px;
}
ul li {
	background-image: url(http://fitsok.com/images/interface/list-asterisk.gif);
	background-repeat: no-repeat;
	background-position: 0 0.18em;
	padding: 0 0 8px 14px;
}
ol {
	padding: 0;
	margin: 15px 0 ;
}
ol li {
	padding: 0 0 15px 0;
	line-height: 1.5em;
}

/* =FORMS
----------------------------------------------- */


/* =MISC
----------------------------------------------- */

.textmiddle {vertical-align:middle;} 
.entrydate {
	font-size: 12px;
	color: #666666;
	line-height: 1em;
	margin-top: 4px;
}
.blogtitle {
	font-size: 14px;
	font-weight: bold;
	color: #443321;
}
.imageleft-border {
	text-align: left;
	margin-bottom: 20px;
	margin-right: 20px;
	clear: left;
	float: left;
	border: solid 1px #ccc;
	padding: 2px;
}
.imageright {
	margin-bottom: 20px;
	margin-left: 20px;
	clear: right;
	float: right;
}
.imagebelow {
	margin-bottom: 30px;
}
.imageright-border {
	text-align: right;
	margin-bottom: 20px;
	margin-left: 20px;
	clear: right;
	float: right;
	border: solid 1px #ccc;
	padding: 2px;
}
.imageright-filler {
	text-align: right;
	margin: 20px 0 20px 0;
	clear: right;
	float: right;
}
.productthumbs {
	margin-right: 30px;
}
.productsbottomborder {
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.logosbottomborder {
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}
.minilogos {
	margin-right: 21px;
}
.miniicons {
	margin-right: 10px;
}
.wheretobuy {
	padding: 0 0 20px 0;
}

.wheretobuy h3 {
	padding: 25px 0 0 0;
}
.wheretobuy td {
	padding: 8px 20px 8px 0;
	border-bottom: 1px solid #ccc;
	vertical-align: top;

}
.features img {
	float: left;
	margin-right: 20px;
}
.features {
	float: left;
	clear: both;
	margin: 5px 0 15px 0;
	width: 100%;
}
.featurestext {
	padding-top: 15px;
}
.grey{
	color: #9d9fa1;
}
.map {
	width: 100%;
}
.backtomap {
	float:right;
	margin-top: 5px;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 32px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 20px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 18px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -5px;
	visibility: hidden;
	font-size: 18px;
}
