@charset "utf-8";
/* Stylesheet by Artificial Studio - www.artificialstudio.com */

/*----------------------------- SET UP DEFAULTS*/
html, body {
	height: 100.1%;
	border: 0;
	margin: 0;
	padding: 0;
}
 
body {
	background: url(../images/bg.jpg);
	font: 80%/1.4 Arial, Helvetica, sans-serif;
}

#wrap {
	width: 991px;
	margin: 0 auto;
}

/*----------------------------- HEADINGS*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-family: "Tahoma", Geneva, sans-serif;
	font-size: 40px;
	color: #ff7400;
	padding: 10px 0 14px 0;
	letter-spacing: -1px;
	border-top: #ff7400 3px solid;
	margin-bottom: 5px;
}
 
h2 {
	padding: 10px 0;
	font-family: "Tahoma", Geneva, sans-serif;
	color: #999999;
	letter-spacing: -1px;
	font-size: 25px;
	margin-bottom: 10px;
}
 
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #999999;
	border-bottom: 1px dotted #c8c8c8;
	padding: 0px 0px 5px 0px;
	font-size: 1.3em;
	font-weight: bold;
}


/*----------------------------- COMMON FORMATTING*/
p, ul, ol {
	margin: 0;
	padding: 0 0 1.25em 0;
}

p {
	font-family: "Tahoma", Geneva, sans-serif;
	font-size: 13px;
	color: #8d8d8d;
	letter-spacing: -0.4px;
	line-height: 22px;
}

#content li {
	list-style-image: url(../images/li.gif);
	font-family: "Tahoma", Geneva, sans-serif;
	font-size: 15px;
	color: #747474;
	font-style: italic;
	line-height: 32px;
}
 
ul, ol {
	padding: 0 0 1.25em 2.5em;
}
 
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
 
small {
	font-size: 0.85em;
}

img {
	border: 0;
}
 
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
 
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
 
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
 
a, a:link, a:visited, a:active {
	text-decoration: underline;
	outline: none;
	color: #666;
}

a:hover {
	color: #000;
}
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}
 
input, select, textarea {
	background: url(../images/td_bg.gif) repeat-x;
	font: 1em Arial, Helvetica, sans-serif;
	border: 1px solid #be7b58;
	height: 20px;
	padding: 5px;
	color: #FFF;
}
 
textarea {
	background: url(../images/textarea_bg.gif) repeat-x;
	line-height: 1.25;
	height: 128px;
}

#button {
	height: 33px;
	float: right;
	cursor: pointer;
}

#button:hover {
	color: #000;	
}

#spam {
	float: right;
}

em {
	color: #a3c1be;
}
 
label {
	cursor: pointer;
}
 
table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
}
 
table tr td {
	padding: 2px;
}

/*-------------------------------------------------------------- MAIN STRUCTURAL DIVS*/
#header {
	width: 100%;
	height: 45px;
	padding-top: 55px;
}

#content {
	padding: 30px;
	padding-top: 0px;
	padding-left:27px;
	background-color: #FFF;
	width: 934px;
}

#home #main {
	width: 471px;
}

#main {
	width: 571px;
	float: left;
	padding-top: 20px;
}

#right {
	background: url(../images/right_bg.gif) no-repeat;
	width: 395px;
	height: 256px;
	float: right;
	margin-top: 20px;
	padding: 20px;
	margin-left: 10px;
	
}

#portfolio #right, #portfolio #right_secondary {
	border: none;
	background: none;
	color:#999;
}

#portfolio #right_secondary li {
	list-style-image: url(../images/li_arr.gif);
	padding-left: 10px;
}

#portfolio #right_secondary h2 {
	font-family: "Tahoma", Geneva, sans-serif;
	font-size: 24px;
	color: #999;
	padding: 1px 0 5px 0;
	letter-spacing: -1px;
	border-bottom: #ff7400 1px solid;
	margin-bottom: 5px;	
}

#portfolio #right_secondary a {
	color: #999;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
}

#portfolio #right_secondary a:hover, #portfolio #right_secondary a.active {
	color: #ff7400;
	border-bottom: 1px dotted #ff7400;
}

#right_secondary {
	background-color: #efefef;
	color:#999;
	border: 1px solid #e6e6e6;
	width: 295px;
	height: auto;
	float: right;
	margin-top: 20px;
	padding: 20px;
}

.portfolio_item {
	background-color: #efefef;
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
	padding: 10px;
	height: auto;
	clear: both;
	float: none;
}

.portfolio_item img {
	margin: 0px 5px 5px 5px;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #DDD;
}

.portfolio_item a {
	text-decoration: none;
	font-weight: bold;
	clear: both;
	font-size: 14px;
}

.portfolio_item a .plus {
	color: #ff7400;
}

.portfolio_item h3 {
	margin-bottom: 10px;	
}

.portfolio_item div.right {
	width: 300px;	
}
.portfolio_item div.right p {
	font-size: 16px;
}
/*-------------------------------------------------------------- MY DIVS*/
#footer {
	width: 991px;
	height: 40px;
	clear: both;
	color: #FFFFFF;
	font-size: 85%;
}

#footer_left, #footer_right {
	float: left;
	padding: 20px;
	padding-bottom: 10px;
	height: 40px;
	width: 45%;
}

#footer_right {
	float: right;
	text-align: right;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	font-family: "Tahoma", Geneva, sans-serif;
}

#footer li {
	float: left;
	list-style-type: none;
	padding-right: 20px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #ff7400;	
}

#block {
	background: url(../images/block.gif) no-repeat;
	width: 991px;
	height: 325px;
}

#imbongi h1 {
	border-top: none;
	color: #9e9e9e;
	padding: 10px 0px 20px 0px;
	font-size: 37px;
	margin: 5px 0px;
	letter-spacing: normal;
	background: url(../images/h1.gif) 0px bottom repeat-x;
}

#imbongi p {
	color: #FFF;
	text-align: justify;
	line-height: 20px;
}

#imbongi {
	width: 245px;
	float: left;
	margin-left: 20px;
}

.cycle {
	width: 235px;
	height: 325px;
	float: left;
	margin-left: 70px;
}

#portfoliotag {
	float: right;	
	margin-right: 41px;
	margin-top: 20px;
}

#clickhere {
	float: right;
	margin: 50px 90px 0px 0px;
}

#blurb {
	width: 283px;
	float: right;
	margin-top: 50px;
	margin-right: 90px;
	font-family: "Tahoma", Geneva, sans-serif;
	color: #FFF;
	font-size: 14px;
}

#logo {
	float: right;	
}
/*-------------------------------------------------------------- NAVIGATION*/
#nav {
	height: 45px;
	
}

.nav_left, .nav_right {
	float: right;
}

.nav_right {
	margin-right: 20px;
}

#nav, #nav ul {
	background: url(../images/nav_bg.gif) repeat-x;
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em; 
}

#nav a.home {
	border-left: none;
}

#nav a.contact-us {
	border-right: none;
}

#nav a {
	display: block;
	padding: 10px;
	height: 25px;
	color: #fff;
	text-decoration: none;
	font-family: "Tahoma", Geneva, sans-serif;
	font-size: 18px;
	border-right: 1px solid #b05e33;
	border-left: 1px solid #f59d6f;
}

#nav a:hover, #nav a.activepage {
	color: #FFF;
	background: url(../images/navhover.gif) repeat-x;
}

#nav li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	position: absolute;
	display: none;
	width: 140px;
	top: 45px;
	padding: 0px;
	margin: 0px;
	background: #e16423;
	border: none;
}

#nav li ul a {
	width: 130px;
	padding: 5px;
	height: auto;
	float: left;
	font-size: 11px;
	letter-spacing: normal;
	border: none;
	border-bottom: 1px solid #f27330;
}

#nav ul ul {
	top: auto;
}	

#nav li ul ul {
	left: 110px;
	margin: 0px 0 0 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

/*-------------------------------------------------------------- PLUGINS*/
#breadcrumbs {
	width: 100%;
	height: 30px;
	background-color: #CCCCCC;
	padding-top: 10px;
}

#breadcrumbs a {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 11px;
}

#searchresult {
	border: 1px solid #CCCCCC;
	background-color: #ECECEC;
	padding: 5px;
	margin-bottom: 5px;
}

#searchresult h2 a:link, #searchresult h2 a:visited, #searchresult h2 a:active {
	text-decoration: none;
}

#searchresult h2 a:hover {
	color: #000000;
}

#searchresult:hover {
	background-color: #E6E6E6;
}

#searchresult p, #searchresult h2 {
	margin: 0px;
	padding: 2px;
	border: none;
}

#result {
	border: 1px solid #CCC;
	margin: 5px;
	padding: 5px;
	display: none;
}

#news em {
	float: none;
	display: block;
}

#news li {
	margin-bottom: 12px;
}

#comments blockquote {
	border-top: 1px solid #CCC;
}

#loggedin {
	padding: 5px 10px;
	border: 1px solid #ebeabf;
	background-color: #f7f6c6;
	margin-bottom: 10px;
	font-size: 11px;
}

#about-us #main img {
	border: 1px solid #353535;
}

/*-------------------------------------------------------------- BASIC CSS ACTIONS*/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.zero {
	margin: 0px;
	padding: 0px;
}

a.back {
	text-decoration: none;
	color: #ff7400;
	float: right;
	font-weight: bold;
	font-size: 10px;
}