/* --- Main Page Container --- */
body { margin:10px 0; padding:0; color: #333; font-family:Arial, Helvetica, sans-serif; font-size:12px; background:url(../images/body-bg.gif) repeat-x #ccc; text-align:center; }

/* --- Global Margins --- */
h1, h2, h3, h4, h5, h6, form { margin:0;}
p { margin:0 0 10px 0;}

/* --- Text Styles --- */
.blueTxt, 
.blueTxt a,	 a.blueTxt 	{ color:#0f4088; }
.greyTxt, .greyTxt a 	{ color:#999; }
.whiteTxt 				{ color:#fff; }

.font10 	{ font-size:10px; }
.font11 	{ font-size:11px; }
.noU 		{ text-decoration:none; }

/* --- Main Link Styles --- */
a 				{ color:#006699; }
a:hover		{ color:#f90;  text-decoration:underline; }
img 			{ border:0; }

/* --- Floats --- */
.floatL	{ float:left; margin-right:15px; }
.floatR	{ float:right; margin-left:15px; }

#body-wrapper		{ width:770px; margin:0 auto; text-align:left; }
#body-header		{ height:47px; overflow:hidden; background-image:url(../images/header-bg.gif); border-bottom:3px solid #ccc; }
#body-nav			{ height:30px; padding:0 11px 0 22px; overflow:hidden; background-image:url(../images/nav-bg.gif); }
#body-nav ul 		{ margin:0; padding:0; list-style:none; }
#body-nav ul li		{ float:left; padding-top:7px; margin-right:15px; font-weight:bold; font-size:15px; }
#body-nav ul li	a	{ color:#fff; padding-left:19px; text-decoration:none; background:url(../images/nav-bull-off.gif) no-repeat left center; }
#body-nav ul li	a:hover	,
#body-nav ul li	a.sel	 { background-image:url(../images/nav-bull.gif); }
#body-nav #subs 	{ float:right; margin-right:0; }	
#body-nav #subs a	{ background-image:url(../images/icon-rss.gif); }	
#body-title			{ color:#fff; background: url(../images/title-bg.gif) repeat-x #2e8ab7;  }
#body-title h2 		{ font-size:24px; padding:12px 0 12px 17px; }
#body-title.home			{ color:#fff; background: url(../images/title-bg-home.gif) repeat-x #2e8ab7;  }
#body-title.home h2 	{ font-size:18px; padding:19px 0 8px 17px; }
#body-title p		{ line-height:19px; margin-left:20px; margin-bottom:0; }
#title-portrait 	{ float:right; height:142px; overflow:hidden; }
#body-contents 		{ background:url(../images/body-cols.gif) top right repeat-y #fff; }
#main-col			{ width:520px; padding-bottom:30px; float:left; border-top:3px solid #ccc; }
.post				{ padding:15px 20px 30px 10px; line-height:19px; }
.post h3 			{ margin-bottom:15px; font-size:18px; }
.post .post-date	{ float:right; font-size:11px; }
.post p a 			{ text-decoration:underline; }
#main-col .button 	{ padding:15px 30px; }
#right-col 			{ width:250px; float:left; font-size:11px; line-height:18px; }
#right-col .box		{ margin-left:2px; padding:17px 14px 5px 14px; background:url(../images/right-col-box-bg.gif) repeat-x; } 
#right-col .title	{ margin-bottom:12px; }
#right-col form input { vertical-align:middle; }
#right-col .text-field { width:110px;  margin-right:3px;}
#right-col .prod 	{ text-align:center; }
#right-col ul			{ margin:0 0 12px 12px; padding:0; list-style:none; }
#right-col ul li		{ background:url(../images/bullet.gif) no-repeat 0 5px; padding:0 0 0 12px;  }
.post-bar	 			{ margin-bottom:12px; padding:4px 0; font-weight:bold; border:1px solid #ccc; border-width:1px 0; }
.post-bar span 		{ float:right; }

#body-footer 		{ padding:17px; color:#fff; font-size:11px; border-top:1px solid #00334c; background:url(../images/body-footer-bg.gif) no-repeat; } 
#body-footer a		{ color:#fff; text-decoration:none; }
#body-footer .cf a 	{ font-weight:bold; }
#body-footer span	{ padding-left:18px; float:right; background:url(../images/icon-rss.gif) no-repeat;  } 

#contact-form {margin:40px 30px; }
#contact-form label { font-weight:bold; display:block; margin-top:15px; }
#contact-form label span { font-weight:normal; }
#contact-form textarea {width:400px; height:120px; }
#contact-form div {margin-bottom:5px;}
#contact-form div.cf div { float:left; width:45%; padding-top:30px; line-height:19px; }
#contact-form div.cf h3 { color:#ff9900; font-size:18px; margin-bottom:10px; }

.post dl { margin:0; padding:0; }
.post dd { margin:0 0 25px 0; padding:0; }
.post dt { text-align:right; margin:0; padding:0; }

.prods { margin:12px 12px 20px 12px; } 
.prods .title { background-color:#efefef; border-bottom:1px solid #ccc; padding:5px 8px; font-weight:bold; margin-bottom:10px;  }
.prods .title span { float:right; font-size:11px; }
.prods .col1 { float:left; width:50%; text-align:center;}
/*.prods .col2 { float:left; width:20%; text-align:center;}*/
.prods .col strong { font-size:12px; }
.prods .col div { margin-bottom:5px; }
/* --- Float Hack --- */
.cf:after { content: ".";  display: block; height: 0; clear: both; visibility: hidden; }
.cf { display:inline-block;}
/* Hides from IE-mac \*/
* html .cf {height: 1%;}
/* End hide from IE-mac */
.cf { display:block;}

/* .post background image string:  background:url(../images/post-bot-bg.gif) no-repeat bottom center; */


