

/* HTML Elements */
* {
	margin:0;
	padding:0;
	}
	
body {
	font-family: Arial, Helvetica;
	color: #2b2b2b;
	background: url(../images/body-background.jpg) no-repeat scroll center top;
	}
.b {	
	font-weight: bold;
	}	
p {	
	margin: 15px 0;
	font-size: 1.2em;
	}
	
.p2 {	
	font: small;
	display:block;
	padding: 0px 0px 5px 0px;
	line-height: 15px;
	}
	
.p3 {	
	font:1.1em Georgia, "Times New Roman";
	color: #2b2b2b;
	letter-spacing: 0.1em;
	display:block;
	padding: 0px 0px 5px 0px;
	line-height: 15px;
	}		
	
p ul, ol li {
	line-height:1.3em;	
	font-size: 1.2em;	
	list-style: circle;
	}		

a:link, a:visited{
	color: #0088CC;
	text-decoration:none;
	}

a:hover, a:active {
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #507483;
	}

blockquote {
	padding: 10px 40px 10px 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px 10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:960px;
	margin:0px auto;
	margin-top:15px;
	padding:0px;
	font-size:0.7em;

	}


#page {
	width:940px;
	margin:0px auto;
	padding:7px 10px;
	background:#ececec;
	font-size:0.7em;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;	
	border-bottom: 1px #cccccc solid;		
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:5px;
	padding:1px 0px 0px 20px;
	text-transform:uppercase;
	background:#2b2b2b url(../images/navbar2.png);
	background-position: 15px;
	}

#page-bar {
	width:722px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	font-size:11px;
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:0px solid #333;
	}

#page-bar li:hover {
	background: none;
	text-decoration:underline;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 10px;
	font-weight:bold;
	color:#2b2b2b;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 105px;
	text-transform:none;
	display:inline;
}	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #fff;
	width: 105px;
	float: none;
	margin: 0px;
	padding: 5px 0px 5px 20px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #fff;

	}

#page-bar li ul {
	position: absolute;
	width: 127px;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:3em Arial;
	font-weight:bold;
	color: #2b2b2b;
	letter-spacing:-0.05em;
	line-height: 1.1em;
	margin: 10px 0px;
	}

h2 {
	font:2.3em Georgia, "Times New Roman";
	color: #606060;
	margin:25px 0px 5px 0px;
	border-bottom: solid 1px #9fb3bb;
	padding-bottom:2px;
	}

h3 {
	font:1.4em Georgia, "Times New Roman";
	margin:25px 0px 2px 0px;	
	color:#2b2b2b;
	font-weight:bold;
	
	}

h4 {
	font:1.3em Georgia, "Times New Roman";
	color: #2b2b2b;
	}
h5 {
	font:1.3em Georgia, "Times New Roman";
	color: #535c5d;
	margin:5px 0px 5px 0px;
	font-weight:bold;
	}	


.youtube {
	display: block; 
	margin:25px 0px;
	text-align:center;
	}

/* Index Page*/

#logo {
	width:350px;
	padding:10px 0px 10px 15px;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}


/* Content Page*/

#content {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}

#breadcrumbs {
	font-weight:normal;
	color:#8b8b8b;
	margin-bottom: 10px;
	display:block;
	letter-spacing: 0.1em;
	}

#content h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
	}

.post {
	font-size:1.2em;
	line-height:1.5em;
	}

.post p {
	margin-top:15px;
	font-size:1em;	
	}

.post .p2 {
	margin:0px;
	font-size:0.8em;	
	}
		
.post .p3 {
	margin:0px;
	padding:0px;
	font-size:0.9em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
	}
				
.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	line-height:1.3em;	
	list-style: disc;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	padding-bottom:10px;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:0px solid #ccc;
	margin: 0px 0px 15px 35px;
	}
.post .ads {
	margin-top:10px;
	}
	
.post .details {
	padding: 15px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1em Arial;
	line-height:1.2em;
	margin:15px 0px 55px 0px;
	}	

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}




/* Sidebar* 	/* column container */
    #rightheader {
        clear:both;
        float:left;
        width:100%;
    }
	#rightheader {
		border-bottom:0px solid #000;
		background:#fff;
}		

	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column right menu settings */
	.rightmenu {
	    background:#9fb3bb;
	}
	.rightmenu .white {
	    background:#FFF;
	}	
	.rightmenu .colleft {
        float:left;
        width:200%;
        margin-left:-300px;
        position:relative;
        right:100%;
        background:#fff;
    }
    .rightmenu .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
	.rightmenu .col1 {
        margin:0 15px 0 320px;
        overflow:hidden;
		padding-top: 10px;		
	}
    .rightmenu .col2 {
        float:right;
        width:260px;
        position:relative;
        left:280px;
	padding-top: 10px;
    }
    
.rightmenu .col2 ul {
	margin: 5px 0px;
	}

.rightmenu .col2 li {
	font-size: 1.4em;
	color: #2b2b2b;
	display: block;
	padding: 0px 0px 7px 15px;
	letter-spacing: 0.01em;
	background:url(../images/sub.gif) no-repeat;
	}
.rightmenu .col2 li a {
	color: #243751;
  font-size: 12px;
  font-weight: bold;
	}    
.rightmenu .col2 li a:hover, a:active { 
	color: #ececec;
	text-decoration: underline;
	}
	
.rightmenu .col2 h2 {
	font:2.3em Georgia, "Times New Roman";
	color: #fff;
	margin:15px 0px 5px 0px;
	border-bottom: solid 1px #186c8c;
	padding-bottom:2px;
	}	
/* End Sidebar* 	/* column container */

/* Add to cart boxes*/

.addtocart{
     background:none;
     padding: 1px 0px;
     float: left;
     width: 100%;
	 margin-bottom: 5px;

        
	}

.addtocart .left {
     width: 47%; 
     margin-right: 5px;
     border: 2px solid #fff;  
     background:#ececec;
		 padding-bottom: 5px;

}

.addtocart .right {
     width: 47%;
     border: 2px solid #fff;  
     background:#ececec;
		 padding-bottom: 5px;		 
}
.addtocart .middle {
     width: 95%; 
     margin-right: 5px;
     border: 5px solid #fff;  
     background:#ececec;
		 padding-bottom: 5px;		 

}



/* End Add to cart boxes*/	

.testimonials {
	list-style:none;
	display:block;
	padding:2px 0px 2px 23px;
	background:url(../images/icons/quotes-white.png) no-repeat 0 0px;
	}


#sidebar {
	width:370px;
	float:right;
	margin:0px 0px 0px 0px;
	}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#333;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

/* HTML Pop-ups*/

.htmlpopups {
	margin: 10px; 
	padding:30px;
	border: 3px solid #6767ab; 
	background: no-repeat bottom right #f5f1f0;
	}
.htmlpopups h1 {
	margin: 0px;
	font-size: 1.2em;
	color: #666666;	
	font-weight: normal;
	}		
.htmlpopups p {
	margin: 15px 0;
	font-size: 0.8em;
	color: #666666;
	}	
   
.htmlpopups ul {
	color: #666666;	
	margin: 15px 35px;
	font-size: 0.8em;
	}	

/* End HTML pop-ups*/




/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
	
/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

/* FEEDS  http://www.google.com/support/feedburner/bin/answer.py?answer=78991  --> */

#myfeeduri1234 {
}

div.feedburnerFeedBlock {
	padding:0px;
	margin: 5px 20px 0px 15px;
	width:100%;
	overflow: hidden;	
}
div.feedburnerFeedBlock ul li span.headline a {
   font-weight: normal;
	 font-size: 12px;
	 letter-spacing: 0px;
		font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
div.feedburnerFeedBlock .date{
   font-weight:bold;
	 font-size: 10px;
	 padding: 0px;
}
.feedburnerFeedBlock > ul > li > .date {
  display: inline;
  padding-left: 5px;
	color:#999999;				
} 
div.feedburnerFeedBlock ul ul {
   list-style-type: disc;	
	 padding-top: 0px;
	 background-color:#330099;
}
.feedburnerFeedBlock > ul > li {
  font-size:10px;
	border-bottom:0px dotted #ccc;
	padding:2px 10px 2px 13px;
	background:url(/images/sub.gif) no-repeat 0 0px;	
}
#creditfooter {
   visibility:hidden;
   height:1px;
}

/* END FEEDS--> */

/* FEED 2  http://www.google.com/support/feedburner/bin/answer.py?answer=78991  --> */
.feed2  div.feedburnerFeedBlock {
	border:0px solid #ddd;
	padding:0px;
	margin: 5px 20px 0px 15px;
	width:95%;
	overflow: hidden;	
}
.feed2  div.feedburnerFeedBlock ul li span.headline a {
   font-weight: lighter;
	 font-size: 16px;
	 letter-spacing: -0.2px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 padding: 0px 0px 8px 0px;
}
.feed2  div.feedburnerFeedBlock .date{
   font-weight:bold;
	 font-size: 12px;
	 padding: 0px;
}
.feed2  .feedburnerFeedBlock > ul > li > .date {
  display: inline;
  padding-left: 5px;
	color:#999999;
				
} 
.feed2 div.feedburnerFeedBlock ul ul {
   list-style-type: disc;	
	 padding-top: 0px;
	 background-color:#330099;
}
.feed2 .feedburnerFeedBlock > ul > li {
  font-size:13px;
	border-bottom:0px dotted #ccc;
	padding:2px 10px 20px 20px;
	background:url(/images/sub.gif) no-repeat 0 0px;	
}	
/* END FEED 2--> */

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
