@charset "iso-8859-1";

/* HACKS */

/* CSS Document */
html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, fieldset, pre{margin:0; padding:0; border:0; font-family:Georgia, serif;}
a img, img{border:none;}
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix{display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */
/*------------------------------------------------------------------ */

/* GENERAL */

.left
{
float:left;
}

.right
{
float:right;
}

.leftp
{
float:left;
font-size:11px;
color: #999;
}

.rightp
{
	float:right;
	font-size:11px;
	color: #999;
	width: 435px;
}

.leftp a:link, .leftp a:visited
{
	color: #0e71b4;
	text-decoration:none;
}

.leftp a:active, .leftp a:hover
{
	color: #0e71b4;
	text-decoration:underline;
}

.leftpf a:link, .leftpf a:visited
{
	color: #0e71b4;
	text-decoration:none;
}

.leftpf a:active, .leftpf a:hover
{
	color: #0e71b4;
	text-decoration:underline;
}

.rightp a:link, .rightp a:visited
{
	color: #0e71b4;
	text-decoration:none;
}

.rightp a:active, .rightp a:hover
{
	color: #0e71b4;
	text-decoration:underline;
}

.alignright
{
	
	margin-left:15px;
	float:right;
}

.alignleft
{
	margin-right:15px;
	float:left;
}

.alignmid
{
	border:5px solid #cccccc;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}

.alignmiddle
{
	border:3px double #cccccc;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}

img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	display:block;
}

img.blogpic {
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:25px;
	display:block;
	border:1px solid #ccc;
}

img.bgfloat {
	margin-left:auto;
	margin-right:auto;
	display:block;
}

img.alignleft {
	padding: 0px 10px 10px 0px;
	float:left;
}

img.alignnone {
	padding: 0px 10px 20px 0px;
	float:left;
}

.clear
{
clear:both;
}

/* GENERAL */

/* SITE STRUCTURE */

body
{
	background-repeat:no-repeat;
	background-position:top;
	background-color:#ffffff;
}

#logo
{
	margin-top:50px;
	margin-left: 100px;
	padding-bottom:0px;
}

#background
{
	text-align: center;
	width:100%;
	height:200px;
	top:0px;
	left:0px;
	position:absolute;
	z-index:1;
}

#container
{
	width: 950px;
	margin: -55px auto;
}

#containerOuter
{
	width: 950px;
	padding-bottom:200px;
}

#header
{
	width: 950px;
	height:79px;
	background-color:#078bca;
	border: 1px solid #ccc;
}

/* FLIR ADJUSTMENTS */

.flir-image
{
		vertical-align:text-top;
}

/* FLIR ADJUSTMENTS */

/* NAVIGATION BAR */

#nav
{
	font-size:16px;
	color: #333;
	width: 800px;
	z-index:2;
	position:absolute;
}

#nav ul
{
	font-family: "Helvetica Neue";
	padding-top:35px;
	padding-left:50px;
}

#nav ul li
{
	list-style:none;
	display:inline;
	padding-right:13px;
	height: 16px;
	float:left; /* fix extra top padding in i.e 7 & above (FLIR) */
}

#nav ul li a:link, #nav ul li a:visited
{
	color: #eef1f2;
	text-decoration:none;
}

#nav ul li a:active, #nav ul li a:hover
{
	color: #fff;
	text-decoration:none;
	background:transparent url(../images/leaves.png) no-repeat scroll center center;
	padding-top:50px;
	position:relative;
	text-decoration:none;
}

/* NAVIGATION BAR */

/* SEARCH */

#search
{
	width: 200px;
	height:50px;
	position:absolute;
	margin-left:760px;
	margin-top:20px;
	z-index:900;
}

.sbox
{
	width: 112px;
	border: 1px solid #ccc;
	font-size:12px;
	color: #999;
	padding:5px;
	float:left;
	z-index:900;
}

.sbut
{
	padding: 4.5px;
	border: 1px solid #ccc;
	float:left;
	margin-left:2px;
}

/* SEARCH */

/* BODY */

#content
{
	background-color:#FFF;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 950px;
	padding-top:30px;
}

#contentinner
{
	padding-left:50px;
	width: 435px;
	padding-bottom:30px;
	min-height: 600px;
}

#contentinner2
{
	padding-left:50px;
	width: 405px;
	padding-bottom:30px;
	min-height: 450px;
}

#contentinnerfull
{
	padding-left:50px;
	width: 870px;
	padding-bottom:0px;
	min-height: 600px;
}

#caption
{
	color: #666;
	font-size:11px;
	font-weight:bold;
	line-height:1.5;
	padding-bottom:50px;
}

#posts
{
	padding-bottom: 40px;
}

#posts p a:link, #posts p a:visited
{
	color: #0e71b4;
	text-decoration:none;
}

#posts p a:active, #posts p a:hover
{
	color: #0e71b4;
	text-decoration:underline;
}

.post h1
{
	color: #0e71b4;
	font-weight:bold;
	font-size:30px;
	line-height:1.1;
	padding-bottom:33px;
	padding-top: 10px;
}

.post h2
{
	color: #333;
	font-weight:bold;
	font-size:14px;
	line-height:1.1;
	padding-bottom:33px;
}

.post h3
{
	color: #078bca;
	font-weight:bold;
	font-size:16px;
	line-height:1.1;
	padding-bottom:20px;
}
.post h3 a:link, .post h3 a:visited
{
	color: #0e71b4;
	text-decoration:none;
}

.post h3 a:active, .post h3 a:hover
{
	color: #0e71b4;
	text-decoration: underline;
}

.post h4
{
	color: #9e9ec2;
	font-weight:bold;
	font-size:20px;
	line-height:1.1;
	padding-bottom:20px;
}

#posts ul
{
	font-size:11px;
	color:#999;
	padding-left:20px;
}

#posts ul li
{
	list-style:decimal;
	color:#999;
	padding-bottom:15px;
	
}

#posts ul li a:link, #posts ul li a:visited
{
	color: #0e71b4;
	text-decoration:none;
}

#posts ul li a:active, #posts ul li a:hover
{
	color: #0e71b4;
	text-decoration: underline;
}

.steps
{
	clear:both;
	font-size: 11px;
	color: #999;
	padding-bottom:22px;
	padding-bottom:60px;
}

.steps p 
{
}

.post p
{
	font-size: 11px;
	color: #666666;
	padding-bottom:22px;
}

#posts
{
	margin-top:-50px;
}

.post
{
	padding-top:50px;
}

.date
{
	width: 89px;
	height:130px;
	background-image:url(../images/date.png);
	position:absolute;
	margin-left:-105px;
	text-transform:uppercase;
}

.datei
{
	width: 89px;
	height:130px;
	background-image:url(../images/datei.png);
	position:absolute;
	margin-left:-105px;
	text-transform:uppercase;
}

.datei h4
{
	font-size:12px;
	color:#fff;
	text-align:right;
	padding-top:18px;
	padding-right:10px;
	width: 65px;
	line-height:1.0;
	float:right;
	font-weight:normal;
}

.date h4 a:link, .date h4 a:visited
{
	color: #fff;
	text-decoration:none;
}

.date h4 a:active, .date ul a:hover
{
	color: #fff;
	text-decoration:none;
}

.thedate
{
	width: 46px;
	height:45px;
	margin-left:30px;
	position: relative;
	margin-top: 73px;
	
}

.date h4
{
	font-size:12px;
	color:#fff;
	text-align:right;
	padding-top:18px;
	padding-right:10px;
	width: 65px;
	line-height:1.0;
	float:right;
	font-weight:normal;
}

.date h5
{
	font-size:16px;
	color:#666;
	text-align:center;
	padding-top:0px;
	width: 46px;
	line-height:1.0;
	float:right;
	font-weight:bold;
}

.date h6
{
	font-size:14px;
	color:#666;
	text-align:center;
	width: 45px;
	float:right;
	text-align:center;
	width:45px;
	position:absolute;
	margin-top:45px;
}

/* BODY */

/* SIDEBAR */

#sidebar
{
	width: 434px;
	height: 707px;
	top:288px;
	position:absolute;
	margin-top:20px;
	margin-left:470px;
}

#sidebar2
{
	width: 434px;
	height: 707px;
	top:-61px;
	position:absolute;
	margin-top:270px;
	margin-left:540px;
}

#sidebar3
{
	width: 167px;
	top:100px;
	position:absolute;
	top:300px;
	margin-left:760px;
}

#sidebar3 ul{
	width: 167px;
	font-size: 11px;
	color: #999;
	list-style: none;
	padding-top: 10px;
}
#sidebar3 li{
	padding-bottom: 5px;
}
#sidebar3 a{
	font-size: 13px;
	color: #0e71b4;
	line-height: 20px;
	text-decoration: none;
}
#sidebar3 a:hover{
	font-size: 13px;
	color: #999;
	line-height: 20px;
	text-decoration: none;
}

#dummy
{
	height:607px;
	
}

#ie6w_div
{
	z-index:2;
	position:absolute;
}

.damn-sexy-bookmarks {
	clear:both;
}

#sidebarblog
{
	width: 434px;
	height: 704px;
	background-image:url(../images/sideblog.png);
	top:0px;
	position:absolute;
	margin-top:240px;
	margin-left:540px;
}

#sideinner
{
	padding-top:98px;
	padding-left:39px;
	padding-right:39px;
	text-align:center;
}

#sideinnerad
{
	padding-top:120px;
	text-align:center;
}

#sideinneramm
{
	padding-top:50px;
	padding-left:38px;
	padding-right:38px;
	text-align: left;
}

#sideinneramm h1
{
	color: #0e71b4;
	font-size:18px;
	width: 290px;
	border-bottom:1px solid #f42880;
	padding-bottom:4px;
}

#sideinneramm ul
{
	font-size: 12px;
	color:#666666;
	list-style:none;
	padding-top:16px;
	padding-bottom:20px;
}

#sideinneramm ul li
{
	padding-bottom:3px;
}

#sideinneramm ul a, #sideinnerblog ul a:visited
{
	color: #0e71b4;
	text-decoration:none;
}

#sideinneramm ul a:active, #sideinnerblog ul a:hover
{
	color: #0e71b4;
	text-decoration:underline;
}

#counter
{
	background-image:url(../images/counter_bg.png);
	height:56px;
	width: 252px;
	margin-top: 11px;
	margin-bottom:8px;
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
}

.count
{
	float:left;
	border-right:1px solid #dbdbdb;
}

.register
{
	padding-top: 14px;
}

.latest
{
	padding-top: 0px;
	padding-bottom:20px;
}

#shouts
{
	text-align:left;
	width: 424px;
	margin:0px auto;
}

#shouts h1
{
	font-size:16px;
	color: #0e71b4;
	line-height:1.5;
	padding-bottom:14px;
	padding-top:24px;
}

#shouts p
{
	font-size:11px;
	color: #666;
	line-height:1.5;
	padding-bottom:24px;
}
#shouts a
{
	font-size:11px;
	color: #666;
	text-decoration: underline;
}
#shouts a:hover
{
	text-decoration: none;
}

#popular
{
	text-align:left;
	margin:0px auto;
}

#popular p
{
	font-size:11px;
	color: #666;
	line-height:1.5;
	padding-bottom:24px;
}

.posted
{
	color: #999;
}

#popular a:link, #popular a:visited
{
	color: #339933;
	text-decoration:none;
}

#popular a:active, #popular a:hover
{
	color: #339933;
	text-decoration:underline;
}

.greenit
{
	color: #0e71b4;
}

.vmore
{
	float:right;
}

.vmoreshout
{
	padding-top: 5px;
	position:relative;
	padding-left:150px;
}

/* SIDEBAR */

/* FOOTER */

#footer
{
	width: 950px;
	background-color:#00a2dc;
	border-left: 1px solid #0e71b4;
	border-right: 1px solid #0e71b4;
	clear:both;
}

#footerinner
{
	padding-top:20px;
	padding-left:50px;
	padding-bottom: 20px;
}

.quotescollection_randomquote
{
	width: 400px;
	height:42px;
	font-size:12px;
	color: #666;
	padding-top:14px;
}

.fff
{
	float:left;
}

.leftf
{
	float: left;
	padding-left:50px;
}

.leftpf
{
	font-size:11px;
	color: #FFFFFF;
	width: 250px;
}

.foottext
{
	font-size:11px;
	color: #eef1f2;
	padding-top: 50px;
	font-weight:normal;
	float:left;
}

#footerinner a:link, #footerinner a:visited
{
	color: #eef1f2;
	text-decoration: underline;
}

#footerinner a:active, #footerinner a:hover
{
	color: #fff;
	text-decoration: underline;
}

.grline
{
	position:absolute;
	margin-left:-7px;
	margin-top:-1px;
}

.feedback
{
	float:left;
	padding-top:24px;
	padding-left:50px;
}

.footer_pic
{
	margin-left:110px;
}

/* FOOTER */

/* PAGE NAVIGATION */

.wp-pagenavi
{
background:#FFFFFF;
margin-bottom:15px;
margin-right:10px;
padding:10px;
font-size:12px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #dddddd;
	color: #fff;
	background-color: #99cc00;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #dddddd;
	color: #fff;
	background-color: #99cc00;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #dddddd;
	color: #666;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #dddddd;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #99cc00;
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #dddddd;
	color: #99cc00;
	background-color: #fff;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #dddddd;
	color: #000000;
	background-color: #FFFFFF;
}

/* PAGE NAVIGATION */

/* IFRAMES */

#cframe
{
	width:190px;
	height:310px;
	float: left;
	margin-top:20px; 
	margin-bottom:8px;
	margin-right: 20px;
	border-bottom: 1px dashed #666666;
}
#cframe img {padding:6px;
background: #9e9ec2 url(../images/top-gradient2.jpg) 0 0 repeat; margin:10px 2px 0px 2px;
}
#cframe img.a {
opacity:.80;
text-decoration:none;
border:0;
}

#cframe img.a:hover {
opacity:1;	
}
#cframe h2 {
	color: #9e9ec2;
	font-size: 14px;
	line-height: 20px;
	padding: 2px;
}
#cframe p {
	font-size: 11px;
	color: #666666;
}


#sframe
{
	width:420px;
	height:100%; 
	margin-top:11px; 
	margin-bottom:8px;
	min-height: 250px;
}

#bigframe
{
	width:385px;
	height:250px; 
	margin-top:11px; 
	margin-bottom:8px;
}

/* IFRAMES */

#primary ul
{
	list-style:none;
}

#sframe .thumbs{
/*border:5px solid #B89B69;*/
float:left;
margin:10px 10px 0px 2px;
padding:6px;
background: #0e71b4 url(../images/top-gradient2.jpg) 0 0 repeat;
overflow: hidden;
width: 80px;
height: 80px;
}


#sframe a img.thumbs{
opacity:.80;
text-decoration:none;
border:0;

}

#sframe a:hover img.thumbs{
opacity:1;	
}
.thumb{
/*border:5px solid #B89B69;*/
float:left;
margin:10px 10px 0px 2px;
padding:6px;
background: #ff519c url(../images/top-gradient1.jpg) 0 0 repeat;
}


a img.thumb{
opacity:.80;
text-decoration:none;
border:0;
}

a:hover img.thumb{
opacity:1;	
}

/* ----------- My Form ----------- */

	.dark
	{
		color: #333333;
		font-size: 14px;
	}
	.clear
	{
		clear:both;
	}
	#captcha
	{
		padding-left:90px;
		padding-bottom:20px;
	}
	p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}

.postinfo
{
	position:absolute;
	margin-top:-25px;
	font-size:11px;
	color:#999;
}

.postinfo a:link, .postinfo a:visited
{
	color: #f42880;
	text-decoration: none;
}

.postinfo a:active, .postinfo a:hover
{
	color: #f42880;
	text-decoration: underline;
}


#cart {
	padding-bottom: 12px;
	padding-top: 12px;
	width: 800px;
	margin: 0 auto;
	font-size: 12px;
	color: #999;
	text-align: right;
}
#space {
	width: 758px;
	height: 50px;
	padding-top: 20px;
	margin: 0 auto;
	font-size: 12px;
	text-align: right;
}
#space a{
	color: #0e71b4;
	text-decoration: none;
}
#space a:hover{
	color: #f42880;
	text-decoration: none;
}
/*STARTING INPUT*/
input.submit {
	font-size: 11px;
	color: #FFFFFF;
	width: 75px;
	text-align: center;
	background-color: #0e71b4;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 5px 0px 0px 0px;
	cursor: pointer;
}
input.addcart {
	height: 16px;
	width: 91px;
	background: url(../images/cart_add.png);
	background-color: transparent;
	border: 0px;
	cursor: pointer;
}
input.pay {
	height: 16px;
	width: 91px;
	background: url(../images/pay.png);
	background-color: transparent;
	border: 0px;
	cursor: pointer;
}
#detailcart {
	margin: 10px;
	width: auto;
}
.leftcart
{
	float:left;
	font-size:15px;
	color: #0e71b4;
	width:580px;
	text-align: right;
}
.rightcart
{
	float:right;
	font-size:15px;
	color: #0e71b4;
	width: 118px;
	padding-left: 27px;
}

/*STARTING MENU NAV*/
.nav {
	height: 55px;
	padding-top: 50px;
	}

	#menu {
		list-style:none;	
		padding:0;
		margin:0 auto;;
		height:55px;
		width:580px;
	}

	#menu li {
			float:left;
			width:80px;
			height:inherit;
			position:relative;
			overflow:hidden;
		}

	#menu li a  {
			position:absolute;
			top:20px;
			text-indent:-999em;
			
			display:block; 
			width:60px; 
			height:inherit;

			/* fast png fix for ie6 */
			position:relative;
		behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
		}
	.item1 {
		background:url(../images/home.png) no-repeat 0 0;
	}
	.item2 {
		background:url(../images/calendar2.png) no-repeat 0 0;
	}
	.item3 {
		background:url(../images/facebook.png) no-repeat 0 0;
	}
	.item4 {
		background:url(../images/twitter.png) no-repeat 0 0;
	}
	.item5 {
		background:url(../images/rss.png) no-repeat 0 0;
	}
	.item6 {
		background:url(../images/youtube.png) no-repeat 0 0;
	}
	.item7 {
		background:url(../images/email.png) no-repeat 0 0;
	}
/*START OF SHARE*/
	#addtoany_list {
	padding:16px 0 16px 0;
	width: auto;}
	#addtoany_list ul{
		display:inline;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
		text-indent:0 !important;
		float: none;
	}
	#addtoany_list li{
		list-style-type:none;
		background:none !important;
		border:0;
		display:inline !important;
		line-height:32px;		
		margin:0 !important;
		padding:0 !important;
		float: left;
	}
	#addtoany_list li:before{content:"";}
	#addtoany_list li a{padding:0;}
	#addtoany_list li img{
		border:0;
		margin:0;
		padding:0;
		vertical-align:middle;
	}
	#addtoany_list li a img{
		opacity:.6;
		-moz-opacity:.6;
		filter:alpha(opacity=60);
	}
	#addtoany_list li a:hover img {
		opacity:1;
		-moz-opacity:1;
		filter:alpha(opacity=100);
	}
	#addtoany_list li a img{border:0;width:auto;height:auto;}
	
/*START POP UP*/
#sbox-window {
	width: 745px;
	background-color: #f3f3eb;
	padding: 10px 10px 10px 15px;
	text-align: left;
	min-height: 300px;
}
#sbox-window p{
	color: #333333;
	font-size: 14px;
}
#sbox-btn-close {
	width: 750px;
	padding: 10px;
	height: 30px;
	text-align: right;
	
}
.vis {
	visibility: hidden;
}
#sbox-btn-close a{
	width:					30px;
	height:					30px;
	border:					none;
	
	cursor: pointer;
}
/*START OF post2*/
.post2
{
	margin-top: 100px;
}
.post2 p
{
	font-size: 11px;
	color: #999;
	padding-bottom:22px;
	padding-top: 20px;
}
.post2 h1
{
	color: #333;
	font-weight:bold;
	font-size:60px;
	line-height:1.1;
	padding-bottom:33px;
	padding-top: 10px;
}

.post2 h2
{
	color: #333;
	font-weight:bold;
	font-size:14px;
	line-height:1.1;
	padding-bottom:33px;
}

.title
{
	color: #0e71b4;
	font-weight:bold;
	font-size:20px;
	line-height:1.1;
	padding-bottom:20px;
}
a.title 
{
	color: #0e71b4;
	text-decoration:underline;
}

a:hover.title 
{
	color: #0e71b4;
	text-decoration: none;
}
.contact {
	width: 200px;
	color: #333333;
	font-family: Georgia, serif;
	font-size: 12px;
	border: 1px solid #0e71b4;
} 
.morenews a {
    background: transparent url(../images/morenews.png) left bottom no-repeat;
    line-height: 1;
    font-size: 11px;
	color: #9e9ec2;
    font-weight: normal;
    display: block;
    margin: 10px 0 0 45px;
    padding: 0 0 0 13px;
    clear: left;
    text-decoration: underline;
    height: 12px;
}
.morenews a:hover {
	text-decoration: none;
}
.download a {
    background: transparent url(../images/download.png) left bottom no-repeat;
    line-height: 1;
    font-size: 11px;
	color: #9e9ec2;
    font-weight: normal;
    display: block;
    margin: 10px 0 0 45px;
    padding: 0 0 0 13px;
    clear: left;
    text-decoration: underline;
    height: 12px;
}
.download a:hover {
	text-decoration: none;
}
.sideleft
{
	width: 200px;
	position:absolute;
	margin-left:-105px;
	font-family: "Helvetica Neue";
	font-size: 16px;
	background: #FFFFFF;
	border: 1px solid #ccc;
}

#servicepost
{
	padding-bottom: 40px;
}

#servicepost p 
{
	color: #666666;
	text-decoration:none;
	font-size: 11px;
}
#servicepost h1
{
	color: #0e71b4;
	font-weight:bold;
	font-size:30px;
	line-height:1.1;
	padding-bottom:33px;
	padding-top: 10px;
}


.service {
	margin-left: 150px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;}
	
#main-nav ul {list-style: none;}
#main-nav li a{
	color: #666;
	display: block;
	text-decoration: none;
	-webkit-transition: color 100ms linear;
	color: #333;
	height: 50px;
	top: 5px;
	line-height: 45px;
	text-align: center;
	list-style: none;
	font-size: 16px;
}

#main-nav{
	margin-top: 45px;
	margin-bottom: 30px;
}

#main-nav li, #main-nav li.current{
	height: 51px;
	background: url(../images/nav-bkg.png) 0 -51px;
	margin-bottom: -11px;
	margin-top: -11px;
	line-height: 56px;
	font-size: 17px;
	letter-spacing: 1px;
	text-shadow: #fbfafc 0 1px 1px;
}

#main-nav li a:hover{
	color: #FFFFFF;
	background: url(../images/nav-bkg.png) no-repeat 0 0px;
	position: relative;
	z-index: 1;
	text-shadow: #9e9ec2 0 1px 1px;
}

#main-nav li.current{
	background: url(../images/nav-bkg.png) no-repeat 0 0px;
	position: relative;
	z-index: 1;
	text-shadow: #83cbdd 0 1px 1px;
}

#main-nav li.current a:hover{
	color: #3b8599;
}
#linersp {width: 870px; clear:both; height: 20px; padding-left: 50px;}
.magenta {color: #0e71b4}

}
	.image					{ background: url('../images/sprite-product.png') no-repeat -465px 100%; padding: 0 0 31px 0; float: left; }
  	.image .inner			{
	position: relative;
	background: url('../images/sprite-product.png') no-repeat 0 -192px;
	width: 462px;
	padding: 22px 22px 0 21px;
	overflow: hidden;
	margin-left: 0px;
}
