* {
	margin: 0px;
	padding:0px;
}
body, th, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 12px;
}
a {
	font-weight: bold;
	color: #555555;
	text-decoration: underline;
}
a:hover {
	color: #355c7b;
}
ul {
	margin-left: 20px;
}
p {
	padding-bottom: 20px;
}
.website_holder {
	width: 966px;
	margin: 0px auto;
}
.top_side {
	height: 80px;
	padding: 0px 10px;
}
.top_side h1 {
	float: left;
	font-size: 1px;
	width: 423px;
	text-indent: -9999px;
	padding-top: 21px;
}
.top_side h1 a {
	height: 48px;
	display: block;
	outline: none;
	background: url(../img/dsi-sprite.gif) no-repeat left top;
}
.top_side h2 {
	float: right;
	width: 196px;
	height: 22px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(../img/dsi-sprite.gif) no-repeat -770px top;
	margin-top: 35px;
}
.content-holder {
	padding: 0px 10px;
	background: url(../img/dsi-sprite.gif) no-repeat 0px -787px;
}
.left_side {
	float: left;
	width: 306px;
	padding-left: 15px;
}
.right_side {
	float: right;
	padding-right: 15px;
	width: 590px;
}
/* Silver Box */
.silver-box {
	width: 306px;
	background: url(../img/dsi-sprite.gif) repeat-y -1294px 0px;
	margin-bottom: 20px;
}
.silver-boxTop {
	background: url(../img/dsi-sprite.gif) repeat-y -978px -30px;
	padding: 15px 10px 5px 10px;
}
.predesigned {
	height: 59px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(../img/dsi-sprite.gif) -10px -141px;
	padding-bottom: 16px;
}
.predesigned a {
	display: block;
	height: 75px;
	font-size: 1px;
	text-indent: -9999px;
	outline: none;
}
.silver-boxBottom {
	height: 10px;
	background: url(../img/dsi-sprite.gif) repeat-y -978px -10px;
	font-size: 1px;
}
.footer {
	width: 916px;
	clear: both;
	background: #eeeeee;
	text-align: center;
	color: #898989;
	font-size: 11px;
	margin: 0px 15px;
	margin-bottom: 20px;
}
.footer .top {
	font-size: 1px;
	height: 10px;
	background: url(../img/dsi-sprite.gif) no-repeat -10px -101px;
	margin-bottom: 4px;
}
.footer .bottom {
	font-size: 1px;
	height: 10px;
	background: url(../img/dsi-sprite.gif) no-repeat -10px -121px;
	margin-top: 4px;
}
.footer a {
	font-weight: bold;
	text-decoration: none;
	color: #898989;
}
.footer a:hover {
	text-decoration: underline;
	color: #487e97;
}
.footer strong {
	font-size: 10px;
	font-weight: normal;
	color: #b3b3b3;
	display: block;
}
.footer strong a {
	color: #b3b3b3;
}
/*  Home Page Box */

.homeBox {
	float: left;
	width: 190px;
	margin-right: 10px;
}
.homeBox img {
	display: block;
	padding-bottom: 14px;
}
.homeBox h1 {
	font-size: 16px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.homeBox h1 a {
	text-decoration: none;
	color: #000000;
}
.homeBox h2 {
	font-size: 12px;
}
.homeBox h2 a {
	text-decoration: none;
	color: #555555;
	font-weight: normal;
}
.project-box {
	background: url(../img/dsi-sprite.gif) no-repeat -10px -250px;
	width: 135px;
	height: 160px;
	float: left;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 0px;
}
.project_box-last {
	margin-right: 0px;
}
.project-box a {
	text-decoration: none;
	outline: none;
}
.project-box a img {
	border: 4px solid #ffffff;
}
.project-box a span {
	padding-top: 7px;
	display: block;
	color: #707070;
	font-size: 11px;
}
.project-box a:hover span {
	color: #487e97;
	text-decoration: underline;
}
/* Pagination */
.hide {
	display:none;
	visibility:hidden;
}
.page-nav {
	text-align: center;
	list-style: none;
	width: 420px;
	margin: 0px auto;
	clear: both;
}
.page-nav li {
	display: inline;
	float: left;
	margin-right: 4px;
	color: #b7b7b7;
}
.page-nav a {
	display: block;
	padding: 5px 0px;
	width: 32px;
	height: 14px;
	font-size: 11px;
	color: #666664;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	text-align: center;
	background: url(../img/dsi-sprite.gif) no-repeat -233px -284px;
}
.page-nav a:hover {
	background: url(../img/dsi-sprite.gif) no-repeat -233px -318px;
}
.page-nav .current-page, .page-nav .current-page:hover {
	background: url(../img/dsi-sprite.gif) no-repeat -233px -250px;
}
.page-nav .prev {
	width:68px;
	background: url(../img/dsi-sprite.gif) no-repeat -155px -284px;
	margin-right: 6px;
}
.page-nav .prev:hover {
	background: url(../img/dsi-sprite.gif) no-repeat -155px -318px;
}
.page-nav .next {
	width:45px;
	background: url(../img/dsi-sprite.gif) no-repeat -275px -284px;
	margin-left: 6px;
}
.page-nav .next:hover {
	background: url(../img/dsi-sprite.gif) no-repeat -275px -318px;
}
.page-nav .last {
	width:45px;
	background: url(../img/dsi-sprite.gif) no-repeat -275px -284px;
}
.page-nav .last:hover {
	background: url(../img/dsi-sprite.gif) no-repeat -275px -318px;
}
/* Template Buttons */
.template_nav {
	float: right;
	height: 28px;
	margin-right: 10px;
}
.view_template {
	display: block;
	width: 115px;
	height: 28px;
	font-size: 1px;
	text-indent: -9999px;
	outline: none;
	background: url(../img/dsi-sprite.gif) no-repeat -155px -352px;
	margin-right: 10px;
	float: left;
}
.order_now {
	display: block;
	width: 95px;
	height: 28px;
	font-size: 1px;
	text-indent: -9999px;
	outline: none;
	background: url(../img/dsi-sprite.gif) no-repeat -155px -390px;
	float: left;
}
/* Order Page */
.step {
	width: 158px;
	height: 45px;
	float: left;
	margin-left: 10px;
	background: url(../img/dsi-sprite.gif) no-repeat -330px -250px;
}
.headline3 .step h1 {
	font-weight: bold;
	font-size: 14px;
	color: #487e97;
	margin: 8px 10px 0px;
	padding:0px;
	letter-spacing: 0px;
	font-family: inherit;
}
.headline3 .step h2 {
	font-weight: normal;
	font-size: 12px;
	color: #a3becb;
	margin: 0px 8px;
	padding:0px;
	letter-spacing: 0px;
	font-family: inherit;
}
.inactive {
	background: url(../img/dsi-sprite.gif) no-repeat -330px -305px;
}
.headline3 .inactive h1 {
	color: #797979;
}
.headline3 .inactive h2 {
	color: #c2c2c2;
}
#modules {
	list-style:none;
	margin: 0px;
	padding-top: 10px;
}
#modules li,  #modules .hover,  #modules .selected {
	margin-bottom: 10px;
	padding: 8px 10px;
	cursor:pointer;
	background: #fafafa;
	border: 1px solid #f2f2f2;
}
#modules .hover {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
}
#modules .selected {
	background: #e7f0f4;
	border: 1px solid #dae5ea;
}
#modules li div {
	padding-left: 69px;
}
#modules li h1 {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	padding-bottom: 8px;
	padding-top: 6px;
}
#modules li span {
	font-size: 13px;
	color: #7d7d7d;
}
#modules li p {
	font-size: 11px;
	color: #7a7a7a;
	padding-bottom: 4px;
}
#modules li .photo-gallery {
	background: url(../img/dsi-sprite.gif) no-repeat -1620px 10px;
}
#modules li.selected .photo-gallery {
	background: url(../img/dsi-sprite.gif) no-repeat -1620px -81px;
}

#modules li .newsletter {
	background: url(../img/dsi-sprite.gif) no-repeat -1620px -162px;
}
#modules li.selected .newsletter {
	background: url(../img/dsi-sprite.gif) no-repeat -1620px -252px;
}

#modules li .news-articles {
	background: url(../img/dsi-sprite.gif) no-repeat -1620px -334px;
}
#modules li.selected .news-articles {
	background: url(../img/dsi-sprite.gif) no-repeat -1620px -424px;
}

#modules li .calendar {
	background: url(../img/dsi-sprite.gif) no-repeat -1620px -506px;
}
#modules li.selected .calendar {
	background: url(../img/dsi-sprite.gif) no-repeat -1620px -596px;
}

#modules li .classified-ads {
	background: url(../img/dsi-sprite.gif) no-repeat -1620px -677px;
}
#modules li.selected .classified-ads {
	background: url(../img/dsi-sprite.gif) no-repeat -1620px -767px;
}

#modules li .links-directory {
	background: url(../img/dsi-sprite.gif) no-repeat -1620px -849px;
	padding-bottom: 10px;
}
#modules li.selected .links-directory {
	background: url(../img/dsi-sprite.gif) no-repeat -1620px -939px;
}

#modules li .refer-friend {
	background: url(../img/dsi-sprite.gif) no-repeat -1620px -1021px;
}
#modules li.selected .refer-friend {
	background: url(../img/dsi-sprite.gif) no-repeat -1620px -1111px;
}

#modules li .opinion-pools {
	background: url(../img/dsi-sprite.gif) no-repeat -587px -162px;
}
#modules li.selected .opinion-pools {
	background: url(../img/dsi-sprite.gif) no-repeat -587px -252px;
}


#options {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

	
#options li {
	padding: 8px 10px;
	border-bottom: 1px solid #d3d3d3;
}
#options li.last {
	border-bottom: 1px solid #e5e5e5;
	zoom:1;
}

	#options li.cs_pages, #options li.cs_colors, #options li.cs_flash {
			padding-left: 50px;
		}
		
	.cs_pages {
			background: url(../img/dsi-sprite.gif) no-repeat 0px -456px;			
		}
	
	.cs_colors {
		background: url(../img/dsi-sprite.gif) no-repeat 0px -575px;			
	}
	
	.cs_flash {
		background: url(../img/dsi-sprite.gif) no-repeat -580px -456px;		
		}

#options li h1 {
	margin: 0px;
	padding: 0px 0px 6px 0px;
	font-size: 16px;
	font-weight: normal;
	color: #262626;
	letter-spacing: 0px;
}
#options li p {
	font-size: 11px;
	color: #595959;
	width: 430px;
}
#options li .pages {
	width: 53px;
	height: 21px;
	padding: 7px 0px 0px 24px;
	background: url(../img/dsi-sprite.gif) no-repeat -330px -217px;
	float: right;
}
#options li .pages input {
	width: 42px;
	background: none;
	border: 0px solid #cacaca;
	font-size: 13px;
	color: #999999;
}
#options li a,  #options li a :hover,  #options li li.last a,  #options li li.last a :hover {
	display:block;
	float:right;
	width:77px;
	height:28px;
	background: url(../img/dsi-sprite.gif) no-repeat -330px -141px;
	margin-top: -50px;
	outline: none;
}
#options li a.selected {
	background: url(../img/dsi-sprite.gif) no-repeat -330px -179px;
}
#total-amount {
	font-size: 14px;
	color: #FFFFFF;
	list-style:none;
	margin: 0px;
	padding: 0px 10px;
}
#total-amount li {
	border-bottom: 1px solid #5b8ba2;
	padding: 10px 0px;
}
#total-amount li span {
	float: right;
}
.next_step {
	text-align: center;
	padding-bottom: 20px;
}
.next_step input {
	width: 98px;
	height: 31px;
	outline: none;
	cursor: pointer;
	background: url(../img/dsi-sprite.gif) no-repeat -976px -787px;
	border: 0px;
}
.orderBoxDetails {
	background: #f5f5f5;
	float: right;
	width: 345px;
	padding: 8px 10px;
}
.orderBoxDetails h1 {
	color: #487e97;
	font-weight: normal;
	font-size: 16px;
}
#ordered {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#ordered li {
	padding: 8px 0px;
	border-bottom: 1px solid #e5e5e5;
}
#ordered li span {
	float: right;
}
fieldset {
	border:0;
}
fieldset div {
	padding-bottom: 10px;
}
fieldset label {
	width: 140px;
	padding-right: 10px;
	display: block;
	float: left;
}
fieldset input, fieldset textarea, fieldset select {
	width: 260px;
}
fieldset .txtform {
	background: #f9f9f9;
	border: 1px solid #c2c2c2;
	padding: 2px 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.orderSubmit {
	text-align: center;
	padding-bottom: 20px;
}
.orderSubmit input {
	width: 105px;
	height: 31px;
	outline: none;
	cursor: pointer;
	background: url(../img/dsi-sprite.gif) no-repeat -976px -828px;
	border: 0px;
}
.submit_btn {
	background: #f9f9f9;
	border: 1px solid #c2c2c2;
	padding: 2px 3px;
	font-size: 12px;
	font-weight: bold;
	width: auto;
}
	#thumbs {
		float: left;
	}
	#thumbs a {
		background: #ffffff;
		display: block;
		padding-left: 10px;
		margin-bottom: 10px;   
		outline: none;
	}
		#thumbs a img {
			border: 5px solid #f5f5f5;
		}
	
	#thumbs .active {
		background: #ececec;
		display: block;
		padding-left: 10px;
		margin-bottom: 10px; 
	}
	
		#thumbs a.active img {
			border: 5px solid #ececec;
		}
	
.site_content {
	padding:0px 15px;
}	
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.plan{
	width:168px;
	height:224px;

	background:url(../img/plan.jpg) no-repeat top left;
	float:left;
	padding:6px 11px 11px 11px;
	margin-right:10px;

}
	.p_title{
		color:#252A2E;
		font-size:18px;
		margin:0px;
		padding:0px;
		font-family:Tahoma;
	}
	.p_utitle{
		color:#628193;
		font-size:10px;
		margin:0px;
		padding:0px;
		font-family:Tahoma;
		margin-top:1px;
	}
	.p_price{
		color:#31535F;
		font-size:32px;
		margin:0px;
		padding:0px;
		font-family:Tahoma;
		text-align:right;
		margin-top:-6px;
	}
	.p_uprice{
		color:#A2AAAD;
		font-size:10px;
		margin:0px;
		padding:0px;
		font-family:Tahoma;
		text-align:right;
		margin-top:1px;
	}
	.p_ul{
		margin-left:13px;
		display:block;
		
	}
	.p_ul li{
		list-style-image:url(../img/li_img.gif);
		margin-left:0px;
		padding-left:0px;
		color:#242527;
		font-size:11px;
		font-family:Tahoma;
		margin-top:9px;
	}
	.p_radio {
		margin-top:29px;
		text-align:center;
		font-size:11px;
		font-weight:bold;
		font-family:Tahoma;
		color:#FFFFFF;
		padding-bottom:0px;
	}	
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

