body {
	font-family:"Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
	background: url(../images/bg_2.jpg) repeat-x #FFDC3D;
	color: #9fbcbf;
	height: 100%;
}


#section-name {
	height: 60px;
	margin-top: 2px;
	padding-top: 15px;
}

#section-name h1 {
	color: #FFF;
	font-size: 24px;
}

#main-content {
	width: 540px;
	float: left;
}

#main p, .widget p {
	text-align: justify;
	line-height: 20px;
	margin-top: 20px;
	color: #2C2AEA;

}

#main .widget p {
	margin-top: 0px;
}

#main .widget .main-button-short {
	margin-top: 15px;
}

#main-sidebar {
	width: 340px;
	float: right;
}

#main .portfolio-item h2, #main .service-item h2 {
	padding-top: 20px;
	line-height: 1em;
}

.portfolio-small-divider, .service-small-divider {
	background: url(../images/main-divider.gif) repeat-x;
	height: 2px;
	width: 350px;
	margin: 10px 0px 10px 190px;
}

.portfolio-divider, .service-divider {
	background: url(../images/main-divider.gif) repeat-x;
	height: 2px;
	width: 100%;
	margin: 20px 0px 10px;
	clear: both;
}

.widget {
	background: #2C2AEA url(../images/inner-sidebar-bg.jpg) repeat-x top;
	padding: 20px;
	margin-bottom: 30px;
}

.widget2 {
	background: none;
	padding: 20px;
	padding-top: 0px;
}

.widget3 {
	background: #2C2AEA url(../images/inner-sidebar-bg.jpg) repeat-x top;
	padding: 20px;
	margin-bottom: 30px;
}

.widget ul, .widget3 ul, .post ul {
	list-style: none;
	line-height: 20px;
	font-size: .8em;
	margin: 0px;
}

.post ul li {
	color: #2C2AEA;
	
}
.widget-content {
	padding-top: 5px;
}

.sidebar-divider {
	background: url(../images/inner-sidebar-divider.gif) repeat-x;
	height: 2px;
	width: 100%;
	margin: 10px 0;
}

.net-services {
	width: 150px;
	margin-right: 0px;
}

/* Form */

.textbox {
	margin-bottom: 10px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.form-left {
	width: 180px;
	float: left;
}

.form-right {
	width: 300px;
	float: left;
}

label {
	font-size: 12px;
	color: #2C2AEA;
}

.choice {
	color: #2C2AEA;
	font-size: 12px;
}
#main label {
	display: block;
	margin: 7px 0 0;
}

input[type=text] {
	background: #999999;
	border: 1px solid #d5fbff;
	color: #FFF;
	padding: 3px;

}

#main input[type=submit] {
	background: url(../images/main-button-short.jpg);
	background-repeat: no-repeat;
	border: none;
	outline: none;
	color: #FFF;
	float: right;
	width: 100px;
	height: 30px;
}

textarea {
	background: #999999;
	border: 1px solid #d5fbff;
	color: #FFF;
	width: 350px;
	height: 110px;
	padding: 4px; 
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
	font-weight: 100;
	font-size: 14px;
	margin-bottom: 12px; 
}

/* Form Validation */

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 3px solid #FF3300;
	color : #FFF;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #FFF;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
