/* CSS Document */

.clr {
	clear: both;
}

.divide {
	background-image: url(../images/divide.jpg);
	height: 29px;
}
.divide2 {
	background-image: url(../images/divide2.jpg);
	height: 10px;
	background-repeat: no-repeat;
	background-position: center bottom;
}


body {
	margin: 0;
	padding: 0;
	background-color: #3e2813;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
	color: #dcb496;
	background-image: url(../images/body_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h2 {
	font-size: 12px;	
	margin: 3px 0 3px 0;
	color: #d8ad65;
}

p,li,form {
	font-size: 12px;
	color: #dcb496;
}
p.error {
	color: #F33;
	font-size: 10px;
}
p.small {
	color: #bda08b;
	font-size: 10px;
}

form {
	color: #bda08b;
}

a:link, a:visited {
	color: #e8c79c;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFF;
	text-decoration: none;
}
#main_content a:link, #main_content a:visited, #footer a:link, #footer a:visited {
	border-bottom: 1px dotted #d0782f;
}
#main_content a:hover, #main_content a:active, #footer a:hover, #footer a:active {
	border-bottom: 1px dotted #ee8b39;		
}

input {
	border: 1px solid #81634f;
	background-color: #3a1f10;
	color: #feeeda;
	padding: 3px 3px;
	margin: 3px 0 5px 0;
	background-image: url(../images/input_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 207px;
}
textarea {
	border: 1px solid #81634f;
	background-color: #3c2513;
	color: #feeeda;
	width: 207px;
	padding: 3px 3px;
	margin: 3px 0 10px 0;	
	background-image: url(../images/textarea_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
}

#container {
	width: 788px;
	padding: 0;
	margin: 0 auto;
	background-color: #5d4329;
	background-image: url(../images/con_bgr.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	height: 264px;
	background-image: url(../images/header_bgr.jpg);
	background-repeat: no-repeat;
}
#what_is_it {
	width: 236px;
	height: 60px;
	overflow: auto;
	position: absolute;
	top: 191px;
	left: 50%;
	margin: 0 0 0 -334px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #feeeda;
}

/* Link Bar */
#link_bar {
	height: 48px;
	background-image: url(../images/link_bar_bgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0 0 0 156px;
}
#link_bar li, #link_bar li a {
	float: left;
	display: block;
	width: 121px;
	height: 48px;
	padding: 0;
	margin: 0;
}
#link_bar li a span {
	display: none;
}
#link_bar li a {
	background-repeat: no-repeat;
}
#btn_home {	background-image: url(../images/btn_home0.jpg);}
#btn_home:hover, #btn_home.on {	background-image: url(../images/btn_home1.jpg);}
#btn_features {	background-image: url(../images/btn_features0.jpg);}
#btn_features:hover, #btn_features.on {	background-image: url(../images/btn_features1.jpg);}
#btn_demo {	background-image: url(../images/btn_demo0.jpg);}
#btn_demo:hover, #btn_demo.on {	background-image: url(../images/btn_demo1.jpg);}
#btn_news {	background-image: url(../images/btn_news0.jpg);}
#btn_news:hover, #btn_news.on {	background-image: url(../images/btn_news1.jpg);}

#col_1 {
	width: 493px;
	margin: 0 0 0 24px;
	padding: 0;
	float: left;
	background-image: url(../images/left_col_content_bgr.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#col_1 .content {
	padding: 1px 20px 10px 20px;
}
#col_1 .noflash {
	background-image: url(../images/col1_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
}
#col_2 {
	float: right;	
	margin: 0 25px 0 0;
	padding: 0;
	width: 246px;
}
#col_2 .content {
	padding: 1px 15px;
}
#try_demo {
	background-image: url(../images/demo_site.jpg);
	height: 153px;
	width: 246px;
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	border-bottom: 0px solid #000;		
}
#try_demo span {
	display: none;
}
#try_demo:hover {
	background-image: url(../images/demo_site1.jpg);
	border-bottom: 0px solid #000;		
}
#footer {
	height: 98px; /* 103 */
	padding: 5px 30px 0 30px;
	background-image: url(../images/footer_bgr.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
#footer a, #footer p {
	color: #755c46;
	font-size: 11px;
}

/* Submit button */
#submit, #login {
	background-image: url(../images/btn_submit.jpg);
	height: 26px;
	width: 122px;
	border: none;
	margin-bottom: 15px;
}
#submit:hover {
	background-image: url(../images/btn_submit1.jpg);
}
#submit span {
	display: none;
}

/* Text swaps */

h1 {
	width: 226px;
	height: 29px;
	background-image: url(../images/text_welcome.gif);
	background-repeat: no-repeat;
}
h1 span {
	display: none;
}

#text_features {
	width: 202px;
	height: 26px;
	background-image: url(../images/text_features.gif);
}

#text_news {
	width: 193px;
	height: 25px;
	background-image: url(../images/text_news.gif);
	margin-top: 18px;
}

#text_demo {
	width: 112px;
	height: 25px;
	background-image: url(../images/text_demo.gif);
	margin-top: 17px;
}

#txt_contact {
	width: 127px;
	height: 25px;
	background-image: url(../images/text_contact_us.jpg);
	background-repeat: no-repeat;
	margin: 5px 0 5px 0;
	padding: 0;
}
#txt_contact span {
	display: none;
}

/* List */

ul.main_list {
	padding: 0;
	margin: 15px 0;
}
ul.main_list li {
	background-image: url(../images/li_side.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 8px 10px 8px;
	padding: 0 0 10px 35px;
	list-style-image: none;
	list-style-type: none;
	border-bottom: 1px dotted #85603b;
}
ul.main_list li h2 {
	color: #ffcc76;
	font-weight: normal;
}

/* Social bookmarks */
#social_bookmarks {
	border-top: 1px dotted #85603b;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
	color: #755c46;
	list-style-image: none;
	list-style-type: none;
}
#social_bookmarks li {
	margin: 3px 0;
}

a.no_border, a.no_border:link, a.no_border:active, a.no_border:hover, a.no_border:visited {
	border: none;
}
