@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
body {
	line-height: 1;
	background: url(../images/global/body_bg_003a.jpg) top repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

.clearer {
	clear: both;
}

/***********************************
			MAIN
***********************************/

/* Global */

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.text-xsmall { font-size: .5em }
.text-small {font-size: .8em}
.text-medium { font-size: 1em}
.text-large { font-size: 1.2em}
.text-xlarge { font-size: 1.5em}

/* Layout */

#wrap {
	width: 960px;
	margin: 0 auto;	
}

#top {
	height: 120px;
	position: relative;
}

	#logo {
		width: 400px;
		height: 70px;
		position: absolute;
		top: 0;
		left: 0;
		/*background: url(../images/global/logo.png) top no-repeat;*/
		background: url(../images/global/jaemar-logo-sm.png) left center no-repeat;
	}
	
	#logo a {
		height: 60px;
		width: 400px;
		font: bold 25px/80px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		text-align: left;
		display: block;
		text-decoration: none;
		color: #2d5584;
		padding-left:50px;
	}
	
	
	/* Auxillary Tools */
	#aux_tools {
		height: 20px;
		font: 13px Arial, Helvetica, sans-serif;
		padding-top:6px;
		text-align:right;
		width:940px;
		color:#666;
	}
	
	#aux_tools a {
		color: #7494B6;
	}
	
	#aux_tools a:link, #aux_tools a:visited {
		color: #7494B6;
		text-decoration:none;
	}
	
	#aux_tools a:hover, #aux_tools a:active {
		color: #7494B6;
		text-decoration:none;
		border-bottom: 1px dashed #7494B6;
	}
	
	#aux_tools a.accnt_login {	
		padding-left:16px;
		background: url(../images/global/lock.png) left center no-repeat;
	}
	
	
	
	/* Navigation */
	#nav {
		width: 960px;
		height: 80px;
	}
	
	/* Primary Tab Navigation */
	
	#nav ul#primary {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		height: 70px; /*--Set height of tabs--*/
		/*border-bottom: 1px solid #999;*/
		/*border-left: 1px solid #999;*/
		width: 400px;
		position:relative;
		top:44px;
	}
	
	#nav ul#primary li {
		text-transform: uppercase;
		float: left;
		margin: 0;
		padding: 0;
		height: 69px; /*--Subtract 1px from the height of the unordered list--*/
		line-height: 69px; /*--Vertically aligns the text within the tab--*/
		/*border: 1px solid #999;*/
		border-left: none;
		margin-bottom: -1px; /*--Pull the list item down 1px--*/
		overflow: hidden;
		position: relative;
		width:102px;
	}
	
	#nav ul#primary li a, #nav ul#primary li a:visited {
		font: bold 12px/49px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		display: block;
		padding: 0 20px;
		/*border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/*/
		outline: none;
		background:url(../images/global/tab_bg_dark.png) no-repeat;
		background-position: 0 0;
	}
	
	#nav ul#primary li a:hover {
		background:url(../images/global/tab_bg_dark.png) no-repeat;
		background-position: -202px 0;
	}
	
	#nav ul#primary li.active a, #nav ul#primary li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
		background:url(../images/global/tab_bg_dark.png) no-repeat;
		background-position: -101px 0;
	}
	
	/* Secondary Navigation */
	
	#nav ul#secondary {
		width: 500px;
		
		float:right;
	}
	
	#nav ul#secondary li {
		float: right;
		text-transform: uppercase;
	}
	
	#nav ul#secondary li a, #nav ul#secondary li a:visited {
		display: block;
		font: bold 12px/80px Arial, Helvetica, sans-serif;
		color: #7494B6;
		text-decoration: none;
		padding: 0 15px;
		background: url(../images/global/arrow.png) no-repeat center 0;
		margin-top:20px;
	}
	
	#nav ul#secondary li a:hover {
		color: #2d5584;
		background: url(../images/global/arrow.png) no-repeat center -96px;
	}
	

/* Banner */
#banner {
	height: 100px;
	width: 960px;
	position: relative;
    background: url(../images/global/banner_bg.jpg) top right no-repeat;
	text-shadow: 2px 2px 2px #000;
}

    #quote {
        font: 36px/55px "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #fff;
		position: absolute;
		top: 10px;
		/*right: 0px;*/
        text-align: center;
		width: 960px;
		height: 60px;
    }

	#headline {
		height: 100px;
		width: 960px;
		position: absolute;
		top: 270px;
		left: 0;
	}
	
	#headline h1 {
		font: bold 40px/100px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color: #376398;
		text-indent: 20px;
	}

#content {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.post-title {
	font: bold 18px/22px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #191919;
	margin: 0;
	padding: 0;
}

.post-date {
	font: normal 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #959595;
	margin-bottom: 10px;
}

#left_col {
	width: 600px;
	margin: 0 20px;
	float: left;
}

#left_col h2 {
	font: bold 22px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #2d5584;
	margin-bottom: 25px;
}

#left_col h3 {
	font: bold 16px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #003370;
}

#left_col h4 {
	font: bold 13px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #7494B6;
	margin-top:10px;
}

#left_col p {
	font: 15px/22px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0 0 20px;
}

#left_col ul {
	width: 480px;
	float: left;
	margin-bottom: 20px;
	font: 15px/22px Arial, Helvetica, sans-serif;
	color: #666;
	padding-left: 20px;
}

#left_col li {
	list-style: disc;
}

#left_col .product_listing {
	margin: 10px 0;
	padding:10px;
	border: 1px solid #7494B6;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#left_col .product_listing p {
	margin: 0px;
}

#left_col .product_thumb {
	width:60px;
	height:60px;
	float:left;
	margin-right: 10px;
	padding:0;
	border:1px solid #003370;
}

#left_col .product_preview {
	/*margin-left: 60px;*/
}

#left_col .product_detail {
	margin:15px 0 0 0;
	border-top:1px solid #e1e1e1;
	padding: 8px 0 0 0 ;
}

#left_col .product_detail table th, #left_col .product_detail table td {
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #666;
	padding:3px;
	border:none;
}

#left_col .product_detail table th {
	font-weight:bold;
	font-size:11px;
	color:#003370;
	text-transform:uppercase;
	width: 80px;
	text-align:right;
	border-left:1px solid #e1e1e1;
}

#left_col .product_detail table td {
	border-right:1px solid #e1e1e1;
}

#left_col .product_detail table th.last, #left_col .product_detail table td.last {
	border-bottom: 1px solid #e1e1e1;
}

#left_col .odd {
	background: url(../images/global/odd_bg.jpg);
	height:20px;
}

#left_col .even {
	background: url(../images/global/even_bg.jpg);
	height:20px;
}

#left_col .product_links a {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #AAA;
	position:relative;
	top:5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#left_col .product_links a:link, #left_col .product_links a:visited {
	color: #FFF;
	background:#356395;
	padding:3px 5px;
	text-decoration:none;
}

#left_col .product_links a:hover, #left_col .product_links a:active {
	color: #FFF;
	background:#7494B6;
	padding:3px 5px;
	text-decoration:none;
}

#right_col {
	width: 300px;
	margin-right: 20px;
	float: right;
}

#right_col h2 {	
	font: bold 18px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #2d5584;
	text-indent: 20px;
}
	#search {
		width: 310px;
		height: 80px;
		background: url(../images/global/search_bg_green.jpg) no-repeat;
		position: relative;
	}
	
		#search_input {
			height: 24px;
			width: 190px;
			font: 14px/24px Arial, Helvetica, sans-serif;
			color: #888;
			border: none;
			position: absolute;
			top: 27px;
			left: 35px;
		}
		
		#search_submit {
			height: 24px;
			width: 35px;
			font: 14px/24px Arial, Helvetica, sans-serif;
			color: #fff;
			border: none;
			position: absolute;
			top: 27px;
			right: 32px;
			text-align: center;
			background: none;
			cursor: pointer;
		}
		
	
	#news {
		width: 310px;
		height:400px;
		background: url(../images/global/news_bg.jpg) top no-repeat;
	}
	
	#right_col #news h2 {
		font: bold 18px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #003370;
		padding: 26px 35px 0;
	}
	
	#right_col #news p {
		font: 15px/22px Arial, Helvetica, sans-serif;
		color: #666;
		margin: 0 0 20px;
	}
	
	#news ul {
		display: block;
		margin: 0 25px;
		padding-bottom: 15px;
	}
	
	#news ul li {
		width: 260px;
		height: 80px;
		border-top: 1px solid #ddd;
		position: relative;
	}
	
	#news ul li a, #news ul li a:visited {
		background: none;
		display: block;
		height: 80px;
		width: 240px;
		text-decoration: none;
		padding: 0 10px;
	}
	
	#news ul li a:hover {
		background: #dedede;
		cursor: pointer;
	}
	
		.date {
			background: url(../images/global/calendar.png) 0px 15px no-repeat;
			width: 240px;
			height: 80px;
			display: block;
		}
		
		.month {
			font: bold 10px/16px Arial, Helvetica, sans-serif;
			color: #fff;
			text-align: center;
			display: block;
			width: 50px;
			height: 16px;
			position: absolute;
			top: 15px;
			left: 10px;
		}
		
		.day {
			font: bold 22px/34px Arial, Helvetica, sans-serif;
			color: #003370;
			text-align: center;
			width: 50px;
			height: 34px;
			position: absolute;
			top: 31px;
			left: 10px;
		}
		
		.title {
			font: bold 14px/18px Arial, Helvetica, sans-serif;
			color: #7494B6;
			text-align: left;
			text-transform: uppercase;
			width: 180px;
			height: 36px;
			position: absolute;
			left: 70px;
			top: 11px;
		}
		
		.author {
			font: 10px/10px Arial, Helvetica, sans-serif;
			color: #999;
			text-align: left;
			width: 180px;
			height: 14px;
			position: absolute;
			left: 70px;
			top: 55px;
		}

	#right_col img {
		float: left;
	}
	
	#product_categories {
		width: 310px;
		height:300px;
		background: url(../images/global/news_bg.jpg) top no-repeat;
	}
	
	#right_col #product_categories h2 {
		font: bold 18px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #003370;
		padding: 26px 35px 0;
	}
	
	#product_categories ul {
		display: block;
		margin: 0 25px;
		padding-bottom: 5px;
	}
	
	#product_categories ul li {
		width: 260px;
		height: 40px;
		border-top: 1px solid #ddd;
		position: relative;
	}
	
	#product_categories ul li a, #product_categories ul li a:visited {
		background: none;
		display: block;
		height: 40px;
		width: 240px;
		text-decoration: none;
		padding: 0 10px;
	}
	
	#product_categories ul li a:hover {
		background: #dedede;
		cursor: pointer;
	}

		.product_title {
			font: bold 14px/18px Arial, Helvetica, sans-serif;
			color: #7494B6;
			text-align: left;
			text-transform: uppercase;
			width: 200px;
			height: 16px;
			position: absolute;
			left: 30px;
			top: 11px;
		}
		
		.product_category {
			font: 10px/10px Arial, Helvetica, sans-serif;
			color: #999;
			text-align: left;
			width: 180px;
			height: 14px;
			position: absolute;
			left: 70px;
			top: 55px;
		}


#full_col {
	width: 960px;
	margin: 0;
	float: left;
	padding: 0;
}

#full_col h2 {
	font: bold 22px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #2d5584;
	margin-bottom: 25px;
}

#full_col #feature_list #tabs li a {
	text-decoration:none;
}

#full_col #feature_list #tabs li a h2 {
	text-decoration:none;
	font: bold 18px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	margin:0;
	padding:0;
}


#full_col #feature_list #tabs li a:hover h2 {
	color: #7494B6;
	text-decoration:none;
}

#full_col #feature_list #tabs li a.current h2 {
	font: bold 18px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #FFF;
}

#full_col #feature_list #tabs li a.current p {
	
}


#full_col h3 {
	width: 95%;
	font: bold 18px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #FFF;
	border-bottom: 2px solid #fff;
	margin-bottom: 10px;
}

#full_col p {
	font: 15px/22px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0 0 20px;
}

#full_col ul {
	width: 480px;
	float: left;
	margin-bottom: 20px;
	font: 15px/22px Arial, Helvetica, sans-serif;
	color: #666;
	padding-left: 20px;
}

#full_col li {
	list-style: disc;
}

	#full_col #promo1 {
		width: 300px;
		height: 400px;
		background: url(../images/global/promo_bg.jpg) top no-repeat;
		float:left;
		text-align:center;
	}
	
	#full_col #promo2 {
		width: 300px;
		height: 400px;
		background: url(../images/global/promo_bg.jpg) top no-repeat;
		float:left;
		text-align:center;
	}
	
	#full_col #promo3 {
		width: 300px;
		height: 400px;
		background: url(../images/global/promo_bg.jpg) top no-repeat;
		float:left;
		text-align:center;
	}
	
	#full_col #promo1 h2, #full_col #promo2 h2, #full_col #promo3 h2 {
		font: bold 24px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #FFF;
		padding: 26px 35px 0;
		text-shadow: 1px 1px 3px #191919;
	}
	
	#full_col #promo1 h3, #full_col #promo2 h3, #full_col #promo3 h3 {
		font: bold 14px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color: #2d5584;
		padding: 16px 20px 0px 30px;
		\text-align:left;
	}
	
	#full_col #promo1 ul, #full_col #promo2 ul, #full_col #promo3 ul {
		display:inline;
		width:200px;
		margin: 5px 5px 5px 55px;
		list-style:square;
		line-height:18px;
		text-align:left;
	}
	
	#full_col #promo1 ul li, #full_col #promo2 ul li, #full_col #promo3 ul li {
		list-style:square;
		text-align:left;
	}
	
	#full_col .bottom {
		text-align:center;
		position:absolute;
		top: 500px;
		margin-left:60px;
	}
	
	
/* Sub Navigation */
	#sub_nav {
		width: 960px;
		height:47px;
		line-height:47px;
		margin: 0;
		padding:0;
		border-bottom: 1px solid #356395;
		margin-top:-20px;
	}
	
	#sub_nav ul {
		float:left;
		width:700px;
		list-style:none;
		margin:0;
		padding-bottom:0px;
		margin-left:-25px;
	}
	
	#sub_nav ul li {
		float: left;
		text-transform: uppercase;
		list-style:none;
		list-style-type:none;
		margin: 0 2px;
		width:100px;
		text-align:center;
	}
	
	#sub_nav ul li a, #sub_nav ul li a:visited {
		display: block;
		font: bold 12px/16px Arial, Helvetica, sans-serif;
		color: #356395;
		text-decoration: none;
		padding: 5px 12px;
		margin-top:20px;
		border: 1px solid #356395;
	}
	
	#sub_nav ul li a:hover {
		color: #FFF;
		background-color:#7494B6;
		border: 1px solid #356395;
	}
	
	#sub_nav ul li.current a {
		color: #FFF;
		border: 1px solid #356395;
		background-color:#356395;
	}
	
	#sub_nav #sub_btns {
		float:right;
	}

#footer {
	background: url(../images/global/footer_bg.jpg) no-repeat top center;
	height: 80px;
	margin: 10px 0 20px 0;
	position: relative;
}

#footer ul {
	clear: left;
	float: left;
	left: 50%;
	position: relative;
	height: 40px;
}

#footer li {
	display: block;
	float: left;
	right: 50%;
	position: relative;
	font: 11px/40px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#footer li a, #footer li a:visited {
	color: #888;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 8px;
}

#footer li a:hover {
	color: #333;
}

#footer p {
	text-align: center;
	font: 12px/40px Arial, Helvetica, sans-serif;
	color: #aaa;
}

/* Forms */

#login {
	margin: 10px 0;
	padding: 20px 30px;
	border: 1px solid #cecece;
	border-radius: 8px;
	width: 360px;
}

#login label {
	font: 16px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	margin: 5px 0;
	color:#30557F;
}
	
#login form input {
	width: 200px;
	font-size: 18px;
	margin-bottom: 15px;
	border-radius: 3px;
	padding: 6px 10px;
	outline:none;
	border: 1px solid #cecece;
}

#login form input[type="submit"] {
	border: 1px solid #cecece;
	width: 100px;
	background-color:#30557F;
	border-radius: 8px;
	color:#ffffff;
}
	

fieldset {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #7494B6;
}

fieldset legend {
		color: #7494B6;
		font-weight:bold;
		padding: 0 10px;
	}
	
form fieldset {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #7494B6;
}

form fieldset legend {
		color: #7494B6;
		font-weight:bold;
		padding: 0 10px;
	}
	
form input {
	width: 150px;
	font-size:14px;
}
	
form input.short{
	width: 80px;
}

form input.medium{
	width: 200px;
}

form input.long{
	width: 400px;
}
	
form textarea {
	width: 400px;
	height: 100px;
	font-size:14px;
}

form textarea.long {
	width: 400px;
	height: 200px;
	font-size:14px;
}
	
form .field-with-errors input {
	border: 1px solid red;
}
form .field-with-errors label {
	color: red
}

form ul.error-messages li {
	list-style: square;
	color: red
}

/* Modal Window */

.modalTitle {
	color:#FFF;
}
p.modaltext {
	color:#FFF;
}

/* Tables */
/*
table {
	
}

table th, table td {
	text-align:left;
}

table th {
	font-size: 11px;
	border: 1px solid #cecece;
	padding: 5px;
}

table td {
	font-size: 12px;
	padding: 5px;
	border-bottom: 1px dashed #cecece;
}
*/


/* Images */


/* System Messages */

#full_col p.success, p.success {
  font: bold 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  margin-bottom: 10px;
  padding: .5em 1em;
  border:1px solid #487D3D;
  background: #8ac53e url(../images/global/icon-success.png) no-repeat;
  background-position:center left;
  padding-left: 25px;
}

#full_col p.error, p.error {
  margin-bottom: 10px;
  color: #FFFFFF;
  padding: .5em 1em;
  border:1px solid #C24C33;
  background: #BF2828 url(../images/global/icon-error.png) no-repeat;
  background-position:center left;
  padding-left: 25px;
}

