/* *************************** 
  Site - Template
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#57a41f;
	text-decoration:none;
}
a:hover {
	color:#57a41f;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.img_left {
	float:left;
	margin-right:30px;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/
html {
	height:100%;
}
body {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	background:#ca3f16 url(../images/bg_body.png) top repeat-x;
	color:#000;
}
#wrapper {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#wrapper[id] {
	display: table;
	position: static;
}
#container {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
} /* for explorer only*/
#container[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
#container_inner {
	position: relative;
	top: -50%;
	text-align: left;
	margin-top:-100px;
} /* for explorer only */
#container_inner {
	width: 954px;
	height:469px;
	margin-left: auto;
	margin-right: auto;
} /* for all browsers*/
#container_box {
	width: 774px;
	height:419px;
	padding:30px 90px;
	background:url(../images/bg_container_inner.png) no-repeat;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#top {
	width:774px;
	height:60px;
	position:relative;
}
#top h1 {
	width:146px;
	height:32px;
	background:url(../images/logo.jpg) no-repeat;
}
#top h1 span {
	display:none;
}
#top h4 {
	position:absolute;
	top:12px;
	right:-50px;
	font-size:11px;
}

/* *************************** 
   $4 Content Styles
   ***************************/
#content {
}
#content h1 span,
#content h2 span {
	display:none;
}
#content h2 {
	margin-bottom:30px;
}
h1#heading_nicecleancode {
	width:406px;
	height:50px;
	background:url(../images/heading_nicecleancode.jpg) no-repeat;
	margin-bottom:3px;
}
h1#heading_csstipstricks {
	width:641px;
	height:52px;
	background:url(../images/heading_csstipstricks.jpg) no-repeat;
}
h1#heading_convertyourpsd {
	width:694px;
	height:50px;
	background:url(../images/heading_convertyourpsd.jpg) no-repeat;
}
h2#heading_thatswhatweare {
	width:592px;
	height:42px;
	background:url(../images/heading_thatswhatwere.jpg) no-repeat;
}
h2#heading_yourwelcome {
	width:349px;
	height:42px;
	background:url(../images/heading_yourwelcome.jpg) no-repeat;
}
h2#heading_validcssxhtml {
	width:530px;
	height:47px;
	background:url(../images/heading_validcssxhtml.jpg) no-repeat;
}
#content h3 {
	font-size:16px;
	line-height:22px;
}
#content p {
	line-height:22px;
	margin-bottom:15px;
}
.notes {
	font-size:12px;
	color:#897d7a;
	margin-top:40px;
}
.bottom_links {
	position:absolute;
	bottom:30px;
	right:40px;
	color:#57A41F;
	font-size:11px;
	font-weight:bold;
}
.redlink a,
.redlink a:hover {
	color:#ca3f16;
}
#service_desc {
	width:351px;
	height:106px;
	background:url(../images/bg_service_desc.jpg) no-repeat;
	float:left;
	margin-top:20px;
	padding:51px 0 0 22px;
	line-height:22px;
}
#service_desc a,
#service_desc a:hover {
	color:#ca3f16;
}
#getstarted {
	width:380px;
	float:right;
	margin:50px 0 0 0;
	display:inline;
}
#getstarted h4 {
	font-size:12px;
	font-weight:normal;
}
#getstarted span {
	font-size:10px;
}
#getstarted form p input {
	height:32px;
	border:1px solid #888;
	background:url(../images/bg_input.png) left no-repeat;
	margin-top:8px;
	font-size:20px;
	color:#7A6C68;
	padding:5px 0 0 10px;
}
#getstarted form p input.input_long {
	width:198px;
	margin-right:10px;
}
#getstarted form p input.input_short {
	width:83px;
}
/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:100%;
	height:102px;
	position:absolute;
	bottom:0;
	background:url(../images/bg_footer.gif) repeat-x;
	font-size:11px;
	color:#aa8a81;
	line-height:18px;
}
#footer_inner {
	width:780px;
	height:62px;
	margin:0 auto;
	padding:20px 0 0 80px;
	background:url(../images/logo_paypal.jpg) 0 20px no-repeat;
}
#footer ul {
	padding-bottom:3px;
}
#footer li {
	display:inline;
	padding:0 5px 0 10px;
	background:url(../images/bg_footer_li.gif) 0 3px no-repeat;
	font-weight:bold;
}
#footer li a {
	color:#be5e42;
}
#footer li.selected a,
#footer li a:hover {
	color:#6f1d05;
	text-decoration:none;
}
#footer li.first {
	padding:0 5px 0 0;
	background:none;
}
#footer p a {
	color:#554d2c;
}
#form_errors {
	color:#cc0000;
	font-size:12px;
	font-weight:bold;
}
.hidden {
	display:none;
}

.ty {
	display:none;
	background:url(../images/tybg.png) no-repeat;
	border:0px solid red;
	width:382px;
	height:125px;
	margin-top:51px;
	padding:0;
	float:right;
}

p.css-tips a.css-tips-links { color:#C14000; }
p.css-tips a.css-tips-links:hover { color:#C14000; }