
/* - - - - - - - - - - - - - - - - - - - - - - -

Title :    PCI Tile
URL :      N/A

Created :  10.21.2009
Modified : 10.26.2009

- - - - - - - - - - - - - - - - - - - - - - - */

/* -----------------------------------------
Global Reset
v1.0 | 20080212 
http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

:focus { outline: none; }

/* Font Reset */
body { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 62.5%; }
html>body { font-size: 10px; }

/* ----------------------------------------- 
Clearfix Hack [slightly enhanced]
http://perishablepress.com/press/2008/02/05/
-------------------------------------------- */
.clearfix:after, #content:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0;
}
.clearfix, #content { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix, * html #content { height: 1%; }
.clearfix, #content { display: block; }
/* close commented backslash hack */

/* - - - - - - - - - - - - - - - - - - - - - - -               H T M L	               - - - - - - - - - - - - - - - - - - - - - - - */

/* Anchor Links 
-------------------------------------------- */
a:link { color: #00f; text-decoration: underline; }
a:visited { color: #00f; text-decoration: underline; }
a:hover {  color: #00f; text-decoration: none; }
a:active {  color: #00f; text-decoration: none; }

a:focus { outline: 1px dashed #00f; }

/* Headings 
-------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 { margin: 0 0 1em; font-size: 1.8em; }
h2 { margin: 0 0 1em; font-size: 1.6em; }
h3 { margin: 0 0 1.286em; font-size: 1.4em; }
h4 { margin: 0 0 1.5em; font-size: 1.2em; }
h5 { margin: 0 0 1.8em; font-size: 1em; }
h6 { margin: 0 0 2em; font-size: 1em; }

/* Text Elements 
-------------------------------------------- */
p, ul, ol, dl, blockquote, pre { margin: 0 0 1.5em; font-size: 1em; line-height: 1.4em; }
#content p { font-size: 1.1em; }

blockquote { padding: 0 1.25em; }
small, cite { font-size: 0.9em; }
strong, b, dt, th { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }

ul, ol { margin: 0 0 2em 1em; }
ul li, ol li { margin-left: 1em; line-height: 1.6em; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-roman; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: upper-alpha; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; padding-left: 1.5em; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: "Courier New", Courier, monospace monospace; }

sub { font-size: 0.9em; line-height: 1em; vertical-align: sub; }
sup { font-size: 0.9em; line-height: 1em; vertical-align: super; }

/* Tables 
-------------------------------------------- */
table {	margin: 0 0 1.5em; }
caption { text-align: left; }
th, td { padding: 0.25em 0.5em; }
tbody td, tbody th { border: 1px solid #999; }
tfoot { font-style: italic; }

/* - - - - - - - - - - - - - - - - - - - - - - -         M A I N - L A Y O U T         - - - - - - - - - - - - - - - - - - - - - - - */

/* Global Styles
-------------------------------------------- */
body {
	color: #555;
	background: #fff url(../img/body_bg.jpg) repeat 0 0;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	padding: 0 12px;
	text-align: left;
	background: #fff url(../img/content_mid.jpg) repeat-y 0 0;
}

.nav, .nav li, .nav ul, .nav ul li { margin: 0; padding: 0; list-style: none; }

ul#utility-nav { display: none; }

/* Header
-------------------------------------------- */
#header {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	width: 960px;
	height: 242px;
	background: #fff url(../img/header_bg.jpg) no-repeat 0 0;
}

/* Content
-------------------------------------------- */
#content {
	clear: both;
	padding: 60px 70px 0 55px;
	background: url(../img/content_top.jpg) no-repeat 33px 0;
}

#main-content {
	float: right;
	width: 584px;
}

#sub-content {
	float: left;
	width: 200px;
}

/* Sidebar Navigation */
#sub-content .nav {
	float: left;
	width: 200px;
	margin: 0 0 18px;
	border-bottom: 1px solid #c6c5c2;
	overflow: hidden;
}
#sub-content .nav li {
	float: left;
	width: 200px;
}

#sub-content .nav li a {
	display: inline-block;
	display: block;
	float: left;
	width: 178px;
	margin: -1px 0 0;
	padding: 8px 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #555;
	border: 1px solid #fff;
	border-top-color: #c6c5c2;
	background: #fff url(../img/nav_li_bg.jpg) no-repeat right top;
}

#sub-content .nav li a:hover,
#sub-content .nav li.active a {
	border: 1px solid #54b7fd;
	color: #fff;
	background: #73b9f1 url(../img/nav_li_bg_hover.jpg) no-repeat right top;
}

/* Affiliates Logo List */
#logo-list { float: left; width: 200px; margin: 0 0 18px; list-style: none; }
#logo-list li { float: left; width: 200px; margin: 0 0 10px; list-style: none; }
#logo-list li a { float: left; display: inline-block; display: block; }
#logo-list li a img { float: left; }

/* Contact Info */
#contact-info {
	clear: both;
	margin: 0 0 60px;
	padding: 20px 0 0;
	border-top: 1px solid #c6c5c2;
}

/* Footer
-------------------------------------------- */
#footer {
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding: 22px 0 80px;
	text-align: center;
	background: url(../img/content_bot.jpg) no-repeat center top;
}

#footer p {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #fff;
}

/* - - - - - - - - - - - - - - - - - - - - - - -    S E C O N D A R Y - L A Y O U T    - - - - - - - - - - - - - - - - - - - - - - - */


/* Home Page
-------------------------------------------- */
#thumbs-gallery {
	float: left;
	clear: both;
	width: 565px;
	margin: 0;
	padding: 18px 0 90px 18px;
	color: #fff;
	background: #1d5a93 url(../img/home_tn_gallery_top.jpg) no-repeat 0 0;
}

#thumbs-gallery li { float: left; width: 272px; height: 160px; margin: 0; }
#thumbs-gallery li img { float: left; border: 1px solid #fff;}
#thumbs-gallery li div { float: left; width: 116px; padding: 0 0 0 10px; }
#thumbs-gallery li h4 { margin: 0 0 0.25em; font-size: 1.3em; }
#thumbs-gallery li p { font-size: 1.1em; line-height: 1.3em; }
#thumbs-gallery li p a { font-size: 0.9em; font-weight: bold; text-transform: uppercase; text-decoration: none; color: #fff; }
#thumbs-gallery li p a:hover { text-decoration: underline; }

/* Secondary Page
-------------------------------------------- */
.thumb-right {
	float: right;
	margin: 0 0 10px 40px;
	border: 1px solid #7ec1f0;
}

#product-list {
	float: left;
	clear: both;
	width: 584px;
	margin: 18px 0 0;
	padding: 0;
}

#product-list li { float: left; width: 584px; margin: 0 0 18px; padding: 6px; list-style: none; background: #e0f6fe; }
#product-list li img { float: left; margin: 0 20px 0 0; }
#product-list li div { float: left; width: 440px; padding: 0; }
#product-list li h2 { margin: 0 0 0.25em; font-size: 1.3em; }
#product-list li p { font-size: 1.1em; line-height: 1.3em; }

#product-list li p a { 
	display: block;
	margin: 0.5em 0 0;
	font-size: 0.9em; 
	font-weight: bold; 
	font-style: italic;
	text-align: right;
	text-transform: uppercase; 
	text-decoration: none; 
	color: #555; 
}

#product-list li p a:hover { text-decoration: underline; }


/* Forms
--------------------------------------------- */

form div {
	padding: 7px 0 7px 0;
	clear: left;
}

form div label {
	float: left;
	width: 210px;
	font-size: 1.2em;
	line-height: 1.6em;
}

form div input {
	width: 180px;
}

form div.checkbox {
	clear: none;
	float: left;	
}

form div.radio fieldset label,
form div.checkbox label {
	float: left;
	width: 80px;
}

form div.radio fieldset input,
form div.checkbox input {
	width: 25px;
	float: left;
}

form div.radio fieldset legend {
	font-size: 1.2em;
	line-height: 1.6em;
}









