body{
	background: #90a5b8 url(images/background.gif) repeat-x 0 0;
	margin: 0;
	paddin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 150%;
}

img{
	border:0;
}

a:link,
a:visited,
a:hover,
a:active{
	color: #90a5b8;
}

a:hover{
	color: #647d94;
}

#container{
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#banner{
	background: url(images/banner.jpg) no-repeat 0 0;
	height: 92px;
}

#top_products{
	float: right;
	margin-right: 40px;
}

#top_products a:link img,
#top_products a:visited img,
#top_products a:active img{
	opacity: 0.5;
	filter:alpha(opacity=50);
	margin-left: 40px;
}

#top_products a:hover img{
	opacity: 1;
	filter:alpha(opacity=100);
}

#wrapper{
	background: #c0cdd9;
}

#w_t{
	background: url(images/nav_bg.gif) repeat-x 0 0;
	height: 100%;
}
#w_r{
	background: url(images/con_right.gif) repeat-y 100% 0;
	height: 100%;
}
#w_b{
	background: url(images/con_bottom.gif) repeat-x 100% 100%;
	height: 100%;
}
#w_l{
	background: url(images/con_left.gif) repeat-y 0 0;
	height: 100%;
}
#w_tl{
	background: url(images/nav_tl.gif) no-repeat 0 0;
	height: 100%;
}
#w_tr{
	background: url(images/nav_tr.gif) no-repeat 100% 0;
	height: 100%;
}
#w_br{
	background: url(images/con_br.gif) no-repeat 100% 100%;
	height: 100%;
}
#w_bl{
	background: url(images/con_bl.gif) no-repeat 0 100%;
	height: 100%;
}

#w_padding{
	padding: 14px;
}

#top_nav{
	float: right;
	width: 100%;
	font: bold 1.1em "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	height: 40px;
}

#top_nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#top_nav li{
	display: inline;
	margin: 0;
	padding: 0;
}

#top_nav a:link,
#top_nav a:visited,
#top_nav a:hover,
#top_nav a:active{
	float: right;
	margin: 0;
	margin-right: 5px; /*spacing between each tab*/
	padding: 0 0 0 4px;
	text-decoration: none;
}

#top_nav a:link span,
#top_nav a:visited span,
#top_nav a:hover span,
#top_nav a:active span{
	float: left;
	display: block;
	padding: 5px 12px 8px 8px;
	font-weight: bold;
	color: #fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#top_nav a span {float:none;}
/* End IE5-Mac hack */

#top_nav a:hover span {
	color: #fff;
	cursor: pointer;
}

#top_nav a:hover{ /*onMouseover style*/
	background: url(images/nav_h_left.gif) no-repeat left top;
}

#top_nav a:hover span{ /*onMouseover style*/
	background: url(images/nav_h.gif) no-repeat right top;
}

#top_nav a.active:link,
#top_nav a.active:visited,
#top_nav a.active:hover,
#top_nav a.active:active{
	background: url(images/nav_h_left.gif) no-repeat left top;
	color: #fff;
}

#top_nav a.active:link span,
#top_nav a.active:visited span,
#top_nav a.active:hover span,
#top_nav a.active:active span{
	background: url(images/nav_h.gif) no-repeat right top;
	color: #fff;
}

#columns{
	width: 100%;
}

#columns td#main{
	width: 99%;
	padding-right: 5px;
	vertical-align: top;
}

#columns td#side{
	width: 260px;
	vertical-align: top;
}

.rc{
	background: #fff;
}

.rc_t{
	background: url(images/rc_t.gif) repeat-x 0 0;
	height: 100%;
}

.rc_r{
	background: url(images/rc_r.gif) repeat-y 100% 0;
	height: 100%;
}

.rc_b{
	background: url(images/rc_b.gif) repeat-x 0 100%;
	height: 100%;
}

.rc_l{
	background: url(images/rc_l.gif) repeat-y 0 0;
	height: 100%;
}

.rc_tl{
	background: url(images/rc_tl.gif) no-repeat 0 0;
	height: 100%;
}

.rc_tr{
	background: url(images/rc_tr.gif) no-repeat 100% 0;
	height: 100%;
}

.rc_br{
	background: url(images/rc_br.gif) no-repeat 100% 100%;
	height: 100%;
}

.rc_bl{
	background: url(images/rc_bl.gif) no-repeat 0 100%;
	height: 100%;
}

.r_con{
	padding: 12px;
}

.header{
	padding-bottom: 5px;
}

.header span{
	color: #666666;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#product{
	padding: 10px 0 10px 10px;
}

#product h1{
	margin: 0px 0 20px 0;
	padding: 20px 0 0 0;
	font-size: 35px;
	color: #fff;
	font-weight: bold;
}

#product p{
	margin: 0 240px 0 123px;
	padding: 0;
	font-size: 12px;
	color: #4d5257;
}

#product img.producticon{
	float: left;
	margin: 0 20px 20px 0;
}

.product_info_box{
	float: right;
	width: 196px;
	height: 136px;
	margin: 0 20px 0 0;
	background: url(images/product_info.gif);
}

.product_info{
	padding: 11px 0 0 38px;
}

.product_info a:link,
.product_info a:visited,
.product_info a:hover,
.product_info a:active{
	display: block;
	padding: 3px;
}

#footer{
	padding: 3px 6px 9px 6px;
	text-align: left;
	color: #c8d2dc;
	font-weight: bold;
	font-size: 10px;
}

#footer span{
	float: right;
}

#footer a:link,
#footer a:visited,
#footer a:active{
	color: #c8d2dc;
	text-decoration: none;
}

#footer a:hover{
	color: #fff;
	text-decoration: none;
}

/* Testimonials */
#ajaxticker1{
	padding: 5px;
	background-color: #FFFFFF;
}

#ajaxticker1 div{ 
	background-color: #FFFFFF;
}

.someclass{ /*class to apply to your scroller(s) if desired */
}

.test_desc {
	font-size: 10px; 
	padding: 5px 0 5px 3px;
	text-align:justify;
}

.script_name_desc {
	text-align:right;
	font-style:italic;
}

.h1_hide {
	display:none;
}

/* Templates */

.template{
	border-top: 4px dotted #c0cdd9;
	padding: 20px 0 5px 0;
	margin-bottom: 20px;
}

.template h2{
	padding: 4px 0 6px 10px;
	margin: 0;
	font-size: 24px;
	line-height: 140%;
}

.template h2 a{
	text-decoration: none;
}

.template_preview{
	text-align: center;
}

.extra_info,
.purchase_button{
	float: right;
	padding: 4px;
}

.purchase_button form,
.purchase_button input{
	border: 0;
	margin: 0;
	padding: 0;
}

.extra_info_content{
	padding: 10px;
	border-top: 1px dotted #90a5b8;
	line-height: 200%;
	margin-top: 5px;
	padding-top: 5px;
}

.extra_info_content img{
	vertical-align: top;
}

.preview_thumbs{
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #90a5b8;
}

.preview_thumbs ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.preview_thumbs li{
	float: left;
	width: 108px;
	text-align: center;
	margin: 0 2px 0 2px;
}

.preview_thumbs div{
	border: 1px solid #90a5b8;
	padding: 2px;
	background: #fff;
	float: left;
	width: 102px;
	height: 82px;
	overflow: hidden;
}
.preview_thumbs span{
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #90a5b8;
}
.preview_thumbs a{
	text-decoration: none;
}

.preview_thumbs img{
	border: 1px solid #90a5b8;
}
.image_warning{
	background: #f6df8d;
	border: 1px solid #f5be5d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px;
	text-align: center;
	color: #b74f17;
	line-height: 120%;
	font-size: 10px;
	margin-top: 5px;
}
.template_products{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.template_products li{
	padding: 3px 0 3px 10px;
	margin: 0;
}
.template_products li img{
	vertical-align: top;
}
a.template_link_preview:link,
a.template_link_preview:visited,
a.template_link_preview:hover,
a.template_link_preview:active{
	background: #599f35;
	border: 1px solid #367d12;
	padding: 8px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

a.template_link_preview:hover{
	text-decoration: underline;
}

.template_christmas{
	background: url(images/template_christmas.jpg) no-repeat 0 0;
	height: 158px;
	width: 830px;
	line-height: 150%;
}

.template_christmas div{
	padding: 40px 98px 0 6px;
	color: #bc2323;
}

.template_christmas a:link,
.template_christmas a:visited,
.template_christmas a:hover,
.template_christmas a:active{
	color: #bc2323;
}

.highlight{
	background: #f6e08d;
	border: 1px solid #f4c05d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 150%;
	color: #bc2323;
	padding: 8px;
}

.highlight a:link,
.highlight a:visited,
.highlight a:hover,
.highlight a:active{
	color: #bc2323;
}

.addon{
	border-top: 4px dotted #c0cdd9;
	padding: 8px;
}

.addon_preview{
	float: left;
}

.addon_pay{
	float: right;
}

.addon strong{
	float: left;
	display: block;
	width: 112px;
}

.addon_top{
	height: 32px;
}

.addon h2{
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	font-size: 18px;
	font-weight: bold;
}
.addon_info{
	padding: 0 0 0 240px;
}
.addon_info_text{
	padding-left: 112px;
	padding-bottom:8px;
}
.addon_info_text ul li,
.addon_info_text ul{
	margin:0;
	padding:0;
	padding-left:13px;
}
.addon_info_text ul li{
	padding:2px 0;
}
.addon_thumbs{
	padding-top: 10px;
}
.addon_thumbs a{
	display: block;
	float: left;
	padding: 2px;
	border: 1px solid #90a5b8;
	background: #fff;
	margin-right: 3px;
}

.christmas{
	background: #f6e08d;
	border: 1px solid #f4be5e;
	color: #bc2323;
	padding: 4px 8px;
	text-align: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top:8px;
}
.christmas span{
	color: #3e9518;
}
.christmas h2{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 150%;
	border-bottom: 1px dotted #f4be5e;
}
