/* 
	STYLE.CSS
	Calviin - www.pixelcube.org
	Contact me at Calviin(ad)Hsu.net
*/

@import url("initial.css");

body {
	background: #000 url(../images/bg-body.gif) top left repeat-x;
	font-size: 1em;
	margin: 2em auto;
	color: #fff;
}
a:active, a:link, a:visited {
	color: #ffcc00;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #ffcc00;

}
/* Container */
#container {
	width: 850px;
	margin: 0 auto;
	position: relative;
}
/* Class */
.button_link {
	display: block;
	text-align: left;
	background: url(../images/bg_button_link.gif) center left no-repeat;
	padding: 5px 0 6px 20px;
	margin: 0;
	color: #ffcc00;
	width: 88px;
	vertical-align: middle;
	border: 0 !important;
	font-size: 1em;
	text-decoration: none !important;
}
.button_form {
	text-align: left;
	background: url(../images/bg_button_link.gif) center left no-repeat;
	border: 0;
	width: 88px;
	height: 21px;
	color: #fff;
	padding-left: 20px;
	margin-left: 10px;
	cursor: pointer;
}
/* Header */
#header {
	text-align: right;
	margin: 0 0 20px 0;
}
#header_logo {
	float: left;
}
#header_links {
	margin: 40px 0 0;
	float: right;
}
#header_links li {
	list-style: none;
	float: left;
	margin: 0 10px;
}
#header_links li a, #header_links li a:visited {
	text-transform: uppercase;
	color: #fff;
}
#header_links li a:hover {
	text-transform: uppercase;
	color: #ffcc00;
}
#navigation {
	background: url(../images/bg_navigation.gif) top center no-repeat;
	width: 139px;
	height: 185px;
	position: absolute;
	top: 70px;
	left: 30px;
}
#navigation ul {
	padding: 10px 15px;
	background: #171717;
}
#navigation li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px dotted #fff;
}
#navigation a, #navigation a:visited {
	text-decoration: none !important;
	text-transform: uppercase;
	color: #ffcc00;
	font-size: 1em;
	display: block;
	padding: 0.6em 0 0.6em 0.6em;
	
}
#navigation a:hover {
	text-transform: uppercase;
	color: #fff;
	border-left:  3px solid #ffcc00;
}
#banner {
	clear: both;
	background: url(../images/img_banner.gif) top center no-repeat;
	height: 206px;
}
#banner h1 {
	display: none;
}
#content {
	background: url(../images/bg_home_content.gif) top center repeat-y;
	margin: 20px 0;
}
#content_left {
	width: 590px;
	float: left;
}
#content_left h2 {
	font-size: 1.8em;
	color: #fff;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
#content_left h2 span {
	color: #ffcc00;
}
#content_left h3 {
	padding: 0.5em 0 0.5em 2.5em;
	background: #333 url(../images/bg_li_arrow.gif) 1em 0.7em no-repeat;
	font-size: 1.2em;
	font-weight: normal;
	color: #ffcc00;
	position: relative;
}
#content_left h3 span {
	position: absolute;
	top : 0.5em;
	right: 1em;
	display: block;
	float: left;
	text-align: right;
	color: #ffcc00;
}
#content_left h4 {
	font-size: 1em;
	color: #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 0.5em;
}
#content_left p {
	font-size: 1.1em;
	line-height: 1.5em;
}
#content_left ul {
	margin: 0 0 1em 1.5em;
}
#content_left ul li {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0 0 0 15px;
	background: url(../images/bg_li_arrow.gif) 0 4px no-repeat;
	margin: 0 0 0.5em;
	list-style: none;
}
#content_right {
	width: 200px;
	float: right;
}
#content_right h3 {
	background: #333 url(../images/bg_li_arrow.gif) 1em 0.7em no-repeat;
	font-size: 1.2em;
	padding: 4px 0 6px 25px;
	margin: 0 0 0.5em;
	font-weight: normal;
	color: #ffcc00;
}
#content_right h3 span {
	display: block;
	float: left;
	text-align: right;
	color: #fff;
}
#footer {
	background: #333;
	padding: 5px 10px;
}
#footer p {
	text-align: right;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
}
/* Styles for section */
/* 3 Simple Steps */
#simple_steps ol {
	margin: 0 0 1em 0;
}
#simple_steps ol li {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0 0 0.5em 5em;
	margin: 0 0 0.5em 0;
	overflow: visible;
	list-style: none;
	border-bottom: 1px solid #333;
	position: relative;
	display: inline-block;
	clear: both;
}
html[xmlns] #simple_steps ol li {  
    display: block;  
}  

#simple_steps li span {
	display: block;
	position: absolute;
	font-size: 3em;
	top: 3px;
	left: 0;
	padding: 5px 0;
}
#simple_steps .stepone span {
	color: #ff0000;
}
#simple_steps .steptwo span {
	color: #ccff00;
}
#simple_steps .stepthree span {
	color: #00ffff;
}
/* Latest projects */
#latest_projectlist {
	padding: 10px 15px;
	background: #333;
}
#latest_projectlist ul li {
	list-style: none;
	background: none;
	float: left;
	margin: 0 5px;
}
/* Right side navigation */
#right_navigation ul li {
	list-style: none;
}
#right_navigation ul li a, #right_navigation ul li a:visited {
	text-align: left;
	font-weight: bold;
	display: block;
	color: #fff;
	border-left: 5px solid #666;
	border-bottom: 2px solid #000;
	background: #333;
	padding: 5px 0 5px 10px;
	text-transform: uppercase;
	height: 1%;
	text-decoration: none !important;
}
#right_navigation ul li a:hover {
	padding: 5px 0 5px 10px;
	background: #999 !important;
	border-left: 5px solid #ffcc00;
	border-bottom: 2px solid #000;
	height: 1%;
}
#nav_order_now, #nav_order_now:visited {
	border-bottom: 0 !important;
	background: #ffcc00 !important;
	border-left: 5px solid #666 !important;
	color: #000 !important;
}
#nav_order_now:hover {
	background: #999 !important;
	border-left: 5px solid #ffcc00 !important;
	color: #fff !important;
	border-bottom: 0 !important;
}
/* Login Form */
#right_login {
	position: relative;
}
#right_login label {
	width: 30px;
	padding: 5px 0 0;
	display: block;
	float: left;
}
#right_login input {
	font-size: 1.1em;
	height: 1.3em;
	width: 100px;

}
#right_LoginForm {
}
#right_login #loginForm_submit {
	background: url(../images/bg_login_button.gif) 0 0 no-repeat;
	height: 49px;
	width: 49px;
	border: 0;
	position: absolute;
	top: 35px;
	right: 5px;
	cursor: pointer;
}
/* Contact Us */
#content_contact {
}
#contact_address {
	float: left;
	width: 250px;
	margin: 0 20px 0 0;
}
#contact_emailform {
	float: right;
	width: 320px;
	text-align: center;
}
#contact_emailform #emailForm {
	text-align: right;
}
#contact_emailform label {
	display: block;
	width : 140px;
	float: left;
}
.button {
	color : #fff;
	border : 1px solid #999999;
	background-color : #2E3234;
	margin : 5px 0;
	padding: 5px;
	float: right;
}
#emailForm input, #emailForm select, #emailForm textarea{
	color: #fff;
	width: 170px;
	background: #2E3234;
	border: 1px solid #999999;
}
