/* THEME COLOR FOR SHINE GO */
#main{
	background-position: 50%;
	background: url('images/background.jpg') repeat-x;
	padding: 10px 0 0 0;
}
.color{
	color: #FF6600;
}

a{ color:#7193b4; }
a:hover{ color:#FFF; }

#header .nav li a.current{
	color: #000;
	background: #FF6600;
}

#header .nav li a.current:hover{
	color:#FFF;
}

#header .nav li a:hover{
	color:#7193b4;
}

.nav ul li ul li {
					background:#222;
				}

					.nav ul li ul li a{ color:#FFF; }
					.nav ul li ul li a:hover{ color:#000; }

/* Link to read more with [+] */
.plus a:hover{
	color:#FFF;
	background:#7193b4;
}

/* Background color of teasings */
.teaser_1{ background:url(tmp/bg-teaser-1.jpg) repeat-x; }
.teaser_2{ background:url(tmp/bg-teaser-2.jpg) repeat-x; }
.teaser_3{ background:url(tmp/bg-teaser-3.jpg) repeat-x; }
.teaser_4{ background:url(tmp/bg-teaser-4.jpg) repeat-x; }
.teaser_5{ background:url(tmp/bg-teaser-5.html) repeat-x; }
.teaser_6{ background:url(tmp/bg-teaser-6.html) repeat-x; }


/* border of slogan */
.page_slogan{
	border:1px solid #7193b4; border-width:0 0 2px 0;
}

/* Separator Title page and page content*/
.separator_3px{
	background:#7193b4;
}
/* Separator colorred in 2cols block*/
.separator_2cols_3px{
	background:#7193b4;
}


/* TABLE PRICES */
th.feature, td.feature {
	text-align:right;
	width:180px;
	font-weight:bold;
	color:#FFF;
}

.pricing th {
	color: #FF6600;
}

/* Title of Page */
.title_page_block h2{
	background: #FF6600;
}