/* *************************** 
  Site - xhtml4u.com
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
  $7 - Form Styles
   ***************************/


/* *************************** 
   $1 GLOBAL Styles
   ***************************/

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a {
	color:#f37224;
	text-decoration:none;
}


a:hover {
	color:#f37224;
	text-decoration:underline;
}

h1 {
	font-size:21px;
	color:#f37224;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-weight:normal;
	padding: 25px 0 10px 0;
}

h2 {
	font-size:17px;
	color:#f37224;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-weight:normal;
	padding: 25px 0 15px 0;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/

body {
	background:url(../images/bg_body.jpg) center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#73573f;
}

#container {
	width:940px;
	margin:0 auto;
}

/* *************************** 
   $3 Header Styles
   ***************************/

#header {
	width:940px;
	height:187px;
	background:url(../images/bg_header.jpg) no-repeat;
}

#logo {
	width:286px;
	height:150px;
	padding:65px 0 29px 30px;
	width/**/:/**/ 256px;
	height/**/:/**/ 56px;
}

#navigation {
	padding-left:30px;
}

/* *************************** 
   $4 Content Styles
   ***************************/

#content {
	width:940px;
	float:left;
	background:#FFFFFF;
}

#main {
	width:660px;
	float:left;
	padding:0 20px 20px 30px;
	width/**/:/**/ 610px;
}

#section_first {
	float:left;
	width:610px;
}

#section_first h2 {
	padding: 5px 0 15px 0;

}

.sections {
	background:url(../images/line_horizontal.gif) left top no-repeat;
	margin-top:5px;
	clear:left;
	float:left;
	width:610px;
}

.sections p {
	line-height:18px;
}

#order_now {
	float:right;
}

.para {
	line-height:18px;
}

.para_more {
	padding:10px 0 0 0;
	color:#f37224;
	font-weight:bold;
	font-family:Tahoma, Verdana, Arial, sans-serif;
}

.sections ul {
	float:left;
	width:300px;
	padding-top:10px;
	list-style:none;
}

.sections li {
	list-style:none;
	line-height:20px;
	padding-left:30px;
	background:url(../images/bg_tick.gif) no-repeat 10px 3px;
}

.projects {
	width:304px;
	height:177px;
	float:left;
	background:url(../images/bg_project.jpg) no-repeat;
	padding:11px 22px 20px 11px;
	width/**/:/**/ 271px;
	height/**/:/**/ 146px;
	margin-bottom:-3px;
}

.float_left {
	float:left;
	margin-top:-5px;
}

.float_right {
	float:right;
	margin-top:-5px;
}

.padding_top {
	padding-top:28px;
}

.question {
	font-weight:bold;
	margin-bottom:5px;
	clear:left;
}

.answer {
	padding:0 0 15px 0;
	line-height:18px;
	clear:left;
}

#h1_first {
	padding: 20px 0 10px 0;
}

#h1_internal {
	padding: 20px 0 0 0;
}

#h2_first {
	padding:10px 0 0 0;
	font-size:14px;
	font-weight:bold;
}

#first {
	padding:28px 0 10px 0;
	line-height:18px;
}

.faq_list {
	padding:0 0 20px 0;
	margin:-15px 0 0 0;
}

/* *************************** 
   $5 Sidebar Styles
   ***************************/

#sidebar {
	width:280px;
	float:right;
	margin:20px 0;
	padding:0 20px 0 30px;
	width/**/:/**/ 230px;
	background:url(../images/line_vertical.gif) left top repeat-y;
}

.sidebar_title {
	width:230px;
	height:32px;
	background:url(../images/bg_sidebar_title.gif) no-repeat;
	padding:5px 0 0 16px;
	width/**/:/**/ 214px;
	height/**/:/**/ 27px;
	font-size:17px;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	color:#FFFFFF;
	margin-bottom:10px;
}

#sidebar p {
	padding:0 15px 5px 15px;
	line-height:18px;
}

#sidebar .para_more {
	margin-bottom:15px;
}

.testimonial {
	width:230px;
	padding:11px 15px 0 15px;
	width/**/:/**/ 200px;
	background:url(../images/bg_testimonial_top.gif) top no-repeat;
	margin:5px 0 15px 0;
	float:left;
}

.testimonial p {
	background:url(../images/bg_testimonial_middle.gif) repeat-y;
}

.testimonial_bottom {
	height:24px;
	background:url(../images/bg_testimonial_bottom.gif) no-repeat;
	padding:10px 0 0 88px;
	height/**/:/**/ 14px;
	font-weight:bold;
}

/* *************************** 
   $6 Footer Styles
   ***************************/

#footer {
	width:940px;
	float:left;
	clear:both;
	background:url(../images/bg_footer.gif) top no-repeat;
	padding:26px 30px;
	width/**/:/**/ 880px;
}

#footer a {
	color:#73573f;
	text-decoration:none;
}
#footer a:hover {
	color:#f37224;
	text-decoration:underline;
}

#copyright {
	width:620px;
	float:left;
}

#footerlinks {
	padding-bottom:5px;
}

.separator {
	padding:0 5px;
}

#w3c {
	width:200px;
	float:right;
	text-align:right;
}

#w3c img {
	padding-left:15px;
}

/* *************************** 
   $7 Form Styles
   ***************************/

#form_container {
	padding:30px 0 0 15px;
}

#error_message {
	width:580px;
	background-color:#eeeeee;
	border:1px dotted #999999;
	color:#f37224;
	font-weight:bold;
	padding:8px;
	width/**/:/**/ 564px;
	margin-bottom:10px;
}

.cssform p{
	width: 460px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input {
	height:23px;
	padding:3px 3px 0 3px;
	height/**/:/**/ 20px;
}

.radiobutton {
	height:25px;
	padding:0;
	vertical-align:middle;
}

.cssform textarea {
	width:306px;
	padding:3px;
	width/**/:/**/ 300px;
	height:116px;
	height/**/:/**/ 110px;
}

#user_file {
	height:25px;
}

#user_file_desc {
	padding:0 0 10px 155px;
	font-size:10px;
	display:block;
}

#pages {
	width:40px;
}

#totalprice {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#f37224;
}

.package_title {
	font-weight:bold;
	color:#f37224;
}

.package_desc {
	padding:2px 0 10px 23px;
	display:block;
}

.textbox {
	width:306px;
	width/**/:/**/ 300px;
	background-color:#ffffff;
}

#button_send {
	width:90px;
	height:32px;
}