/*  
Theme Name: FSL
Version: 1.0.5
Description: Designed by <a href="http://www.hodgecreative.com">Hodge Creative</a>.
Author: Hodge Creative
Author URI: http://www.hodgecreative.com
*/

/* Custom styles */
@import "custom.css";

/*-----------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
--2.3.1 Drop-down navigation
-2.4 Featured-slider
-2.5 Blog and Page sub-header
-2.6 Content
-2.7 Sidebar
-2.8 Footer

3. WIDGETS

4. POSTS
-4.1 Typographic Elements
-4.2 Images
-4.3 Captions

5. COMMENTSAREA
-5.1 Comments
-5.2 Comments Form

6. GENERAL STYLES

-----------------------------------------------*/



/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/

/* 1.1 Defaults */

body  {
	font: 12px Helvetica,Arial,Sans-serif;
	line-height: 1.5;  /*unitless for proper inheritance*/
			background: #fff url(images/allpages_bg.png) repeat-x;
	}
	
.home {
		background: #666666 url(images/page_bg.png);

}

.home #subscribe {
display: none;
}

h1, h2, h3, h4, h5, h6  {
	margin: 0;
	font-family: Arial,Helvetica,Sans-serif;
}

h1  {font-size: 30px} h2  {font-size: 24px} h3  {font-size: 20px}
h4  {font-size: 18px} h5  {font-size: 14px} h6  {font-size: 12px}

p  {margin: 18px 0;}

/* 1.2 Hyperlinks */

a:link, a:visited  {	text-decoration: none; }
a:hover  { text-decoration: underline;}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}



/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */

#wrap  {
	float: left;
	width: 100%;
	height: 100%;

}

#container  {
		background: url(images/headersky.jpg) no-repeat;
		background-position: 10px 0px;	
}

body.home #container {
background: none;
}

/* 2.2 Header */

#header-border  {
	width: 944px;
	padding: 0;
	margin: 0 auto 0 auto;
}

#header  {
	width: 940px;
	margin: 0 auto;
		background: url(images/header_bg.png) ;
		background-repeat:repeat-x;
}

#header h1  { display: none;}
#header h1 a:link, #header h1 a:visited  {}
#header h2  { display: none;}

.logo  {
	float: left;
	position:relative;
	width: 320px;
	z-index: 999;
}

.logo img  {
	margin: 55px 0 20px 30px;
}

/* 2.3 Navigation */

#navcontainer  {
	float: right;
	width: 620px;

}

#pagenav  {
	position: relative;
	z-index: 9999;
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;
}

#pagenav {
margin: 0px auto;
text-align: center;
}

#pagenav li  {
	display: block;
	float: left;
	w/idth: 75px;
		    background: url(images/nav_bg.png); 
	height: 100px;
		border-right: 1px solid #fff;

}

#pagenav li a:link, #pagenav li a:visited  {
	display: block;
	text-decoration: none;
	padding: 1px;
		color: #fff;
		padding: 0px 20px 0px 20px;

}

#pagenav li a span  {
	display: block;
	line-height: 10px;
	padding-top: 80px;
	padding-bottom: 10px;
	text-align: center;
}

#pagenav li a:hover span, #pagenav li.current_page_item a span  {


}

#pagenav li a:hover, #pagenav li.current_page_item a  {
    background: url(images/nav_bg.png); 
background-position: 0px -110px;
}

	/* 2.3.1 Style drop down list */

	#pagenav li ul li {
		padding: 0;
		font-size: 12px;
		display: none;
	}
	
	#pagenav li ul li span {
		padding: 10px 10px 10px 0 !important;
				display: none;

	}
	
	#pagenav li ul li a:hover {
	}	

	/* first level */

		#pagenav li ul {
			position: absolute;
			display: block;
			width: 200px;
			left: -999em;
			margin-top: -1px;
					display: none;

		}

		#pagenav li:hover ul, #pagenav li.sfhover ul {
			left: auto;
		}

		/* second level */

			#pagenav li li:hover ul ul, #pagenav li li.sfhover ul ul {
				left: -999em;
			}

			#pagenav li li li:hover ul, #pagenav li li li.sfhover ul {
				left: auto;
			}

			/* third level */

				#pagenav li li li:hover ul ul, #pagenav  li li li.sfhover ul ul {
					left: -999em;
				}

				#pagenav li li li li:hover ul, #pagenav li li li li.sfhover ul {
					left: auto;
				}

	#pagenav li ul ul {
		margin: -26px 0 0 200px;
	}

	#pagenav li:hover ul ul, #pagenav li.sfhover ul ul {
		left: -999em;
	}

	#pagenav li:hover ul, #pagenav li li:hover ul, #pagenav li.sfhover ul, #pagenav li li.sfhover ul {
		left: auto;
	}

	#pagenav li ul li a:link, #pagenav li ul li a:visited  {
		display: block;
		width: 190px;
		line-height: 30px;
		padding: 0px 0 0px 10px!important;
	}

	#pagenav li ul li a span.left  {
		display: none!important;
	}

	#pagenav li ul li a span.right {
		display: none!important;
	}
	
	#pagenav li.current_page_item li a:link,
	#pagenav li.current_page_item li a:visited	{
		background: none;
	}
	
	#pagenav li.current_page_item li a span  {
		background-image: none!important;
	}
	
	#pagenav li.current_page_item li a:hover  {
		background-image: none!important;
	}
	
	#pagenav li li a:hover span  {
		background-image: none;
	}

	/* IE7 Fix */

	#pagenav li:hover, #pagenav li.hover {  
		position: static;
	}

#featured-slider  {
    
   width: 960px;
   margin: -140px 0 0 0;
   height:475px;
   position: relative;
   overflow: visible;
 clear: right;
float: left;
}

* html #featured-slider {
    height: 615px;
}


#featured-slider .featured-slide {

    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width: 960px;
    height:475px;
margin-top: 0px;
_margin-top: -140px;
}

#featured-slider .text  {
	float: left;
	width: 590px;
	height: 135px;
	margin: 139px 0 0 10px;
	padding: 0 0 0 10px;
		position:relative;
	z-index: 999;
	top: 200px;
    background: url(images/slider_txt.png); 
    
}
#featured-slider .text p:hover  {
	color: fff;
    
}

#featured-slider .image  {
    position:absolute;
    right: 0;
    top:0;
    z-index: 99;
	width: 640px;
	margin: 0 10px 0 0;
	text-align: center;
    height: 475px;
    
}

#featured-slider .image img  {
	margin: 5px 0 0 -300px;
    z-index: 999;
    display: block;
}

#featured-slider h2  {
	line-height: 20px;
	margin: 30px 0 10px 0;
	display: none;

}

#featured-slider p  {
    font-family: Georgia;
    font-size: 22px;

	margin: 0 0 10px 0;
	color: #003365;
	font-weight: bold;
}

#featured-slider .span {
	color: #003365;
}

#featured-slider a:link, #featured-slider a:visited  {
	font-weight: bold;
}

#slider-nav  {

	width: 944px;
	height: 30px;
	margin: 0px 8px 0 8px;
	border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
		background: url(images/slidernavbg.png) repeat left top;
display: none;
}

#slider-nav .left  {
    
    cursor: pointer;
    float:left;
    width: 20px;
    height: 20px;
    margin:5px 0 0 5px;
    background: url(images/slidernav_left.png) no-repeat top left;
    text-indent: -9999px; 

}

#slider-nav .right  {

    cursor: pointer;
    float: right;
    width: 20px;
    height: 20px;
    margin:5px 5px 0 0;
    background: url(images/slidernav_right.png) no-repeat top left; 
    text-indent: -9999px;                     
}

/* 2.5 Blog and Page sub-header */

#blog-heading  {
	position: relative;
	float: left;
	width: 940px;
	padding: 30px 0 0 0;
	display: none;
}

#blog-heading p  {
	line-height: 14px;
	margin: 0 0 10px 0;
}

#blog-heading a:link, #blog-heading a:visited  {
	font-weight: bold;
}

#blog-heading .title  {
	float: left;
	width: 560px;
	margin: 0 0 0 10px;
	padding: 0 0 0 40px;
}

#blog-heading .title span  {
	font-size: 11px;
	text-transform: uppercase;
}

#blog-heading .title h2  {
	font-size: 36px;
	line-height: 36px;
	margin: 10px 0 10px 0;
}

#blog-heading .meta  {
	float: right;
	width: 310px;
	margin: 15px 10px 0 0;
	text-align: right;
}

#blog-heading .meta p  {
	margin: 0 40px 0 0;
}

#blog-heading .meta p span  {
	display: block;
}

#page-heading  {
	position: relative;
	float: left;
	padding: 30px 0 0 0;
	display: none;
}

#page-heading p  {
	line-height: 14px;
	margin: 0 0 10px 0;
}

#page-heading a:link, #page-heading a:visited  {
	font-weight: bold;
}

#page-heading .title  {
	float: left;
	width: 505px;
	margin: 0 0 0 10px;
	padding: 0 0 0 40px;
}

#page-heading .title span  {
	font-size: 11px;
	text-transform: uppercase;
}

#page-heading .title h2  {
	font-size: 36px;
	line-height: 36px;
	margin: 10px 0 10px 0;
}

#page-heading .description  {
	float: right;
	width: 390px;
	margin: 5px 10px 0 0;
	text-align: right;
}

#page-heading .description p  {
	margin: 0 40px 0 0;
}

#page-heading .description p span  {
	display: block;
}

#breadcrumbs  {
	float: left;
	position: relative;
	z-index: 9998;
	width: 944px;
	height: 35px;
	margin: 30px 8px 0 8px;
	border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
}

#breadcrumbs p  {
	margin: 11px 0 0 20px;	
}

#breadcrumbs p a:link, #breadcrumbs p a:visited  {
}

/* 2.6 Content */

#content-border  {
	float: left;
	margin: 0 10px;
clear: both;
}

* html #content-border{ margin-left: 4px;}
* html #footer{ margin-left: 4px;}

#content  {
	float: left;
	width: 940px;
	p/adding: 20px 0;
}

#content-tile  {
	float: left;
}

#content #main  {
	width: 540px;
	background: #fff;
	float: left;
}

.fullwidth #content-tile  {
	background-image: none!important;
}

.fullwidth #main  {
	width: 850px!important;
}

/* 2.7 Sidebar */

#sidebar  {
	width: 160px;
}

/* 2.8 Footer */

#footer  {
	float: left;
	position: relative;
	z-index: 9999;
	width: 940px;
	margin: 0 8px 40px 10px;
	border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	background: #024160;
}

#footer a:link, #footer a:visited  {
}

#footer .copyright  {
	float: left;
	margin: 10px 0 10px 15px;
	float: right;
	padding-right: 10px;
font-style: normal;
}

#footer .copyright a:link {
color: #999;
}

#footer .woolink  {
	float: right;
	margin: 10px 15px 10px 0;
	font-weight: bold;
}

#footer .woolink img  {
	vertical-align: middle;
}


/*-----------------------------*/
/* 3. WIDGETS */
/*-----------------------------*/

.widget  {
	margin: 0 0 35px 0;
}

.widget h3  {
	margin-bottom: -3px;
}

.widget span.description  {
}

.widget ul  {
	margin: 15px 0 0 0;
}

.widget ul li  {
	padding: 7px 0 7px 20px;
}

.widget ul li:hover  {
}

.widget ul li a:link, .widget ul li a:visited  {

}

.widget ul li a:hover  {

}

#news-widget  {

}

#news-widget h3  {
	position: relative;
}

#news-widget h3 a:link, #news-widget h3 a:visited  {
	position: absolute;
	top: 0;
	right: 0;
}

#news-widget .item  {
	float: left;
	margin: 20px 0 0 0;
}

#news-widget .item .date  {
	float: left;
	width: 32px;
	padding: 0 8px 0 0;
	text-align: center;
}

#news-widget .item .month  {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: -10px;
}

#news-widget .item .day  {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

#news-widget .item .excerpt  {
	float: right;
	width: 240px;
}

#news-widget .item .excerpt h4  {
	margin: 0;
	font-size: 16px;
}

#news-widget .item .excerpt p  {
	margin: 5px 0;
}

#entries-widget  {

}

#entries-widget h3  {
	position: relative;
}

#entries-widget h3 a:link, #entries-widget h3 a:visited  {
	position: absolute;
	top: 0;
	right: 0;
}

#entries-widget .item  {
	float: left;
	margin: 20px 0 0 0;
}

#entries-widget .item .date  {
	float: left;
	width: 32px;
	padding: 0 8px 0 0;
	text-align: center;
}

#entries-widget .item .month  {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: -10px;
}

#entries-widget .item .day  {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

#entries-widget .item .excerpt  {
	float: right;
	width: 240px;
}

#entries-widget .item .excerpt h4  {
	margin: 0;
	font-size: 16px;
}

#entries-widget .item .excerpt p  {
	margin: 5px 0;
}

#comments-widget  {

}

#comments-widget p  {
	margin: 0;
}

#comments-widget h3  {
	position: relative;
}

#comments-widget h3 a:link, #comments-widget h3 a:visited  {
	position: absolute;
	top: 0;
	right: 0;
}

#comments-widget .item  {
	margin: 0;
	padding: 10px 0;
}

#comments-widget .item .ecerpt p  {
	margin: 0;
}

#comments-widget .comment-author p  {
	font-size: 11px;
	margin: 0;
	font-style: italic;
}

#comments-widget .comment-author p a:link, #comments-widget .comment-author p a:visited  {
	font-weight: bold;
}

#ads h3, #search h3, #feedburner h3, #campaignmonitor h3, #flickr h3, #videos h3  {
	margin: 0 0 15px 0;
}

#search input.field, #feedburner input.field, #campaignmonitor input.field  {
	width: 195px;
	margin: 0 10px 0 0;
	padding: 5px 0 5px 5px;
}

#search input.button, #feedburner input.button, #campaignmonitor input.button  {
	text-transform: uppercase;
	font-size: 11px;
	height: 28px;
}

#ads img  {
	margin: 0 6px 6px 6px;
}

#flickr  {
	float: left;
	margin: 0 0 25px 0;
}

#flickr .pics  {
	float: left;
}

#flickr .pics .flickr_badge_image  {
	margin: 4px 6px;
	float: left;
	width: 75px;
}

#flickr .pics .flickr_badge_image img  {
}

#videos .video  {
	margin: 0 0 15px 0;
}

#videos h4  {
	font-size: 14px;
}

#twitter  {
	
}

#twitter ul li  {
	padding: 8px 0;
}

#twitter .website  {
	float: right;
}

/*-----------------------------*/
/* 4. POSTS */
/*-----------------------------*/

.post  {

}

.post.sitemap h3,
.post.archives h3  {
	margin-top: 0;
}

.post.archive  {
	margin: 0 0 20px 0;
}

.post.archive .meta  {
}

.post.archive .post-head  {
	float: left;
	width: 540px;
	margin: 0 0 10px 0;
}

.post.archive .post-head .title  {
	float: right;
	width: 500px;
}

.post.archive .post-head .title h2  {
	margin: 0 0 2px !important;
}

.post.archive .post-head .title .meta  {
	margin: -5px 0 0 0;
}

.post.archive .post-head .date  {
	float: left;
	width: 30px;
	padding: 0 8px 0 0;
	margin-top: -2px;
	text-align: center;
}

.post.archive .post-head .date .month  {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: -10px;
}

.post.archive .post-head .date .day  {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

.entry  {

}

/* 4.1 Typographic Elements */

.post h2.title  {

}

.post h2.title a:link, .post h2.title a:visited  {

}

.entry h1  {}
.entry h2  {}
.entry h3 {}
.entry h4 {}
.entry h5 {}
.entry h6 {}

#main h2 {
	color: #003365;
}

#main h3 {
	color: #00CBFF;
	font-size: 15px;
	padding-bottom: 10px;
}

#main h4 {
	color: #003365;
	font-size: 14px;
}


.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  {
}

.entry h1 a:hover, .entry h2 a:hover, .entry h3 a:hover, .entry h4 a:hover, .entry h5 a:hover, .entry h6 a:hover  {
	text-decoration: none;
}

.entry blockquote  {
	margin: 15px 0;
	padding: 0 20px 0 35px;
	font-style: italic;
}

.entry blockquote p  {
	margin: 0;
}

.entry p  {
	margin: 4px 0 14px 0;
}

.entry ul  {
	margin: 20px 0;
	padding: 0 0 0 30px;
}

.entry ul ul  {
	margin: 20px 0;
	padding: 0 0 0 30px;
}

.entry ul li  {
	list-style-type: circle;
}

.entry ul li ul li  {
	list-style-type: disc;
}

.entry ol  {
	margin: 20px 0;
	padding: 0 0 0 30px;
}

.entry ol ol  {
	margin: 20px 0;
	padding: 0 0 0 30px;
}

.entry  ol li  {
	list-style-type: upper-latin;
}

.entry  ol li ol li  {
	list-style-type: lower-latin;
}

/* 4.2 Images */

.entry img  {
}

img.wp-smiley  {
	padding: 0;
	border: none;
}

.entry .alignleft  {
	float: left;
	margin: 10px 15px 10px 0;
}

.entry .alignright  {
	float: right;
	margin: 10px 0 10px 15px;
}

.entry .aligncenter  {
	text-align: center;
}

/* 4.3 Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	position: relative;
	width: auto!important;
}

.wp-caption img {
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 11px;
	line-height: 17px;
	padding: 7px 0 7px 10px;
	margin: -10px 0 0 0;
	font-weight: bold;
}

.wp-caption p.wp-caption-text a:link, .wp-caption p.wp-caption-text a:visited {

}

/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/

/* 5.1 Comments */

#comments  {

}

#comments h2  {
	margin: 0 0 -3px 0;
}

#comments span.count  {
	display: block;
	margin: 0 0 20px 0;
}

#comments ol.commentlist  {
	width: 540px;
}

#comments li.comment  {
	width: 100%;
	padding: 10px 0;
	margin: 0 0 10px 0;
}

#comments .children  {
	margin-top: 10px;
}

#comments .children li.comment  {
	padding-left: 10px;
	padding-bottom: 0;
}

#comments li.comment.depth-2  { width: 524px;}
#comments li.comment.depth-3  { width: 511px;}
#comments li.comment.depth-4  { width: 499px;}
#comments li.comment.depth-5  { width: 491px;}

#comments li.comment .gravatar  {
	float: left;
	width: 12%;
}

#comments li.comment .gravatar img  {
}

#comments li.comment .comment-entry  {
	float: left;
	width: 60%;	
}

#comments li.comment .comment-entry p  {
	margin: 0 0 5px 0;
}

#comments li.comment .user-meta  {
	float: right;
	width: 26%;
	height: 100%;
}

#comments li.comment .user-meta span  {
	display: block;
}

#comments li.comment .user-meta span.date  {
	font-size: 10px;
}

#comments li.comment .user-meta span.edit-link  {
	font-size: 10px;
}

#comments li.comment .user-meta span.permalink  {
	font-size: 10px;
	text-transform: uppercase;
}

/* 5.2 Comments Form */



#respond  {
	float: left;
	padding: 20px 0 0 0;
}

#commentform  {
	width: 540px;
	margin: 20px 0 0 0;
}

#commentform p  {
	margin: 0 0 7px 0;
}

#commentform #textarea  {
	float: left;
	width: 370px;
}

#commentform #inputs  {
	float: right;
	width: 160px;
	margin: 0 0 0 0px;
}

#commentform label  {
	font-size: 10px;
	text-transform: uppercase;
}

#commentform textarea  {
}

#author, #email, #url  {
	padding: 3px 0 3px 5px;
}

input#submit  {
	width: 165px;
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px 0;
}

/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#home_preface {
width: 940px;
height: 250px;
		background: #006599 url(images/prefacemainbg.png) repeat-x left top;
}

#home_preface h2 {
font-size: 16px;
padding: 5px 0px 5px 14px;
color: #fff;

}

#helpdesk {
width: 312px;
float: left;
border-right: #fff solid 1px;
height: 250px;
		background: url(images/prefacebg.png) repeat-x left top;

}

#helpdesk h2 {
border-right: #fff solid 1px;
border-left: #FF9900 solid 1px;
margin-left: 10px;
color: #FF9900;
		background: url(images/arrow.png) no-repeat 100px 11px;
}

#helpdesk h2:hover {
		background: url(images/arrow.png) no-repeat;
background-position: 100px -14px;
}

#recent_blogs {
width: 312px;
float: left;
height: 250px;
		background: url(images/prefacebg.png) repeat-x left top;
		border-right: #fff solid 1px;

}

#recent_blogs h2{
border-right: #fff solid 1px;
}

#recent_blogs ul, #press_release ul {
padding: 10px 0 0 15px;
}

#recent_blogs li {
list-style: none;
margin: 0;
color: #00CBFF;
width: 280px;
font-weight: bold;
border-bottom: #00CBFF solid 1px;

}
#recent_blogs a:link, #recent_blogs a:visited {
color: #fff;
font-weight: normal;
}

.bloglist1 #recent_blogs a:link, .bloglist1 #recent_blogs a:visited {
color: #00E;
font-weight: normal;
}

#recent_blogs p {
margin: 0 5px 5px 0;
}

#press_release {
width: 313px;
float: right;
h/eight: 260px;
		background: url(images/prefacebg.png) repeat-x left top;

}


#press_release li {
list-style: none;
margin: 0;
padding: 10px 0px 10px 0px;
border-bottom: #00CBFF solid 1px;
color: #00CBFF;
width: 280px;
}
#press_release a:link, #press_release a:visited {
color: #00CBFF !important;

}

#press_release span.more {
color: #fff !important;
m/argin-left: 5px;
}

#login {
float: right;
width: 50px;
}

#login a:link, #login a:visited {
float: right;
width: 50px;
color: #fff;
padding: 7px;
}

ul.products li {
float: left;
margin: 0px 40px 15px 0px;
padding: 0px;
text-align: center;
width: 117px;
}

.submenu a:link, .submenu a:visited  {
color: #003365;
		background: url(images/rule.png) no-repeat left bottom;
		padding: 3px 5px 3px 10px;
		font-weight: bold;
		}
		
.submenu li {
		margin-bottom: 6px;
}
#sidebar {
margin-left: 0px !important;
}

li.current_page_parent a:link, li.current_page_parent a:hover, li.current_page_parent a:visited {
		background: none;
		padding: 3px 5px 3px 0px;
		color: #00CBFF;
}

html[xmlns] .pbs_clearfix {
width: 190px;
float: left;
}

html[xmlns] .pbs_clearfix h2 {
color: #333333;
font-size: 13px;
background: #CBCBCB;
padding: 5px 15px 0px 15px;
}

#pbs_top_left, #pbs_top_right, #pbs_bottom_left, #pbs_bottom_right {
width: 190px !important;
}

html[xmlns] .pbs_clearfix ul li a:link, html[xmlns] .pbs_clearfix ul li a:visited {
color: #003365;

}

html[xmlns] .pbs_clearfix ul {
margin: 10px 0px 0px 0px;
}

html[xmlns] .pbs_clearfix ul li {
padding: 0px;
}

#subscribe {
background: #003365;
color: #fff;
}

#subscribe p {
padding: 5px;
font-size: 11px;
margin: 0px;
}

.textwidget {
background: #E5FAFF;
padding: 5px;
}

p.nocomments {
display: none;	
}

#bluetext {
color: #0000ff;
text-align: center;
margin: 10px 0px 10px 0px;
padding: 5px;

}

hr {
		background: url(images/blue_rule.png) no-repeat top center;
		border: none;
		display: block;
		margin: 0px auto;
		height: 9px;
}

.tabbed-widget .ui-tabs li.ui-tabs-selected a {
background: #00cbff
}

#subscribe a:link, #subscribe a:visited {
color: #00CBFF;
}

.page.page-id-139.page-template.page-template-default #content #main {
width: 740px;
}

#address {
display: block;
float: left;
width: 300px;
h/eight: 600px;
}

.page.page-id-17.page-template.page-template-default #content, .page.page-id-15.page-template.page-template-blogindex-php #content, .single.single-post #content, .archive.category.category-blog #content, .archive.category.category-news #content, .archive.category.category-press-releases #content {
width: 740px;
clear: none;
float: left;
}

.page.page-id-17.page-template.page-template-default #content-border, .page.page-id-15.page-template.page-template-blogindex-php #content-border, .single.single-post #content-border, .archive.category.category-blog #content, .archive.category.category-news #content, .archive.category.category-press-releases #content {
clear: none;

}

.pbs_clearfix {
margin-left: 10px;
}

#sidebar2 {
display: block;
float: left;
width: 200px;
min-height: 30px;
}

#pbs_top_left p {
margin: 0px;
}

.page.page-id-17.page-template.page-template-default #sidebar2, .page.page-id-15.page-template.page-template-blogindex-php #sidebar2 {
display: none;
}
