/**********************************************************************************************

	CSS on Sails
	Title	: Colorado Web Solutions Website
	Author	: XHTMLized
	Date	: October 2008 

***********************************************************************************************

		
	1. BASE
			1.1 Reset
			1.2 Default styles
			1.3 Basic styles
	
	2. LAYOUT
			2.1 Header
			2.2 Content
			2.3 Sidebar
			2.4 Footer
			2.5 Modules
		

***********************************************************************************************/


/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

@import "wp.css";

/* 1.1	Reset
-----------------------------------------------------------------------------------------------*/	

	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;
	}
	
	ol, ul {
		list-style: none;
	}
	
	blockquote, q {
		quotes: none;
	}
	
	blockquote:before, 
	blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	:focus {
		outline: 0;
	}
	
	ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}


/* 1.2	Default styles
-----------------------------------------------------------------------------------------------*/	

	body {
		text-align: center;
		font: 62.5% Arial, Helvetica, sans-serif;
		background: #fff url(../images/container_bg.gif) repeat-y center top;
	}

	hr { 
		display: none;
	}
			
	strong {
		font-weight: bold;
	}
			
	em {
		font-style: italic;
	}
		
	abbr, acronym {
		border-bottom: 1px dotted #999; 
		cursor: help;
	}
	
	input, textarea, select {
		font: 1.2em Arial, Helvetica, sans-serif;
	}

	a {
		color: #fe670c;
		text-decoration: none;
	}
	
	a:hover, 
	a:active {
		color: #fe670c;
		text-decoration: underline;
	}
	

/* 1.3	Basic styles
-----------------------------------------------------------------------------------------------*/	

	.hide {
		display: none;
	}
	

/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
	
	.container {
		position: relative;
		margin: 0 auto;
		width: 974px;
		border: 1px solid #d4d4d4;
		border-width: 0 1px;
		padding-bottom: 100px;
		text-align: left;
		background: #fff url(../images/bg_bottom.jpg) no-repeat bottom;
	}
	
	#header {
		width: 974px;
		padding-bottom: 6px;
		background: url(../images/bg_header.gif) repeat-x bottom;
	}
	
	#content_wrapper {
		width: 974px;
	}
		.content_wide {
			width: 974px;
		}
	
	#footer {
		width: 974px;
		padding-top: 60px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background: url(../images/bg_footer.gif) repeat-x top;
	}
	

/* 2.1	Header
-----------------------------------------------------------------------------------------------*/	

	.top-banner{
		padding-top: 25px;
		height: 187px;
		background: url(../images/banner7.jpg) no-repeat bottom;
	}
	.top-banner_2{
		padding-top: 25px;
		height: 187px;
		background: url(../images/banner2.jpg) no-repeat bottom;
	}
	.top-banner_3{
		padding-top: 25px;
		height: 187px;
		background: url(../images/banner6.jpg) no-repeat bottom;
	}
		.top-banner q{
			position: absolute;
			top: 40px;
			right: 15px;
			font-size: 2.3em;
			color: #667ba3;
		}
		.top-banner q a{
			color: #667ba3;
		}
		.top-banner_2 q{
			position: absolute;
			top: 40px;
			right: 15px;
			font-size: 2.3em;
			color: #FFFFFF;
		}
		.top-banner_2 q a{
			color: #FFFFFF;
		}
		.top-banner_3 q{
			position: absolute;
			top: 40px;
			right: 15px;
			font-size: 2.3em;
			color: #667ba3;
		}
		.top-banner_3 q a{
			color: #667ba3;
		}
		
		#header h1, 
		#header h1 span,
		#header .logo a,
		#header .logo span {
			display: block;
			width: 336px;
			height: 64px;
			overflow: hidden;
			cursor: pointer;
		}
		
		#header h1,
		#header .logo {
			position: absolute;
			top: 36px;
			left: 19px;
			text-indent: -999px;
		}
			
		#header h1 span,
		#header .logo span {	
			position: absolute; 
			top: 0;
			left: 0;
			background: url(../images/logo.png) no-repeat;
		}
	
	#accessibility-links {
		position: absolute;
		left: -1000em;
		text-align: left;
	}
	
	.top{
		position: absolute;
		top: 0;
		width: 974px;
		height: 25px;
		background: #24222b;
	}
	.top a.live-chat{
		float: left;
		margin: 8px 0 0 13px;
		width: 51px;
		height: 9px;
		overflow: hidden;
		position: relative;
	}
		.top a.live-chat span{
			position:  absolute;
			width: 100%; height: 100%;
			top: 0; left: 0;
			background: url(../images/ir_live-chat.png) no-repeat;
		}
		
		.top a.email-join{
		float: left;
		margin: 8px 0 0 13px;
		width: 154px;
		height: 12px;
		overflow: hidden;
		position: relative;
	}
		.top a.email-join span{
			position:  absolute;
			width: 100%; height: 100%;
			top: 0; left: 0;
			background: url(../images/ir_email-join.png) no-repeat;
		}
		
	.top p{
		float: right;
		font-size: 1.2em;
		line-height: 2.083333em;
		color: #999;
		padding-right: 2px;
	}
	
	#navigation{
		margin-top: -4px;
	}
		#navigation ul{
			height: 30px;
		}
		#navigation li{
			position: relative;
			z-index: 500;
			float: left;
			height: 24px;
			padding: 5px 0 1px;
			background: url(../images/nav_bg.gif) repeat-x 0 4px;
		}
		#navigation li a{
			float: left;
			height: 24px;
			color: #333;
			font-weight: bold;
			text-align: center;
			font-size: 1.2em;
			line-height: 2em;
			border-left: 1px solid #ff9900;
			border-right: 1px solid #ffc700;
		}
		#navigation li a:hover{
			color: #0e0801;
			text-decoration: none;
			background: url(../images/nav_bg_active.gif) repeat-x top;
		}
		#navigation .nav-dev a{border-left: 0; width: 175px;}
		#navigation .nav-improve a{width: 184px;}
		#navigation .nav-seo a{width: 124px;}
		#navigation .nav-marketing a{width: 152px;}
		#navigation .nav-portofolio a{width: 140px;}
		#navigation .nav-info a{width: 95px;}
		
		#navigation .nav-quote{
			padding-top: 1px;
			height: 28px;
		}
		#navigation .nav-quote a{
			border: 0; 
			width: 93px;
			padding-top: 4px;
			height: 24px;
			color: #fff;
			background: url(../images/nav_quote.gif) no-repeat;
		}
.latest_news .nounderline a{
			background: url(../images/nav_quote.gif) no-repeat;
		}
			
			#navigation li.has-submenu:hover,
			#navigation li.has-submenu.over{
				padding-bottom: 0;
				border-bottom: 1px solid #f4861c;
			}
			#navigation li.has-submenu:hover a,
			#navigation li.has-submenu.over a{
				color: #0e0801;
				background: url(../images/nav_bg_active.gif) repeat-x;
			}
			#navigation li ul{
				display: none;
				height: auto;
				position: absolute;
				border: 2px solid #f4861c;
				border-width: 2px 0;
				top: 30px;
				left: 0;
				width: 234px;
			}
				#navigation li li{
					padding: 0;
					height: 26px;
					background: #ffcc79;
				}
				#navigation li.has-submenu:hover > ul,
				#navigation li.has-submenu.over > ul{
					display: block;
				}
				#navigation li.has-submenu:hover li a,
				#navigation li.has-submenu.over li a{
					border: 2px solid #f4861c;
					border-width: 0 2px;
					width: 204px;
					height: 26px;
					line-height: 26px;
					padding: 0 13px;
					text-align: left;
					font-weight: normal;
					color: #333;
					background: transparent url(../images/nav_submenu_border.gif) no-repeat top;
				}
				#navigation li.has-submenu:hover li.first a,
				#navigation li.has-submenu.over li.first a{
					background: none !important;
				}
				#navigation li li.has-submenu,
				#navigation li li.has-submenu{
					background: #ffcc79 url(../images/nav_bg_submenu_right.gif) no-repeat right 2px;
				}
				#navigation li li.has-submenu:hover,
				#navigation li li.has-submenu.over{
					border-bottom: none;
				}
				#navigation li.has-submenu:hover li a:hover,
				#navigation li.has-submenu.over li a:hover{
					color: #000;
					text-decoration: underline;
					background: transparent url(../images/nav_submenu_border.gif) no-repeat top;
				}
				
					#navigation li ul ul{
						top: 2px;
						left: 232px;
						width: 232px;
					}
					#navigation li ul li.over > ul,
					#navigation li ul li:hover > ul{
						display: block;
					}
						#navigation ul li.has-submenu:hover li.has-submenu li a,
						#navigation ul li.has-submenu.over li.has-submenu li a{
							width: 202px;
						}
				
						#navigation li ul ul ul{
							left: 230px;
						}
					
/* 2.2	Content
-----------------------------------------------------------------------------------------------*/	

/* home 
-----------------------------------------------------------------------------------------------*/	
	
	.front_box{
		width: 962px;
		height: 407px;
		margin: 8px auto 12px;
		padding-top: 28px;
		background: #ededed url(../images/bg_front_box.gif) no-repeat;
	}
	.front_box_discount{
		width: 962px;
		height: 407px;
		margin: 8px auto 12px;
		padding-top: 28px;
		background: #ededed url(../images/bg_front_box-discount.png) no-repeat;
	}
		.front_box_promotion{
		width: 962px;
		height: 407px;
		margin: 8px auto 12px;
		padding-top: 28px;
		background: #ededed url(../images/bg_front_box-promotion.png) no-repeat;
	}
		.front_box_promotion2{
		width: 962px;
		height: 407px;
		margin: 8px auto 12px;
		padding-top: 28px;
		background: #ededed url(../images/bg_front_box-promotion-800.png) no-repeat;
	}
		.front_box_promotion3{
		width: 962px;
		height: 407px;
		margin: 8px auto 12px;
		padding-top: 28px;
		background: #ededed url(../images/bg_front_box-promotion-1999.png) no-repeat;
	}
		.front_image{
			float: left;
			margin-left: 4px;
		}
		.front_box_content{
			float: right;
			width: 544px;
		}
			.front_box_content h2{
				font-size: 4em;
				line-height: 1em;
				font-weight: normal;
				padding: 0 10px 23px;
			}
			.front_box_content .yahoo_badge{
				float: right;
				margin: 10px 0 0 15px;
			}
			.front_box_content p{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 1.2em;
				line-height: 1.5em;
				padding: 0 27px 5px 10px;
				color: #333;
			}
			.front_box_content h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 1em;
	padding: 15px 0 20px 10px;
	color: #333;
	font-weight: normal;
			}
				.get_started li{
					width: 180px;
					float: left;
					text-align: center;
				}
				.get_started li p{
					padding: 0;
				}
				.get_started li a{
					position: relative;
					padding-top: 10px;
					display: block;
					width: 180px;
					background: url(../images/bg_stores.gif) no-repeat left top;
				}
				.get_started li a:hover{
					background-position: right top;
				}
				.button_ball_grey,
				.button_ball_orange,
				.button_ball_blue{
					position: absolute;
					display: block;
					cursor: pointer;
					width: 45px;
					height: 55px;
					top: 102px;
					left: 127px;
					background-position: left top;
					background-repeat: no-repeat;
				}
				a:hover .button_ball_grey,
				a:hover .button_ball_orange,
				a:hover .button_ball_blue{
					background-position: right top;
				}
				.button_ball_grey{ background-image: url(../images/button_ball_grey.png);}
				.button_ball_orange{ background-image: url(../images/button_ball_orange.png);}
				.button_ball_blue{ background-image: url(../images/button_ball_blue.png);}
	
	.start_box_wrapper{
		position: relative;
		margin-bottom: 10px;
		width: 100%;
		background: url(../images/start_box_content.gif) repeat-y center;
	}
		.start_box{
			background: url(../images/start_box_top.gif) no-repeat center top ;
		}
		.start_box h3{
			position: absolute;
			width: 292px;
			text-align: right;
			font-size: 3em;
			line-height: 1em;
			font-weight: normal;
			height: 34px;
			color: #333;
			top: 50%;
			margin-top: -17px;
		}
		.start_box ul{
			padding: 5px 50px 10px 353px;
			background: url(../images/start_box_bottom.gif) no-repeat center bottom;
		}
		.start_box ul a{
			font: 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
			color: #333;
		}
		.arrowed{
			padding-left: 12px;
		}
		.arrow_grey{background: url(../images/arrow_grey.gif) no-repeat left center;}
		.arrow_yellow{background: url(../images/arrow_yellow.gif) no-repeat left center;}
		.arrow_blue{background: url(../images/arrow_blue.gif) no-repeat left center;}
	
	
	.latest_news_wrapper{
		background: url(../images/latest_news_content.gif) repeat-y center;
	}
		.latest_news{
			width: 100%;
			overflow: hidden;
			background: url(../images/latest_news_top.gif) no-repeat top center;
		}
		.latest_news_bottom{
			display: block;
			clear: both;
			height: 3px;
			font-size: 1%; line-height: 1%;
			background: url(../images/latest_news_bottom.gif) no-repeat top center;
		}
		.latest_news h3{
			position: relative;
			float: left;
			margin: 14px 0 0 26px;
			font-size: 1.4em;
			width: 71px;
			height: 48px;
			text-align: right;
		}
		.latest_news h4{
			
			margin: 10px 0 10px 26px;
			font-size: 1.4em;
			
		}
		

			.latest_news h3 span{
				position: absolute;
				width: 100%; height: 100%;
				top: 0; left: 0;
				background: url(../images/latest_news_header.gif) no-repeat;
			}
			
			
		
		.latest_news p{
			float: left;
			width: 935px;
			padding: 0 20px;
			margin: 5px 0 5px 20px;
			font-size: 1.1em;
			line-height: 1.454545em;
			
		}
		
		.nounderline {
	text-decoration: none;
	font-size: 1.2em;
	color: #333;
}
.plainlink {
	text-decoration: none;
	color: #333;
}

.greylink {
	color: #333;
	text-decoration: none;
}

.greyunderline {
	color: #333;
	text-decoration: underline;
}

.modulenews {
	line-height: 1.45em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 3px;
	padding-top: 3px;
}
	
/* blog 
-----------------------------------------------------------------------------------------------*/	
	
	.blog{
		width: 100%;
		overflow: hidden;
		background: url(../images/bg_grey_gradient.gif) repeat-x 0 131px;
	}
		.blog .content_wide{
			position: relative;
			width: 692px;
			overflow: hidden;
			padding-left: 282px;
		}
			.blog .content_wide h2{
				font-size: 3em;
				line-height: 1.45em;
				color: #333;
				font-weight: normal;
				padding-left: 15px; 
			}
			.blog .content_wide h3{
	font-size: 2.5em;
	line-height: 1.45em;
	color: #333;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 15px;
			}
			.blog .content_wide p{
				font: 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
				width: 640px;
				height: 75px;
				padding-left: 15px;
				/*background: url(../images/blog_bg_yahoo_badge.gif) no-repeat 0 0;*/
			}
			.blog .content_wide .blog_rss{
				float: right;
				margin: -16px 14px 16px 0;
				font-size: 1.4em;
				color: #333;
				line-height: 32px;
				padding-right: 44px;
				background: url(../images/blog_icon_rss.gif) no-repeat right;
			}
			.blog .content_wide a.blog_rss:hover{
				text-decoration: underline;
			}
			.blog .content_wide .blog_rss{
				float: right;
				margin: -16px 14px 16px 0;
				font-size: 1.4em;
				color: #333;
				line-height: 32px;
				padding-right: 44px;
				background: url(../images/blog_icon_rss.gif) no-repeat right;
			}
			.return_blog{
				position: absolute;
				font: 1.1em/1em Verdana, Arial, Helvetica, sans-serif;
				color: #333 !important;
				width: 200px;
				text-align: center;
				left: 50px;
				top: 135px;
			}
		
		.blog_content{
			float: right;
			width: 687px;
			padding: 0 14px 30px 0;
		}
			.blog_item_content{
				padding: 20px 25px;
				border: 1px solid #d3d3d3;
				background: #ececec url(../images/blog_item_bg.gif) repeat-x top;
			}
			.blog_item .post_info{
				font: 1.1em/1.2em Verdana, Arial, Helvetica, sans-serif;
				color: #999;
				text-align: right;
				padding: 5px 0 18px;
			}
			.blog_item .post_info a{
				color: #999;
				text-decoration: underline;
			}
			.blog_item .post_info a:hover{
				color: #333;
				text-decoration: none;
			}
			.blog_item h2{
				font-size: 2em;
				font-weight: normal;
				padding-bottom: 5px;
			}
			.blog_item h2 a{
				color: #FE670C;
				text-decoration: none;
			}
			.blog_item h2 a:hover{
				color: #FE670C;
				text-decoration: underline;
			}
			.blog_item h3{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 1.4em;
				font-weight: bold;
				padding-bottom: 15px;
			}
			.blog_item h4{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 1.2em;
				font-weight: bold;
				padding-bottom: 15px;
			}
			.blog_item a{
				color: #000;
				text-decoration: underline;
			}
			.blog_item img{
	padding: 8px;
	border: 1px solid #ccc;
	background: #fff;
	margin-right: 15px;
	margin-bottom: 5px;
			}
			.blog_item .centered{
				text-align: center;
			}
			.blog_item a:hover{
				color: #000;
				text-decoration: none;
			}
			.blog p.date{
				font: 1.1em/1em Verdana, Arial, Helvetica, sans-serif;
				color: #666;
				padding-bottom: 20px;
			}
				.blog p.date a{
					color: #666;
					text-decoration: none;
				}
				.blog p.date a:hover{
					text-decoration: underline;
				}
			
			.blog p.readmore{
				font-weight: bold;
				text-align: right;
				padding-bottom: 0;
				color: #333;
			}
			
			.blog_item_content p{
				font: 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
				padding-bottom: 15px;
			}
			.blog_item_content q{
				font: 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
				padding-bottom: 15px;
				font-weight: bold;
				display: block;
			}
			.blog .web_image{
				float: left;
				margin: 0 15px 5px 0;
				padding: 0; border: 0;
			}
			.blog p.blogfooter_link{
				text-align: right;
				font: 1.1em/1em Verdana, Arial, Helvetica, sans-serif;
				color: #666;
				padding-top: 15px;
			}
			.blog p.blogfooter_link a{
				color: #666;
				text-decoration: underline;
			}
			.blog p.blogfooter_link a:hover{
				color: #333;
				text-decoration: none;
			}
			
		.blog .sidebar{
			float: left;
			width: 250px;
			padding: 0 0 30px 13px;
		}
	


/* build-new-store 
-----------------------------------------------------------------------------------------------*/	
	.build_new_store{
		background: url(../images/bg_grey_gradient.gif) repeat-x 0 160px;
	}
		.build_new_store .content_wide{
			width: 634px;
			padding-left: 340px;
			height: 213px;
			background: url(../images/img_build-new-store.png) no-repeat 10px 4px;
		}
		.build_new_store .content_wide h2{
			font-size: 4em;
			line-height: 1.25em;
			padding-bottom: 5px;
			color: #333;
			font-weight: normal;
		}
		.build_new_store .content_wide p{
			width: 455px;
			font: 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
		}
		.build_new_store .content_wide p.getquote{
			font-weight: bold;
			padding: 25px 0 0 23px;
		}
		.build_new_store .content_wide img{
			float: right;
			margin: -30px 20px 0 0;
		}
		.img-float-right{
	float: right;
	margin-top: -40px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 10px;
		}
		
		.slide_wrapper{
			position: relative;
			overflow: hidden;
			width: 100%;
			padding-bottom: 20px;
			height: 454px;
			margin-top: -35px;
		}
			
			.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
				width: 974px !important;
			}
			
				.stripNav ul {
					float: right;
					padding: 0 47px 5px 0;
				}
				
				.stripNav ul li {
					float: left;
					margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
				}
				
				.stripNav a { /* The nav links */
					float: left;
					overflow: hidden;
					text-indent: -999px;
					width: 14px;
					height: 14px;
					background: url(../images/slide_nav_top.gif) no-repeat top;
				}
				
				.stripNav li a:hover {
				}
				
				.stripNav li a.current {
					background: url(../images/slide_nav_top.gif) no-repeat bottom;
				}
			
			.stripNavL, .stripNavR { /* The left and right arrows */
				position: absolute;
				top: 220px;
				width: 28px;
				height: 28px;
				text-indent: -9000em;
			}
			.stripNavL a, .stripNavR a {
				position: absolute;
				left: 0; top: 0;
				display: block;
				width: 28px;
				height: 28px;
			}
			.stripNavL {left: 10px;}
			
			.stripNavR {right: 10px;}
			
			.stripNavL a {background: url(../images/slide_arrow_left.gif) no-repeat top;}
			.stripNavR a {background: url(../images/slide_arrow_right.gif) no-repeat top;}
			.stripNavL a:hover,
			.stripNavR a:hover {background-position: bottom;}
			
			
				
				
			.stripViewer { 
				position: relative;
				overflow: hidden; 
				margin: auto;
				border: 7px solid #000; /* this is the border. should have the same value for the links */
				width: 876px;
				height: 433px;
				clear: both;
				background: #fff;
				border: 1px solid #d3d3d3;
			}
			.panelContainer { 
				position: relative;
				left: 0; top: 0;
				width: 100%;
				list-style-type: none;
			}
			.slide_item{
				float: left;
				height: 100%;
				width: 876px;
				position: relative;
				background: url(../images/slide_item_bg.gif) repeat-x;
			}
				.slide_sidebar{
					float: left;
					position: relative;
					padding-top: 65px;
					height: 368px;
					width: 222px;
					border-right: 1px solid #d3d3d3;
				}
					.bottom_link{
						position: absolute;
						bottom: 30px;
						width: 222px;
						text-align: center;
					}
						.bottom_link p{
							font-size: 1.7em;
							color: #333;
							padding-bottom:20px;
						}
						.bottom_link a{
							margin: 0 auto;
						}
					.slide_sidebar ul{
						padding:0 0 25px 15px;
					}
					.slide_sidebar ul a{
						font: 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
						color: #333;
						text-decoration: underline;
						padding-left: 15px;
						background: url(../images/arrow_grey2.gif) no-repeat left 3px;
					}
					.slide_sidebar ul a:hover{
						color: #fe670c;
						text-decoration: none;
					}
					.slide_sidebar ul .active a{
						font-weight: bold;
						color: #fe670c;
						text-decoration: none;
					}
				
				.slide_content{
					position: relative;
					float: left;
					height: 433px;
					width: 653px;
				}
			
				.slide_header{
					position: relative;
					height: 57px;
					margin-bottom: 20px;
					background: #ccc url(../images/slide_item_header.gif) repeat-x top;
				}
					.slide_header h2{
						padding: 12px 0 0 17px;
						float: left;
					}
					.slide_header .most_popular{
						position: absolute;
						right: 17px;
						bottom: -8px;
						font: 1em/1em Arial, Helvetica, sans-serif;
						padding: 4px 13px;
						color: #fff;
						background: #ff6400;
					}
					.slide_content .slide_header p{
						float: right;
						font-family: Arial, Helvetica, sans-serif;
						font-size: 1.8em;
						color: #fe5b0e;
						padding: 17px 17px 0 0;
					}
				
				.slide_content h2{
					font-size: 3em;
					font-weight: normal;
					color: #333;
				}
				.slide_content h3{
					font-size: 1.2em;
					color: #333;
					padding: 30px 196px 10px 39px;
				}
				.slide_services h3{
					padding-top: 0;
					padding-left: 25px;
				}
				.slide_content ul{
					padding: 0 196px 10px 39px;
				}
					.slide_content ul a{
						font-size: 1.2em;
						line-height: 1.8em;
						color: #333;
						padding-right: 15px;
						background: url(../images/arrow_orange.gif) no-repeat right;
					}
				.slide_content p{
					font: 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
					color: #333;
					padding: 0 196px 10px 39px;
				}
				.slide_services p{
					padding-right: 10px;
					padding-left: 25px;
				}
				.slide_content p.top_paragraph{
					padding-right: 60px;
				}
				
				.slide_content .img_insert_right{
					bottom:0;
					position:absolute;
					right:0;
				}
				
				.slide_overview{
					width: 653px;
					background: url(../images/slide_overview_bg.gif) no-repeat left bottom;
				}
					.slide_overview h2{
						padding: 13px 40px 10px;
					}
					.slide_overview p{
						padding-left: 40px;
						padding-right: 40px;
					}
					.slide_overview h3{
						font-size: 2.4em;
						font-weight: normal;
						color: #333;
						text-align: center;
						padding: 40px 0 20px;
					}
					.base_package{
						float: left;
						position: relative;
						margin-left: 28px;
						width: 180px;
						height: 133px;
						border: 1px solid #c1c1c1;
						background: #fff;
					}
						.base_package h4 a{
							font-size: 1.3em;
							line-height: 1em;
							padding: 10px 11px;
							display: block;
							color: #333;
							text-decoration: none;
							background: #ccc url(../images/base_package_header.gif) repeat-x top;
						}
						.base_package p{
							font: 1.1em/1em Arial, Helvetica, sans-serif;
							padding: 10px;
						}
						.base_package p strong{
							color: #fe670c;
							display: block;
							padding-bottom: 5px;
						}
						.base_package .view_details{
							position: absolute;
							bottom: 5px;
							right: 5px;
							font-weight: bold;
							text-decoration: none;
							border-bottom: 1px solid #fe670c;
						}
						.base_package .view_details:hover{
							border-bottom: 1px solid #fff;
						}
					
					.slide_overview .next_page_link{
						position: relative;
						clear: both;
						padding-top: 26px;
						height: 44px;
						text-align: right;
						padding-right: 175px;
						background: url(../images/slide_overview_bottom.gif) no-repeat center 21px;
					}
						.next_page_link p{
							padding: 0 0 3px 0;
							font-weight: bold;
						}
						.next_page_link .built_yourown{
							font-size: 1.2em;
							text-decoration: underline;
							font-weight: bold;
						}
						.next_page_link .next_slide{
							position: absolute;
							width: 28px;
							height: 28px;
							top: 32px; 
							right: 138px;
						}
							.next_page_link .next_slide span{
								position: absolute;
								width: 100%; height: 100%;
								top: 0; left: 0;
								cursor: pointer;
								background: url(../images/slide_arrow_right_greybg.gif) no-repeat top;
							}
							.next_page_link .next_slide:hover span{
								background-position: bottom;
							}
				
				.list_services{
					width: 100%;
					overflow: hidden;
					padding-top: 10px;
				}
					.list_services div{
						float: left;
						text-align:center;
					}
					.services_left{
						width: 209px;
					}
					.services_left img,
					.services_right img{
						margin-bottom: -15px;
					}
					.services_center{
						padding: 0 50px 0 50px;
						width: 120px;
					}
					.services_center img{
						margin-bottom: 20px;
					}
					.services_right{
						width: 211px;
					}
					.list_services .learn_more{
						font: 1.1em/1em Verdana, Arial, Helvetica, sans-serif;
						color: #333;
						padding-right: 15px;
						background: url(../images/arrow_orange.gif) right no-repeat;
					}
			
	.unique{
		margin: 0 8px;
		padding: 25px 30px;
		border: 1px solid #dbdbdb;
		background: #f4f4f4;
	}
		.unique h2{
			width: 837px;
			margin: 0 auto;
			text-align: center;
			color: #525b6d;
			font-size: 2em;
			padding-bottom: 15px;
			font-weight: normal;
			border-bottom: 1px solid #ccc;
		}
		.unique_wrapper{
			width: 896px;
			overflow: hidden;
			padding-top: 30px;
		}
			.unique_left{
				width: 323px;
				padding-left: 67px;
				float: left;
			}
			.unique_right{
				width: 343px;
				padding-left: 67px;
				float: right;
			}
			.unique_item{
				background-position: 0 0;
				background-repeat: no-repeat;
			}
				.unique_item h3{
					font-weight: bold;
					font-size: 1.2em;
					padding-bottom: 5px;
					color: #333;
				}
				.unique_item p{
					font-size: 1.1em;
					line-height: 15px;
					color: #666;
				}
				.unique_item a{
					padding: 0 15px 0 5px;
					background: url(../images/arrow_orange.gif) right no-repeat;
				}
			
			.unique_dev{background-image: url(../images/icon_unique_dev.gif)}
			.unique_tech{background-image: url(../images/icon_unique_tech.gif)}
			.unique_custom{background-image: url(../images/icon_unique_custom.gif)}
			.unique_team{background-image: url(../images/icon_unique_team.gif)}
			.unique_contact{background-image: url(../images/icon_unique_contact.gif)}
			.unique_exp{background-image: url(../images/icon_unique_exp.gif)}
	

/* 	standard store features + all rtml features
-----------------------------------------------------------------------------------------------*/	

	.box_grey_wide,
	.box_section {
		margin: 0 8px;
	}
	
	ul.breadcrumb-coda {
	margin-top: -10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	}
	
	ul.breadcrumb {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	}
		ul.breadcrumb li {
			display: inline;
			font-weight: bold;
			font-size: 11px;
			color: #666;
		}
			ul.breadcrumb li a {
				font-weight: normal;
				color: #666;
			}
			ul.breadcrumb li a:hover {color: #FE670C;}
			
			ul.breadcrumb-coda li {
			display: inline;
			font-weight: bold;
			font-size: 11px;
			color: #666;
		}
			ul.breadcrumb-coda li a {
				font-weight: normal;
				color: #666;
			}
			ul.breadcrumb-coda li a:hover {color: #FE670C;}
	.box_grey_wide,
	.box_section {
		position: relative;
		overflow: hidden;
		clear: both;
		padding: 0;
		height: 1%;
		border: 1px solid #d3d3d3;
		border-top: none;
	}
	.bgw_first {border-top: 1px solid #d3d3d3;}
	.bgw_last {margin-bottom: 18px;}
	.box_grey_wide {
		background: #fff url(../images/bg_box_grey.gif) repeat-x left bottom;
	}
		.box_grey_wide .title {
			position: relative;
			height: 57px;
			background: #fff url(../images/bg_box_grey_title.gif) repeat-x left bottom;
		}
			.box_grey_wide .title img.yahoo_logo_left {
				position: absolute;
				left: 42px;
				top: 12px;
			}
			.box_grey_wide .title h2 {
				padding: 10px 0 0 220px;
				width: 530px;
				font-weight: normal;
				font-size: 30px;
				color: #333;
			}
			.box_grey_wide .title .notes {
				position: absolute;
				right: 0;
				top: 18px;
				width: 205px;
				height: 50px;
			}
				.box_grey_wide .title .notes p {
					padding: 0 0 5px 0;
					text-align: center;
					font-weight: normal;
					font-size: 20px;
					color: #FE670C;
				}
					.box_grey_wide .title .notes p strong {font-weight: normal;}
				.box_grey_wide .title .notes a.btn_orange {
					display: block;
					margin: 0 auto;
					width: 155px;
					height: 20px;
					line-height: 20px;
					text-transform: uppercase;
					text-decoration: none;
					text-align: center;
					font-weight: bold;
					font-size: 10px;
					color: #fff;
					border: 1px solid #F1A371;
					background: #FF6400;
				}
		.box_grey_wide .left_content {
			float: left;
			padding: 40px 0 0 0;
			width: 215px;
			border-right: 1px solid #d3d3d3;
		}	
		.box_grey_wide .left_content h4{
	font-size:12px;
	color:#930;
	padding-top: 15px;
	padding-bottom: 5px;
		}	
		
			.box_grey_wide .left_content ul.left_nav {
				margin: 0 0 125px 0;
				padding: 0 5px 0 10px;
				width: 200px;
			}
				.box_grey_wide .left_content ul.left_nav li {
					padding: 0 0 10px 15px;
					width: 185px;
					line-height: 18px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: normal;
					font-size: 12px;
					color: #333;
					background: url(../images/arrow_dark_grey.gif) no-repeat left 5px;
				}
				.box_grey_wide .left_content ul.left_nav li.active {background: url(../images/arrow_orange.gif) no-repeat left 5px;}
					.box_grey_wide .left_content ul.left_nav li a {
						text-decoration: underline;
						color: #333;
					}
					.box_grey_wide .left_content ul.left_nav li a:hover,
					.box_grey_wide .left_content ul.left_nav li.active a {
						text-decoration: none;
						color: #FE670C;
					}
					.box_grey_wide .left_content ul.left_nav li.active a {
						font-weight: bold;
					}
			.start_get_quote {
				text-align: center;
			}
				.start_get_quote p {
					padding: 0 0 10px 0;
					font-weight: normal;
					font-size: 17px;
					color: #333;
				}
				a.btn_get_quote {
					display: block;
					padding: 16px 26px 12px 65px;
					width: 109px;
					height: 37px;
					line-height: 30px;
					text-decoration: none;
					text-align: right;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 11px;
					color: #fff;
					background: url(../images/btn_get_quote.png) no-repeat left top;
				}
				a:hover.btn_get_quote {text-decoration: none; color: #fff;}
				.box_grey_wide .left_content .start_get_quote a.btn_get_quote {margin: 0 auto;}
				#content .sgq_big {
					clear: both;
					padding: 0 0 25px 0;
					height: 1%;
					overflow: hidden;
				}
					#content .sgq_big p {
						float: left;
						padding: 0 30px 0 120px;
						width: auto;
						line-height: 65px;
						font-weight: normal;
						font-size: 30px;
						color: #333;
					}
					#content .sgq_big a.btn_get_quote {
						float: left;
					}
					
		ul.list_quote {
			margin: 70px 15px 0 20px;
			width: 180px;
		}			
			ul.list_quote li {
				padding: 0 0 40px 0;
				width: 180px;
				text-align: center;
			}
				ul.list_quote li img {
					margin: 0;
				}
				ul.list_quote li h4 {
					padding: 0 0 20px 0;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 11px;
					color: #333;
				}
				ul.list_quote li p {
					padding: 0 0 20px 0;
					line-height: 16px;
					text-align: left;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: normal;
					font-size: 11px;
					color: #000;
				}
					
		.box_grey_wide .right_content {
			float: right;
			padding: 40px 20px 0 20px;
			width: 690px;
			min-height: 450px;
		}
			.box_grey_wide .right_content h3 {
				padding: 0 0 30px 0;
				font-weight: normal;
				font-size: 20px;
				color: #333;
			}
			.box_grey_wide .right_content h4 {
				padding: 0 0 15px 0;
				font-weight: normal;
				font-size: 18px;
				
			}
			.box_grey_wide .right_content p {
				padding: 0 0 25px 0;
				width: 500px;
				line-height: 18px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-size: 12px;
				color: #333;
			}
			
				.box_grey_wide .right_content p.first_paragraph {width: 690px;}
				.box_grey_wide .right_content p.package_price {
					text-align: right;
					margin-top: -30px;
				}
			ul.list_with_arrow {
				padding: 0 0 0 15px;
			}
				ul.list_with_arrow li {
					padding: 0 0 10px 20px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: normal;
					font-size: 12px;
					color: #333;
					background: url(../images/arrow_dark_grey.gif) no-repeat left 3px;
				}
					ul.list_with_arrow li a {
						text-decoration: underline;
						color: #333;
					}
					ul.list_with_arrow li a:hover {text-decoration: none;}
					
					ul.list_with_arrow_narrow {
	width: 450px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
			}
				ul.list_with_arrow_narrow li {
					padding: 0 0 10px 20px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: normal;
					font-size: 12px;
					color: #333;
					background: url(../images/arrow_dark_grey.gif) no-repeat left 3px;
				}
					ul.list_with_arrow_narrow li a {
						text-decoration: underline;
						color: #333;
					}
					ul.list_with_arrow_narrow li a:hover {text-decoration: none;}
					
			.box_grey_wide .right_content .img_insert_right {
				position: absolute;
				right: -1px;
				bottom: -1px;
			}
			.img_insert_mid {
	position: absolute;
	right: -1px;
	top: 142px;
			}
		.box_grey_wide .intro {
			float: left;
			padding: 35px 0 10px 55px;
			width: 255px;
		}
			.box_grey_wide .intro .img_intro {
				margin: 0 0 -40px 0;
			}
			.box_grey_wide .intro p {
				padding: 0 0 20px 0;
				line-height: 18px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-size: 12px;
				color: #333;
			}
		.box_grey_wide .summary {
			float: right;
			padding: 35px 15px 0 0;
			width: 580px;
		}
			.box_grey_wide .summary h3 {
				padding: 0 0 30px 0;
				font-weight: normal;
				font-size: 30px;
				color: #333;
			}
			.box_grey_wide .summary .features_column {
				float: left;
				margin-left: 50px;
				width: 260px;
			}
			.box_grey_wide .summary .features_column.first_column {margin-left: 5px;}
				h4.title_list_feature {
					padding: 5px 0 15px 0;
					font-weight: normal;
					font-size: 16px;
					color: #333;
				}
				.features_column h4.title_list_feature {border-top: 1px solid #ccc;}
				ul.list_feature {
					margin: 0 0 40px 30px;
					padding: 0;
				}
				.features_column ul.list_feature {margin: 0 0 50px 30px;}
					ul.list_feature li {
						line-height: 24px;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-weight: normal;
						font-size: 11px;
						color: #333;
						border-bottom: 1px solid #ccc;
					}
					.features_column ul.list_feature li {border-bottom: none;}
						ul.list_feature li a {color: #333;}
						ul.list_feature li a:hover {color: #FE670C;}
						
					ul.lf_wide li {
						overflow: hidden;
						clear: both;					
					}
						ul.list_feature li .feature_title {
							float: left;
						}
							ul.list_feature li .feature_title a:hover {text-decoration: none; color: #FE670C;}
						ul.list_feature li .feature_price {
							float: right;
						}	
						ul.list_feature li a.feature_more {
							margin: 0 0 0 10px;
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-weight: normal;
							font-size: 10px;
							color: #666;
						}
						ul.list_feature li a.feature_popular {
							margin: 0 0 0 10px;
							padding: 1px 2px;
							text-transform: uppercase;
							font-weight: bold;
							font-size: 10px;
							color: #fff;
							background: #FE670C;
						}
							ul.list_feature li a:hover.feature_popular {color: #333;}
				
	.box_section {
		padding: 12px;
		background: #fff url(../images/bg_box_section.gif) repeat-x left bottom;	
	}
		.box_section p {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 12px;
			color: #333;	
		}	
		.box_section p.align_right {text-align: right;}
		.box_section p a {padding: 0 10px; text-decoration: underline;}
		.box_section p a:hover {text-decoration: none;}
	
	
/* 	Package Comparison
-----------------------------------------------------------------------------------------------*/	
	
	table.package_comparison {
		width: 100%;	
	}
		table.package_comparison tr th {
			padding: 0 0 5px 0;
			vertical-align: middle;
		}	
		table.package_comparison tr td {
			padding: 5px 0 4px;
			vertical-align: middle;
			text-align: center;	
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 12px;
			color: #333;
			background: url(../images/dot_grey.gif) repeat-x left bottom;
		}	
		table.package_comparison tr th.package_type,
		table.package_comparison tr.package_info td {
			width: 15%;
			text-align: center;
		}
			table.package_comparison tr th.package_type h5,
			table.package_comparison tr.package_info td h5 {
				padding-bottom: 5px;
				text-transform: uppercase;
				text-decoration: underline;
				font-weight: bold;
				font-size: 13px;
				color: #333;
			}
		table.package_comparison tr td.first {
			width: 10%;
			background: none;
		}
		table.package_comparison tr td.feature_type {
			width: 45%;
			text-align: left;
		}
		table.package_comparison tr td.feature_type a{
			color: #333;
			text-decoration: none;
		}
		table.package_comparison tr td.feature_type a:hover{
			color: #fe670c;
		}
		table.package_comparison tr td.spacer {
			padding: 0;
			height: 40px;
			background: none;
		}	
		table.package_comparison tr.first td {
			padding: 0 0 5px 0;
			background: none;
		}
		table.package_comparison tr td.wrapper_btn span {
			padding: 1px 3px;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 10px;
			color: #fff;
			background: #FF6400
		}
		table.package_comparison tr th h4.title_list_feature {padding: 0; text-align: left;}
		table.package_comparison tr td img {margin: 0;}
		table.package_comparison tr.package_info td {
			padding: 15px 0 50px 0;
			background: none;
		}
			table.package_comparison tr.package_info td br {display: none;}
			table.package_comparison tr.package_info td span {
				display: block;
				padding: 0 0 3px 0;
				text-transform: none;
				text-decoration: none !important;
				font-weight: normal;
				font-size: 10px;
			}
				table.package_comparison tr.package_info td span strong {
					font-size: 11px;
				}
	
/* 	Where We Started
-----------------------------------------------------------------------------------------------*/	
	
	.where_we_started .content_wide {
		height: 250px;
	}
		.where_we_started .content_wide h1 {padding-left: 60px !important;}
		.where_we_started .content_wide p {
			padding: 0 0 20px 60px !important;
			height: auto !important;
		}
		.where_we_started .content_wide p.back_to {
			padding-top: 25px !important;
			width: 615px;
			text-align: right;
		}
			.where_we_started .content_wide p.back_to a {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-size: 11px;
				color: #333;
			}
				.where_we_started .content_wide p.back_to a:hover {text-decoration: none;}
				
	.where_we_started .sidebar {padding: 10px 0 0 8px !important;}			
	.where_we_started .company_content {
		margin: -80px 8px 20px 0;
	}
		.where_we_started .company_content p,
		.seo .company_content p {
			margin: 0;
			padding: 0 0 25px 0;
			line-height: 18px;
		}
	
	.wrapper_img {
		margin-bottom: 20px;
		text-align: center;
	}
	.wi_left {float: left; margin-right: 20px;}
	.wi_right {float: right; margin-left: 20px;}
		.wrapper_img img {
			float: none; 
			margin: 0;
		}
		.wi_right img, .wi_left img  {float: none !important; margin: 0 !important;}
		.wrapper_img img.add_border {
			padding: 3px;
			border: 1px solid #999;
			background: #fff;
		}
		.wrapper_img p {
			padding: 0 !important;
			font-style: italic;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 10px !important;
			color: #666;
			clear: both;
		}
	
/* 	SEO
-----------------------------------------------------------------------------------------------*/	
	
	.seo .content_wide {
		height: 270px;
	}
	.seo .content_wide p {
		width: 600px !important;
	}
	.seo .content_wide p.sign_up_now {
		padding-top: 20px !important;
		width: 615px;
		text-align: right;
	}	
		.seo .content_wide p a {text-decoration: underline;}
		.seo .content_wide p a:hover {text-decoration: none;}
	.wrapper_big_img {
		position: absolute;
		left: 10px; 
		top:0;
		width: 300px;
	}
	ul.list_reports {
		overflow: hidden;
		clear: both;
		height: 1%;
	}
		ul.list_reports li {
			float: left;
			margin: 0 0 0 25px;
			width: 125px;
			text-align: center;
		}
		ul.list_reports li.first {margin: 0;}
			ul.list_reports li img {
				margin: 0 0 10px 0;			
			}
			ul.list_reports li p {
				line-height: normal !important;
				font-weight: normal;
				font-size: 12px;
				color: #999;			
			}
				ul.list_reports li p a {color: #999;}
				
				
/* 	Individual RTML Features
-----------------------------------------------------------------------------------------------*/	
	
	.title_wide {
		position: relative;
		z-index: 100;
		clear: both;
		margin: 0 8px;
		padding: 0;
		height: 57px;
		border: 1px solid #d3d3d3;
		background: #fff url(../images/bg_box_grey_title.gif) repeat-x left bottom;
	}
		.title_wide img.yahoo_logo_right {
			position: absolute;
			right: 42px;
			top: 12px;
		}
		.title_wide h2 {
			padding: 10px 0 0 30px;
			width: 530px;
			font-weight: normal;
			font-size: 30px;
			color: #333;
		}
	.rtml .sidebar {
		float: left;
		padding: 0 0 0 8px;
		width: 310px;
	}
		.rtml ul.list_with_arrow {margin: 25px 0 25px 15px;}
		.rtml ul.list_with_arrow li {padding: 0 0 5px 20px;}
		.rtml .sidebar .with_logo {margin-top: 60px;}
	.rtml .rtml_content {
		position: relative;
		_display: inline;
		float: right;
		margin: 0 8px 20px 0;
		padding: 20px 15px;
		width: 602px;
		border: 1px solid #d3d3d3;
		border-top: none;
		background: #f0f0f0 url(../images/bg-content_about.gif) repeat-x top;
	}
		.rtml_content h2 {
			padding: 0 0 10px 0;
			font-weight: normal;
			font-size: 20px;
			color: #333;
		}
		.rtml_content p {
			padding: 0 0 15px 0;
			line-height: 18px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 12px;
			color: #333;
		}
		.rtml_content p.return_rtml {
			padding: 0 0 10px 0;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 10px;
			color: #333;
		}
			.rtml_content p.return_rtml a {color: #333;}
		.rtml_content p.box_orange {
			text-transform: uppercase;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 10px;
			color: #fff;
		}
			.rtml_content p.box_orange strong {
				padding: 3px 10px;
				width: 185px;
				background: #FF6400;
			}
		.rtml_content p.big_orange {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 15px;
			color: #FF4F02;
		}
		.rtml_content .section_rtml {
			padding: 25px 0 0;
			border-top: 1px solid #B9B9B9;
		}
			.rtml_content .section_rtml .left {
				float: left;
				width: 285px;
				text-align: center;
			}
				.rtml_content .section_rtml .left img {
					margin: 0;
					border: 1px solid #999;
				}
				.rtml_content .section_rtml .left p {
					text-align: center;
				}
				.rtml_content .section_rtml .left ul.thumbnail_rtml {
					overflow: hidden;
				}
					.rtml_content .section_rtml .left ul.thumbnail_rtml li {
						float: left;
						display: inline;
						margin: 0 7px;
					}
				.rtml_content .section_rtml .left .view_larger {
					display: block;
					padding: 7px 0 10px 0;
					text-transform: uppercase;
					font-weight: normal;
					font-size: 9px;
					color: #333;
				}
				.rtml_content .section_rtml .left a.get_a_quote {
					display: block;
					margin: 30px auto;
					padding: 0 0 0 45px;
					width: 95px;
					height: 38px;
					line-height: 38px;
					font-weight: bold;
					font-size: 14px;
					color: #333;
					background: url(../images/ico_get_quote.gif) no-repeat left top;
				}
			.rtml_content .section_rtml .right {
				float: right;
				width: 300px;
			}
				.rtml_content .section_rtml .right h3 {
					padding: 0 0 15px 0;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 14px;
					color: #333;
				}
				.rtml_content .section_rtml .right ul.list_with_arrow {	
					margin: 0 0 10px 0;
					padding-left: 10px;
				}
					.rtml_content .section_rtml .right ul.list_with_arrow li {padding: 0 0 10px 20px;}	
						.rtml_content .section_rtml .right ul.list_with_arrow li a:hover {color: #FE670C;}
						.rtml_content .section_rtml .right ul.no_underline li a {text-decoration: none;}
	.rtml .box_section {
		margin: 15px 8px;
		border: 1px solid #d3d3d3;
	}
				
				
/* 
-----------------------------------------------------------------------------------------------*/	
	
	img.ico_rss {
		float: left;
		margin: 0 0 0 -188px;
	}
			
				
/*  Popup
-----------------------------------------------------------------------------------------------*/	
	
	.popup {
		text-align: left;
		/*margin: 100px auto;*/
		padding: 30px 15px 0 15px;
		width: 625px;
	}
		.popup h2 {
			padding: 0 0 10px 0;
			font-weight: normal;
			font-size: 20px;
			color: #333;
		}
		.popup p {
			padding: 0 0 15px 0;
			line-height: 18px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 12px;
			color: #333;
		}
		.popup p.return_rtml {
			padding: 0 0 10px 0;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 10px;
			color: #333;
		}
			.popup p.return_rtml a {color: #333;}
		.popup p.box_orange {
			text-transform: uppercase;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 10px;
			color: #fff;
		}
			.popup p.box_orange strong {
				padding: 3px 10px;
				width: 185px;
				background: #FF6400;
			}
		.popup p.big_orange {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 16px;
			color: #FF4F02;
		}
		.popup p.learn_more {
			float: left;
			width: 50%;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 14px;
			color: #666;
		}
			.popup p.learn_more a {
				text-decoration: underline;
				color: #666;
			}
			.popup p.learn_more a:hover {
				text-decoration: none;
				color: #FE670C;
			}
		.popup br {
			display: none;
		}
		.popup a.close_btn_top {
			position: absolute;
			right: -14px;
			top: -13px;
			width: 34px;
			height: 34px;
			text-align: left;
			text-indent: -9999em;
			background: url(../images/btn_x_close.gif) no-repeat left top;
		}
		.popup a.close_btn_bottom {
			float: right;
			padding: 0 15px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 15px;
			color: #333;
		}
			.popup a:hover.close_btn_bottom {
				text-decoration: none; 
				color: #FE670C;
			}

/* Company (Abut, Contact, etc)
-----------------------------------*/
	.company{
		width: 100%;
		overflow: hidden;
		background: url(../images/bg_grey_gradient.gif) repeat-x 0 160px;
	}
		.company .content_wide{
			width: 692px;
			overflow: hidden;
			padding-left: 282px;
			position: relative
		}
		
		.company .content_wide img{
			position: absolute;
			top:0;
			left: 10px }
		
		.partner .content_wide img{
			left: 20px;
			top:-3px }

		.contact .content_wide img{
			left: 12px }

		.email-marketing .content_wide img{
			left: 30px}
			
		.contact .content_wide img.partner{
			left:835px;
			top:100px }

			.company .content_wide h1{
				font-size: 4em;
				line-height: 1.45em;
				color: #333;
				font-weight: normal;
				padding-left: 90px; 
				margin-bottom: 5px
			}
			
			.company .content_wide p{
				font: 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
				/*width: 517px;*/
				width: 580px;
				height: 185px;
				padding-left: 92px;
			}
			
			.company .content_wide p.learn-more{
				position: absolute;
				padding: 0;
				top: 152px;
				right: 10px;
				text-align: right;
				font-weight: bold;
				color: #333 }
	
				.company .content_wide p.learn-more a{
					padding-left: 10px }
			
			.contact .content_wide h1,
			.email-marketing .content_wide h1,
			.portfolio .content_wide h1,
			.partner .content_wide h1{
				padding-left: 50px }

			.contact .content_wide p,
			.email-marketing .content_wide p,
			.portfolio .content_wide p,
			.partner .content_wide p{
				padding-left: 52px;
				width: 620px; }
			
			.about .content_wide p{
				padding-left: 88px }
				
			
	.company_content{
		float: right;
		width: 582px;
		padding: 20px 25px;
		border: 1px solid #d3d3d3;
		background: #f0f0f0 url(../images/bg-content_about.gif) repeat-x top;
		margin: 0 8px 20px 0;
		color: #333;
		margin-top: -50px;
		display: inline;
		position: relative; }
		
	.contact .company_content{
		border: 0;
		width: 633px;
		padding: 0;
		background: transparent }
		
		.company_content h2{
			font-size: 20px;
			font-weight: normal;
			margin-bottom: 20px }
			
		.company_content h3{
			font-size: 17px;
			font-weight: normal;
			margin-bottom: 20px }
			
			.company_content h4{
			font-size: 14px;
			font-weight: normal;
			margin-bottom: 5px;
			margin-left: 25px;}
			
			.company_content h4 a{
	color: #333;
	text-decoration: underline;
			}
			
			.company_content h4 a:hover{
	color: #000;
	text-decoration: none;
			}
			
			.company_content .newsflash p{
	font-size: 10px;
	line-height: normal;
	margin-left: 25px;
			}
			
		.company_content h2 a{
			color: #333 }	
			
		.company_content h2 a:hover{
			color: #ff4f02 }	

		.company_content h2.top-gap{
			margin-top: 30px;
			clear: both }
			
		.company_content p{
			font-size: 12px;
			font-family: Verdana;
			margin-bottom: 40px  }	

		.company_content div img{
			float:left;
			margin: 0 20px 0 0 }	

		.regular p{
			margin-bottom:20px;
			overflow: hidden; }	
			
		.company_content p a.more{
			float: right;
			background: url(../images/arrow_orange.gif) no-repeat center right;
			padding-right: 15px }		
		
			.company_content p a{
				color: #ff4f02 }
				
		.company_content .contact_item{
			padding: 20px 25px;
			width: 581px;
			border: 1px solid #d3d3d3;
			background: #fff url(../images/bg-contact_content1.gif) repeat-x bottom;
			margin-bottom: 10px }		
			
			.company_content .contact_item ul li{
				padding-left: 110px;
				position: relative;
				padding-top: 30px;
				width: 470px;  }	
		
				.company_content .contact_item ul li h2{
					margin-bottom: 10px }

				.company_content .contact_item ul li p{
					border-bottom: 1px solid #d3d3d3;
					padding-bottom: 25px;
					margin-bottom: 20px }

				.company_content .contact_item ul li.last p{
					border: 0;
					margin-bottom: 0}

					.company_content .contact_item ul li h2 a{
						color: #333 }

					.company_content .contact_item ul li h2 a img{
						position: absolute;
						left: -15px;
						top:2px }
						
			.company_content .contact_item .vcard p,
			.company_content .contact_item .vcard h3{
				padding-bottom: 3px;
				margin-bottom: 0 }				
				
			.company_content .contact_item .vcard h3{
				font-size: 12px }
				
				.company_content .contact_item .vcard{
					padding-left: 110px;
					overflow: hidden;
					display: inline-block }		

					.company_content .contact_item .vcard div{
						float: left;
						width: 200px }

	.company .sidebar{
		float: left;
		width: 310px;
		padding: 10px 0 30px 8px;
	}
		.company .sidebar ul.pastcurrent-sites{
			width: 300px;
			display: block;
			overflow: hidden;
			text-align: center }
			
			.company .sidebar ul.pastcurrent-sites li{
				margin:0 auto 20px auto;
				width: 140px; }		
		
				.company .sidebar ul.pastcurrent-sites li h3{
					font-weight: normal;
					text-align: right;
					margin-bottom: 3px }			
					
	.portfolio .company_content .paging-top{
		position: absolute;
		right: 25px;
		top:25px;
		font-size: 10px }
		
	.portfolio .company_content .paging{
		text-align: right;
		font-size: 10px;
		padding: 30px 0 0;
		margin: 0 }	
		
		.portfolio .company_content .paging a,
		.portfolio .company_content .paging-top a{
			color: #333 }								
	
	.portfolio .company_content a.orange-box{
		display: block;
		padding: 5px 0;
		background: #ff6400;
		width: 192px;
		text-align: center;
		font-size: 10px;
		color: #fff;
		position: absolute;
		right: 25px }
		
	.portfolio .company_content ul.portfolio-list,
	.partner .company_content ul.partner-list{
		display: block;
		width: 100%;
		margin-top: 60px;
		border-top: 1px solid #b9b9b9 }	

	.partner .company_content ul.partner-list{
		margin-top: 30px }

		.portfolio .company_content ul.portfolio-list li,
		.partner .company_content ul.partner-list li{
			padding: 16px 0 16px 8px;
			border-bottom: 1px solid #b9b9b9;
			overflow: hidden;
			width: 100%;
			display: block }

		.partner .company_content ul.partner-list li{
			padding-left: 0}
		.portfolio .company_content ul.portfolio-list li {width: 574px;}

	
			.portfolio .company_content ul.portfolio-list li p,
			.partner .company_content ul.partner-list li p{
				margin-bottom: 0 }
				
			.portfolio .company_content ul.portfolio-list li .thm,
			.partner .company_content ul.partner-list li .thm{
				float: left }

			.partner .company_content ul.partner-list li .thm,
			.partner .company_content ul.partner-list li .detail{
				height: 80px }

			.partner .company_content ul.partner-list li .thm{
				text-align: center;
				width: 164px;
				height: 95px;
				position: relative }

				.portfolio .company_content ul.portfolio-list li .thm img,
				.partner .company_content ul.partner-list li .thm img{
					border: 1px solid #999;
					float: none }

				.partner .company_content ul.partner-list li .thm img{
					border: none; margin: 0;}

			.portfolio .company_content ul.portfolio-list li .detail,
			.partner .company_content ul.partner-list li .detail{
				float:left;
				width: 428px;
				position: relative }
				
			.partner .company_content ul.partner-list li .detail{
				width: 400px;
				float: right }

				.portfolio .company_content ul.portfolio-list li .detail .type,
				.partner .company_content ul.partner-list li .detail .type{
					position: absolute;
					right: 0;
					top:0;
					color: #999 }
					
				.portfolio .company_content ul.portfolio-list li .detail .type a
				{text-decoration: none; color: #999}
				
				.portfolio .company_content ul.portfolio-list li .detail .type a:hover
				{text-decoration: none; color: #000}

				.portfolio .company_content ul.portfolio-list li .detail h3,
				.partner .company_content ul.partner-list li .detail h3{
					font-size: 15px;
					margin-bottom: 5px;
					font-weight: normal }

				.portfolio .company_content ul.portfolio-list li .detail h3 a,
				.company_content ul.partner-list li .detail h3 a{
					color: #333 }
				
				.company_content ul.partner-list li .detail h3 a:hover {text-decoration: none; color: #FE670C}
				
				.portfolio .company_content ul.portfolio-list li .detail p.visit-quote{
					font-size: 11px }	

					.portfolio .company_content ul.portfolio-list li .detail p.visit-quote a.visit{
						color:#666 }
						
				.portfolio .company_content ul.portfolio-list li .detail .desc,
				.partner .company_content ul.partner-list li .detail .desc{
					margin-top: 15px;
					font-size: 11px }

				.partner .company_content ul.partner-list li .detail .desc{
					margin-top: 15px }
						
	.portfolio .sidebar .single-thm-portfolio{
	border: 1px solid #b9b9b9;
	border-width: 1px 0;
	height: 120px;
	position: relative;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}	
		
		.portfolio .sidebar .single-thm-portfolio img{
	position: absolute;
	top: 20px;
	left: 7px;
	border: 1px solid #B9B9B9;
	padding: 5px;
}
		
		.portfolio .sidebar .single-thm-portfolio p{
	padding-left: 160px;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 5px;
}
			
	.portfolio .sidebar .single-portfolio{
		text-align: center;
		width: 100% }

		.portfolio .sidebar .single-portfolio p{
			text-align: left;
			padding: 10px 30px;
			font-size: 12px;
			color: #333;
			line-height: 18px }
			
		.partner .company_content p.center-text{
			text-align: center;
			padding: 30px 0 10px;
			font-weight: bold;
			margin: 0;
			font-size: 11px }	
			
	.email-marketing .company_content .templates-list{
		overflow: hidden;
		text-align: center;
		width: 100%}			

		.email-marketing .company_content .templates-list ul{
			width: 500px;
			display: block;
			margin: 20px auto}

			.email-marketing .company_content .templates-list ul li{
				overflow: hidden;
				width: 100%;
				background: url(../images/bg-line_thm.png) no-repeat -80px bottom ;
				padding-bottom: 15px;
				margin-bottom: 15px }
				
				.email-marketing .company_content .templates-list ul li ul li{
					float: left;
					background: none;
					width: 116px;
					height: 160px;
					text-align: center;
					margin-left: 40px;
					padding: 0;
					position: relative;
					display: inline; }

					.email-marketing .company_content .templates-list ul li ul li img{
						border: 1px solid #999;
						margin-bottom: 10px;
						float: none;
						position: absolute;
						bottom: 10px;
						left: 0}

					.email-marketing .company_content .templates-list ul li ul li a{
						display: block;
						width: 110px;
						position: absolute;
						text-align: center;
						bottom: 0;
						height: 10px;
						background: url(../images/bg-view_larger.png) center no-repeat ;
						font-size: 8px;
						color: #333 }
						
						
						.any-sample .templates-list{
		overflow: hidden;
		text-align: center;
		width: 100%}			

		.any-sample .templates-list ul{
			width: 700px;
			display: block;
			margin: 20px auto}

			.any-sample .templates-list ul li{
				overflow: hidden;
				width: 100%;
				background: url(../images/bg-line_thm.png) no-repeat -80px bottom ;
				padding-bottom: 15px;
				margin-bottom: 15px }
				
				.any-sample .templates-list ul li ul li{
					float: left;
					background: none;
					width: 146px;
					height: 160px;
					text-align: center;
					margin-left: 0px;
					padding: 0;
					position: relative;
					display: inline; }
					
					.any-sample .templates-list ul li ul li.title{
					float: left;
					text-align: left;
					width: 186px;}

					.any-sample .templates-list ul li ul li img{
						/*border: 1px solid #999;*/
						margin-bottom: 10px;
						float: none;
						position: absolute;
						bottom: 10px;
						left: 0}
						
					

					.any-sample .templates-list ul li ul li a{
						display: block;
						width: 110px;
						position: absolute;
						text-align: center;
						bottom: 0;
						height: 10px;
						background: url(../images/bg-view_larger.png) center no-repeat ;
						font-size: 8px;
						color: #333 }
						
						.any-sample .templates-list ul li ul li a.selecttheme{
	display: block;
	width: 160px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	bottom: 0;
	height: 40px;
	font-size: 12px;
	color: #333;
	background-image: url(../images/bg-select-theme.png);
	background-repeat: no-repeat;
	background-position: center top;
	top: 10px;
	background-color: #F90;
	}
	
	.any-sample .templates-list ul li ul li a.selecttheme2{
	display: block;
	width: 160px;
	height: 37px;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	background: url(../images/bg-select-theme.png) no-repeat left top;
	padding-top: 7px;
	padding-right: 26px;
	padding-bottom: 12px;
	padding-left: 0px;
				}
						
						.container #content .any-sample ul li {
	font-size: 1.4em;
}


						
/* 2.3	Sidebar
-----------------------------------------------------------------------------------------------*/	
.sidebar{ position: relative }


/* 2.4	Footer
-----------------------------------------------------------------------------------------------*/	


	#footer .copyright{
		width: 100%;
		overflow: hidden;
	}
		#footer .copyright p{
			float: left;
			width: 800px;
			text-align: center;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.1em;
			line-height: 1em;
			padding: 10px 0;
		}
		#footer .copyright p a{color: #333;}
		#footer .copyright p a:hover{text-decoration: underline;}
		a.mcafee{
			float: left;
			position: relative;
			height: 31px;
			width: 115px;
		}
			a.mcafee span{
				position: absolute;
				width: 100%; height: 100%;
				top: 0; left: 0;
				background: url(//images.scanalert.com/meter/www.coloradowebsolutions.com/12.gif) no-repeat;
			}
	
	#footer .links{
		padding: 20px 0 45px;
		margin: 32px auto 0;
		border: 1px solid #ccc;
		width: 950px;
		overflow: hidden;
		background: #efefef;
	}
		.links h4{
			font-size: 1.2em;
			line-height: 1em;
			font-weight: bold;
			color: #ff6600;
		}
		.links ul{padding: 16px 0 0 16px;}
		.links ul a{
			line-height: 1.4em;
			color: #666666;
		}
		
		.link-development{
			float: left;
			width: 240px;
			padding: 0 13px;
		}
		.link-improvement{
			float: left;
			width: 240px;
			padding-right:13px;
		}
		.link-services{
			float: left;
			width: 210px;
			padding-right: 13px;
		}
		.link-information{
			float: left;
			width: 195px;
		}
	
	#footer .footer_info{
		padding: 10px 43px;
		margin: 16px auto 0;
		border: 1px solid #ccc;
		width: 864px;
		overflow: hidden;
		background: #dfdfdf;
	}
		#footer .footer_info p{
			font-size: 1.1em;
			color: #666;
		}
	
	#footer .other_links{
		padding: 10px 43px;
		margin: 16px auto 0;
		border: 1px solid #ccc;
		text-align: center;
		width: 864px;
		overflow: hidden;
		background: #fff url(../images/bg_footer_other_links.gif) no-repeat;
	}
		#footer .other_links p,
		#footer .other_links p a{
			color: #333;
		}


/* 2.5	Modules
-----------------------------------------------------------------------------------------------*/	
	
	div.module { width: 308px; position: relative; z-index: 1; margin: 0 0 18px 0; background: #ddd url(../images/module_bg.gif) repeat-x; border: 1px solid #d3d3d3; color: #000; }
	
	div.module h2 { min-height: 40px; margin: 0 14px 6px 14px; background: url(../images/module_border_title.gif) repeat-x 0 100%; text-align: center; font: normal 2.2em/42px Verdana, Arial, Helvetica, sans-serif; }
	div.module h2.small_title { font: normal 1.6em/42px Arial, Helvetica, sans-serif;  }
	div.module h2.medium_title { font: normal 2em/42px Arial, Helvetica, sans-serif;  }
	div.module h2 strong { font-weight: normal; margin: 0 -6px; }
	div.module h2 strong.green { color: #84ba72;}
	div.module h2 strong.blue { color: #708cbc;}
	div.module h2 strong.orange { color: #ff6600;}
	div.module h2 strong.brown { color: #9e6768;}
	div.module h2 strong.teal { color: #4f888b;}
	div.module h2 strong.purple { color: #6c50a1;}
	div.module h2 strong.red { color: #ba6765;}

	div.module.with_logo { margin-top: 34px; padding-top: 28px;  }
	.sidebar div.module.with_logo{margin-top: 54px }
	div.module.with_logo div.logo { width: 308px; height: 64px; position: absolute; left: 0; top: -34px; text-align: center;  }
	div.module.with_logo div.logo img { vertical-align: middle; }

	div.module div.content { width: 280px; overflow: hidden; position: relative; padding: 0 14px 14px 14px; }
	div.module div.content h3 { margin: 10px 0 6px 0; font-weight: bold; font-size: 1.1em; }
	div.module div.content a,
	div.module div.content a:hover,
	div.module div.content a:active { color: #000; }
	div.module div.content a.more { font-size: 0.9em; }
	div.module div.content a.more,	div.module div.content a.more:hover,	div.module div.content a.more:active,
	div.module div.content span.more a,	div.module div.content span.more a:hover,	div.module div.content span.more a:active,
	div.module div.content a.arrow,	div.module div.content a.arrow:hover,	div.module div.content a.arrow:active { color: #fe670c;  }
	div.module div.content ul li ul { font-size: 1em; }
	div.module div.content ul,
	div.module div.content p { font-size: 1.1em; position: relative; z-index: 100;  }
	div.module div.content span.more { font-size: 1em; } 
	div.module div.content span.more { width: 280px; position: absolute; left: 14px; bottom: 4px; z-index: 100; padding: 6px 0 0 0; background: url(../images/module_border_text.gif) repeat-x;  }	
	div.module div.content span.more.text { width: 170px; left: 126px; }
	div.module div.content span.more.plain { background: none; }
	div.module div.content span.more a { float: right; }
	div.module div.content a.arrow,
	div.module div.content span.more a.arrow { padding: 0 0 0 12px; background: url(../images/arrow_grey2.gif) no-repeat 0 50%; }
	div.module div.content span.more a.arrow_orange { padding: 0 12px 0 0; background: url(../images/arrow_orange.gif) no-repeat 100% 50%; }
	div.module div.content div.thumbnail { width: 308px; position: absolute; left: 0; bottom: 0; z-index: 1; }
	div.module div.content div.thumbnail img { vertical-align: bottom; }
	div.module div.content div.text { position: relative; z-index: 100; margin: 0 0 0 114px; padding: 0 0 14px 0; }
	div.module div.content div.text p { margin: 0;  }
	
	div.module div.content.centered { text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; }
	div.module div.content.centered h3 { margin: 0; }
	div.module div.content.centered p { margin: 0 0 14px 0; line-height: 1.5em; }
	div.module div.content.centered span.more { position: static; left: 0; bottom: 0; background: none; padding: 0; font-size: 1.1em; }
	div.module div.content.centered span.more a { float: none; }

	div.module div.content.wide div.thumbnail { width: 298px; left: 10px; top: 6px; }
	div.module div.content.wide div.text { width: 150px; margin-left: 128px; padding-top: 4px; }
	div.module div.content.wide div.text p { line-height: 1.6em; }

	div.module_wrapper { clear: both; width: 958px; overflow: hidden; margin: 0 auto 18px auto; }
	div.module_wrapper div.module { float: left; margin: 0; }
	div.module_wrapper div.module.middle { display: inline; margin: 0 14px; }
	div.module_wrapper div.module div.content,
	.sidebar div.module div.content { min-height: 108px;}
	.experience div.content, .glhn div.content, .simple div.content, .feature div.content { height: 108px;}
	div.module_wrapper div.module div.content.callout,
	.sidebar div.module div.content.callout  { height: 66px; min-height: 0;}
	
	/* module > browse portfolio by category */
	div.module div.content ol.category_list { width: 280px; overflow: hidden; margin: 4px 0 0 0; font-size: 1em; }
	div.module div.content ol.category_list li { width: 140px; float: left; margin: 0 0 12px 0; }
	div.module div.content ol.category_list li a { padding: 0 0 0 16px; background: url(../images/arrow_grey2.gif) no-repeat 0 .3em; }	
	div.module div.content ol.category_list li a.current,
	div.module div.content ol.category_list li a:hover, div.module div.content ol.category_list li a:active { color: #fe670c; text-decoration: none; }

	/* module > get live help */
	div.module div.content a.get_live_help,
	div.module div.content a.get_live_help span { width: 170px; height: 34px; display: block; overflow: hidden; }
	div.module div.content a.get_live_help { margin: 40px 0 0 -20px; position: relative; text-indent: -999em;}
	div.module div.content a.get_live_help span {	position: absolute; top: 0; left: 0; z-index: 10; background: url(../images/ir_get_live_help.png) no-repeat; cursor: pointer;}

	/* module > reduce cost */
	div.module div.content.reduce_cost { padding-top: 10px; padding-bottom: 4px; }
	div.module div.content.reduce_cost a.ysma_learn_more,
	div.module div.content.reduce_cost a.ysma_learn_more span { width: 276px; height: 32px; display: block; overflow: hidden; }
	div.module div.content.reduce_cost a.ysma_learn_more { margin: 0 0 -14px -106px; position: relative; text-indent: -999em;}
	div.module div.content.reduce_cost a.ysma_learn_more span {	position: absolute; top: 0; left: 0; z-index: 10; background: url(../images/ir_ysma_learn_more.png) no-repeat; cursor: pointer;}
	
	div.module div.content.reduce_cost div.thumbnail.wide { width: 280px; position: static; top: 0; margin: 0 0 4px 0; padding-bottom: 0; }

	/* module > callout (try portfolio) */
	div.module div.content.callout { padding-top: 90px; }
	div.module div.content.callout h2 { min-height: 20px; line-height: normal; background: none; padding: 0; }
	div.module div.content.callout div.text { margin: 0; padding: 0; text-align: center; }
	div.module div.content.callout div.text p { letter-spacing: .2em; }
	div.module div.content.callout div.thumbnail { top: 14px; }

	/* module > join the list */
	div.module div.content.join_the_list { padding-bottom: 20; }
	div.module div.content.join_the_list div.text a.arrow { float: right; }
	div.module div.content.join_the_list div.text { margin: 4px 0 0 0; padding: 0; }
	div.module div.content.join_the_list div.text h3 { margin-top: 0; }
	div.module div.content.join_the_list div.text p { clear: both; margin-bottom: 10px; }
	div.module div.content.join_the_list fieldset { width: 294px; margin: 0 -7px; overflow: hidden; }
	div.module div.content.join_the_list fieldset p.textfield { width: 187px; height: 39px; float: left; padding: 4px 14px 0 12px;  background: url(../images/join_the_list_textfield.png) }
	div.module div.content.join_the_list fieldset p.textfield input { width: 183px; border: none; background: #fff; padding: 0; font-weight: bold; }
	div.module div.content.join_the_list fieldset a.join { width: 60px; height: 40px; float: right; padding: 3px 13px 2px 8px; text-transform: uppercase;  font-weight: bold; font-size: 1.2em;  line-height: 20px;  background: url(../images/join_the_list_btn.png) no-repeat; text-align: center; }
	div.module div.content.join_the_list fieldset a.join, 
	div.module div.content.join_the_list fieldset a.join:hover,
	div.module div.content.join_the_list fieldset a.join:active { color: #fff; text-decoration: none; }
	
	/* blog modules */
	div.blog_modules div.module { width: 246px; }
	div.blog_modules div.module h2 { padding: 0 8px; text-align: left; }
	div.blog_modules div.module h2.centered { padding: 0; text-align: center; }
	div.blog_modules div.module h2 span.wide { width: 246px; display: block; margin: 0 -14px; }	
	div.blog_modules div.module div.content { width: 218px; }
	div.blog_modules div.module div.content ul.blog_list { margin: 4px 0 0 22px; font-weight: bold; }
	div.blog_modules div.module div.content ul.blog_list li { margin: 0 0 8px 0; }
	div.blog_modules div.module div.content ul.blog_list li a,
	div.blog_modules div.module div.content ul.blog_list li a:hover,
	div.blog_modules div.module div.content ul.blog_list li a:active { color: #333; }

	/* blog module > recent posts */
	div.blog_modules div.module div.content ul.recent_posts { margin: 4px 0 0 22px; }
	div.blog_modules div.module div.content ul.recent_posts li { margin: 0 0 14px 0; font-weight: bold; }
		
	/* blog module > related content */
	div.blog_modules div.module div.content ul.related_content { margin: 4px 0 0 0; font-size: 1.2em; }
	div.blog_modules div.module div.content ul.related_content li ul { margin: 0 0 0 32px; }
	div.blog_modules div.module div.content ul.related_content li ul li { padding: 0 0 14px 0; }
	div.blog_modules div.module div.content ul.related_content li h3 { margin: 0 0 14px 0; }
	div.blog_modules div.module div.content ul.related_content li.rss_feed h3 a { padding: 0 0 0 20px; background: url(../images/ico_rss.gif) no-repeat; }
	
	/* blog module > instant subscriptions */	
	div.blog_modules div.module div.content ul.subscription_list { width: 218px; overflow: hidden; margin: 0 0 -8px 0; }
	div.blog_modules div.module div.content ul.subscription_list li { float: left; margin: 0 0 8px 0; }
	div.blog_modules div.module div.content ul.subscription_list li.odd { float: right; }
	div.blog_modules div.module div.content ul.subscription_list li img { vertical-align: bottom; }
	
	/* blog module > meta links*/
	div.blog_modules div.module div.content ul.meta_links { margin: 4px 0 0 22px; font-size: 1.2em; }
	
#content #content .sidebar_blog ul .widgettitle {
	font-size: 14px;
}

	
.single-thm-portfolio h3 {
	font-size: 14px;
	left: 160px;
	position: relative;
	padding-bottom: 5px;
}

blockquote {
	margin: 1em;
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #E3E3E3;
	} /* Idea from ShadedGrey of http://wpthemes.info/ */

.container #header .head_link_lwer_rt {
	position: relative;
	right: -1px;
	bottom: -1px;
	top: 85px;
	left: 845px;
}

.specialblurb {
	color: #FF6800;	
}
.sidebar-special h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 5px;
	background-color: #FF6800;
	padding: 2px;
	text-align: center;
}
.sidebar-special p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
}
.sidebar-special {
	padding: 5px;
	background-color: #FBE2E2;
}

