/* 		JogjaCamp Standard CSS 				*/


/* Body Style */
body {
	font-size: 11px;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-color: #040505;
}


body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p, td, th, span, div{
	line-height: 130%;
}


p {
	margin: 4px 0px 4px 0px !important;
}

/* standard Hyperlink */
a {
	text-decoration: none;
	color: #ff6000;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

/* standard Form */
form {
	margin: 0px;
}

input,select,textarea,option,label {
	font-size: 11px;
}

/* standard form select + option*/
select{
}

/* standard form textarea */
textarea {
	overflow: auto;
}

input.button {
	color: #fff;
	font-weight: bold;
	padding: 3px 12px;
	background-color: #fd7914;
	border: 1px solid #f16e0a;
	cursor: pointer;
}

/* standard cell */
td, th {
	vertical-align: top;
	line-height: 150%;
}

td.text, td.form {
	padding: 4px;
}

img {
	border: none;
}
.floatRight{
 	float: right;
	margin-left: 18px;
}
.floatLeft{
 	float: left;
	margin-right: 18px;
}

.center{
	text-align: center;
}

.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}

.clear {
	clear: both;
	padding: 0px !important;
	margin: 0px !important;
	height: 0px;
	overflow: hidden;
}

/* --------- warper element -------- */
.container {
	padding: 0px;
	margin: 0px;
	background: url(../images/harmony_bg.jpg) top center no-repeat #fff;
}

/* ----------- header element -------- */
.header {
	height: 164px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	background: url(../images/bgHeader.jpg) top center no-repeat #353432;
	border-bottom: 1px solid #cccccc;
}
.headerCell {
	width: 825px;
	height: 128px;
	margin: 0px auto;
	padding: 0px 15px 0px 0px;
	overflow: hidden;
	text-align: left;
}
.headerTop {
	height: 117px;
	padding: 0px;
	overflow: hidden;
}
a.sitename {
	float: left;
	display: block;
	width: 300px;
	height: 117px;
	padding: 0px;
	overflow: hidden;
}
.headerLink {
	float: right;
	display: block;
	width: 262px;
	height: 26px;
	padding: 25px 18px 27px 37px;
	overflow: hidden;
	margin-top: 22px;
	background: url(../images/headerLink.gif) top left no-repeat;
}
.headerLink a {
	float: left;
	display: block;
	width: 117px;
	height: 26px;
	padding: 0px;
	overflow: hidden;
	margin-right: 14px;
}
.headerLink a#get_started {

}
.headerLink a#login {

}

.headerBottom {
	height: 34px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	background: url(../images/headerBar.gif) top left repeat-x #ffaa01;
	border-top: 1px solid #363533;
	border-bottom: 1px solid #e58200;
}

.menu {
	width: 840px;
	margin: 0px auto;
	padding: 0px;
}
.menu a {
	padding: 0px;
	float: left;
	margin: 0px 1px;
	display: block;
	font-size: 14px;
	color: #613700;
	text-decoration: none;
}
.menu a span {
	float: left;
	display: block;
	padding: 8px 25px;
	cursor: pointer;
	background: url(../images/menuLine.gif) top right no-repeat;
}
.menu a:hover {
	color: #111;
	text-decoration: none;
}
.menu a.active {
	color: #dd7200;
}

/* ----------- page element -------- */
.mainPage {
	padding: 0px;
	overflow: hidden;
	text-align: center;
	background: url(../images/bgShadow.png) top center repeat-y;
}
*html .mainPage {
	background: none;
}
.wrapper {
	width: 840px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #ebebeb;
}
*html .wrapper {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.wrapper-page {
	padding: 10px 15px 20px 15px;
	min-height: 300px;
}
*html .wrapper-page {
	height: 300px;
	overflow: visible;
}

.flowNav {
	padding: 5px 10px 15px 10px;
	margin-bottom: 10px;
	font-size: 12px;
	background: url(../images/dotted.gif) bottom left repeat-x;
}
.flowNav a {
	color: #fd7914;
	text-decoration: none;
}
.flowNav a:hover {
	color: #333;
	text-decoration: none;
}

h2.pageTitle {
	margin: 10px 0px 15px 0px !important;
	padding: 5px 10px 15px 10px !important;
	font-size: 2.0em;
	color: #333;
	font-weight: lighter;
	background: url(../images/dotted.gif) bottom left repeat-x;
}
.content {
	padding: 10px;
	font-size: 12px;
}
.content p {
	margin: 8px 0px !important;
	padding: 0px;
	line-height: 140%;
}

.wrapper-bottom {
	clear: both;
	width: 820px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	background: url(../images/dotted.gif) top left repeat-x;
}

.page {
	width: 475px;
	float: left;
	display: block;
	padding: 0px;
	overflow: hidden;
}
.sidebar {
	width: 320px;
	float: right;
	display: block;
	padding: 0px;
	overflow: hidden;
}

h2.title {
	font-size: 1.6em;
	font-weight: lighter;
	color: #737373;
	margin: 15px 0px !important;
	padding: 0px !important;
}
h2.title span {
	color: #fd7914;
}

ul.nav {
	margin: 0px !important;
	padding: 30px 0px !important;
	list-style: none;
	text-align: center;
}
ul.nav li {
	display: inline;
	font-size: 12px;
	text-transform: lowercase;
	padding-left: 10px;
	padding-right: 4px;
	background: url(../images/dashed.gif) left no-repeat;
}
ul.nav li.first {
	padding-left: 4px;
	background: none;
}
ul.nav li a {
	color: #737373;
	text-decoration: underline;
}
ul.nav li a:hover {
	color: #333;
	text-decoration: underline;
}

.cs {
	margin: 5px 0px;
	padding: 0px 0px 6px 0px;
	background: url(../images/csBot.gif) bottom left no-repeat #fafafa;
}
.csCell {
	min-height: 225px;
	padding: 10px 25px 20px 25px;
	background: url(../images/csSmiley.gif) bottom right no-repeat;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
*html .csCell {
	height: 225px;
	overflow: visible;
}
.csCell h2.title {
	margin-left: -25px !important;
	margin-right: -25px !important;
	margin-top: -10px !important;
	margin-bottom: 15px !important;
	padding: 15px 20px !important;
	background: url(../images/csTop.gif) top left no-repeat;
}
.csCell p {
	margin: 15px 0px !important;
	padding: 0px !important;
}
.csCell img {
	float: left;
	margin-right: 16px;
}
.csCell blockquote {
	margin: 30px 0px 0px 0px !important;
}
.csCell blockquote p {
	margin: 15px 0px !important;
	padding: 0px !important;
}
.csCell blockquote img {
	margin-right: 10px;
}
.csCell blockquote strong {
	font-weight: lighter;
}
.cs-report {
	position: absolute;
	margin-top: 35px;
	margin-left: 165px;
	width: 119px;
	height: 72px;
	padding: 5px 12px 15px 12px;
	background: url(../images/csBalloon.gif) top left no-repeat;
	z-index: 5;
}
.cs-report p{
	margin: 5px 0px 5px 0px !important;
	padding: 0px !important;
	line-height: 120%;
	color: #666;
	font-size: 10px;
}
.cs-report p a {
	font-weight: bold;
	color: #ff6000;
	text-decoration: none;
}
.cs-report p a:hover {
	color: #ff6000;
	text-decoration: underline;
}

.blogger {
	margin: 0px 0px;
	padding: 5px 15px 10px 15px;
}
.blogger-list {
	height: 50px;
	padding-top: 18px;
	padding-left: 5px;
}
.blogger-list img {
	border: 1px solid #aaa;
	float: left;
	margin-top: -18px;
	margin-right: 10px;
}
.blogger-list a {
	color: #737373;
	text-decoration: underline;
}
.blogger-list a:hover {
	color: #333;
	text-decoration: underline;
}

.banner {
	padding: 10px 0px;
}
.banner p {
	margin: 10px 0px !important;
	text-align: center;
}

.news {
	
}
.news h2.title {
	margin-bottom: 20px !important;
}
.newsList {
	margin: 15px 0px;
	padding: 0px 5px;
}
.newsDate {
	float: left;
	display: block;
	width: 44px;
	height: 52px;
	padding: 0px;
	overflow: hidden;
	margin-right: 15px;
	text-align: center !important;
	background: url(../images/bgDate.gif) top left no-repeat;
}
.newsDate p {
	margin: 0px !important;
	padding: 3px 0px !important;
	font-size: 11px;
	line-height: 10px;
	color: #fff;
	text-transform: uppercase;
}
.newsDate h5 {
	margin: 5px 0px 2px 0px !important;
	padding: 0px !important;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	line-height: 10px;
}
.newsDate span {
	font-size: 10px;
	color: #666;
}

.newsDesc {
	line-height: 150%;
	height: 1%;
	display: table;
}
.newsDesc a {
	font-size: 12px;
	font-weight: bold;
	color: #747474;
	text-decoration: none;
}
.newsDesc a:hover {
	color: #333;
	text-decoration: underline;
}
.newsDesc span {
	padding-top: 4px;
	font-size: 9px;
	color: #fd7914;
	display: block;
}
.newsDesc p {
	margin: 5px 0px !important;
	padding: 0px !important;
	line-height: 160%;
}

.welcome {
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 25px 0px;
	background: url(../images/welcomeBot.gif) bottom left no-repeat;
}
.welcome h2.title {
	margin: 0px !important;
	padding: 33px 22px 5px 22px !important;
	font-size: 22px;
	color: #fd7914;
	font-family: arial;
	background: url(../images/welcomeTop.gif) top left no-repeat #e2e2e2;
}
.welcomeCell {
	padding: 10px 22px;
	font-size: 13px;
	background: url(../images/bgWelcome.gif) top left no-repeat #fff;
}
.welcomeCell p {
	margin: 10px 0px !important;
	line-height: 130%;
}
a.linkBtn {
	float: left;
	width: 140px;
	padding: 8px 10px;
	font-size: 14px;
	font-family: arial;
	color: #ef6500;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(../images/orangeBtn.gif) top left no-repeat;
}
a.linkBtn:hover {
	color: #fff;
	text-decoration: none;
}

/* ----------- footer element -------- */
.footer {
	text-align: center;
	padding-top: 5px;
	height: 110px;
	background: url(../images/bgFooter.gif) top left repeat-x #040505;
	border-top: 1px solid #8f9294;
}
.footerCell {
	width: 820px;
	margin: 0px auto;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 11px;
}
.footerCell a {
	color: #f68500;
	text-decoration: none;
}
.footerCell a:hover {
	color: #878a8c;
	text-decoration: underline;
}

/*-----just try try-----*/
.headerprofiles {
	float: right;
	display: block;
	/*width: 262px;*/
	width: 170px;
	height: 26px;
	/*height: 50px;*/
	padding: 25px 18px 27px 37px;
	overflow: hidden;
	margin-top: 22px;
	/*background: url(../images/headerLink.gif) top left no-repeat;*/
}

.client {
	margin: 0px 0px;
	padding: 5px 15px 10px 15px;
}
.client-list {
	height: 50px;
	padding-top: 18px;
	padding-left: 5px;
}
.client-list img {
	border: 1px solid #aaa;
	float: left;
/*	margin-top: -18px;*/
	margin-right: 10px;
}
.client-list a {
	color: #737373;
	text-decoration: underline;
}
.client-list a:hover {
	color: #333;
	text-decoration: underline;
}


