﻿/*/ General Styles ////////////////////*/

a:link { 
	color: #bbb; 
	text-decoration: none;
}

a:visited { 
	color: #bbb;
	text-decoration: none;
}

a:hover {
	color: #ff2a00;
	text-decoration: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.image {
	margin-left: 10px;
}

.nm {
	margin: 0 10px 0 0 !important;
	
}

.image-left {
	padding: 0px;
	margin: 0px 10px 0 0;
	float: left;
}

img {
	margin: 18px 0;
	background-color: transparent;
}

img.border {
	border: 1px #aaa solid;
}

em.border {
	border: 1px #000000 solid;
}

ul.list li {
	background: url('../images/bullet.png') no-repeat left 50%;
	border-bottom: 1px #555 dotted;
	padding: 6px 18px;
	margin: 0 10px;
}

ol.list li {
	border-bottom: 1px #555 dotted;
	padding: 6px 0;
	margin: 0 10px;
}


/*/ Layout Structure ////////////////////*/

body {
	padding: 0;
	margin: 0;
	background-color: #272727;
	background-image:url(../images/bg_t.jpg);
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica;
	color: #bbb;
}

#wrapper {
	width: 1020px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

#main {
	float: left;
	width: 779px;
	background-color: #1c1c1c;	
	padding: 0; 
	margin: 0;
	border-left: 1px #000000 solid;
	position: relative;
	z-index: 100;
}

#main-content {
	width: 740px;
	float: left;
	margin: 0 0 0 20px;
	position: relative;
	overflow: hidden;
}

#footer {
	background: #1c1c1c url('../images/bot.png') no-repeat center top;
	width: 740px;
	float: left;
	margin: 0 0 0 20px;
	position: relative;
	overflow: hidden;
}

#footer .content {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #999;
	margin: 20px 10px 0;
}


/*/ Logo Container ////////////////////*/

#logo {
	width: 740px;
	float: left;
	margin: 0 0 0 30px;
	position: relative;
	overflow: hidden;
	background: #1c1c1c url('../images/top.png') no-repeat center bottom;
}


#logo img {
	margin: 20px 0;
}

#logo .content {
	margin: 20px 0px;
}


#logo a:link {
	color: #d01c04; 
	text-decoration: none;
}

#logo a:hover {
	color: #fff;
}


/*/ Navigation Container ////////////////////*/

#navigation {
	position: absolute;
	left: 780px;
	top: 0;
	height: 100%;
	width: 239px; 
	overflow: hidden;
	background: #1c1c1c url('../images/menu.png') repeat-y left top;
	border-right: 1px #0f0f0f solid;
	z-index: 101;
}

#navigation-content {
	padding: 0;
	width: 240px;
	position: fixed;
	overflow: hidden;
	top: 170px;
}

#navigation-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 239px;
	position: relative;
	outline: 0;
	overflow: hidden;
}

#navigation-content ul li {
	display: block;
	list-style: none;
	clear: both;
}

#navigation-content ul li.leftangle {
	background: url('../images/current-lr.png') no-repeat right center;
	position: absolute;
	left: 0;
}
#navigation-content ul li.rightangle {
	background: transparent url('../images/current-rr.png') no-repeat right center;
	position: absolute;
	left: 49px;
	display: none;
}

#navigation-content ul li a {
	display: block;
	padding: 18px 0;
	width: auto; 
	color: #aaa;
	z-index: 10;
	position: relative;
}

#navigation-content ul li a:hover {
	color: #d01c04;
}

#navigation-content ul li a:hover span {
	padding-left: 10px;
}

#navigation-content ul li a span {
	margin-left: 20px;
}

#navigation-content ul li a em {
	padding: 23px;
	margin-left: 0px;
}

#navigation-content ul li a.current em {
	padding: 23px;
	margin-left: 0px;
}


/*/ Blocks /////////////////////////*/

.block {
	width: 100%;
	padding: 0;
	clear: both;
}	

.block .content {
	float: left;
	width: 100%;
	margin: 20px 0px 40px;
}

.block .content .left {
	margin: 0;
	padding-left: 10px;
	float: left;
	width: 330px;
	position: relative;
}

.block .content .left2s {
	margin: 0;
	padding-left: 10px;
	float: left;
	width: 690px;
	position: relative;
}

.block .content .left p {
	padding: 0;
}

.block .content .rightmost {
	float: right;
	margin: 0 20px 0 0;
}
		
.block .content .right {
	margin: 0;
	float: right;
	width: 260px;
	clear: right;
}
.block .content .left p, 
.block .content .right p {
	text-align: left;
}

.block .entry {
	margin: 18px 10px 0;
	float: left;
	width: 720px;
}

.block .entryleft {
	margin: 0;
	padding-left: 10px;
	float: left;
	width: 720px;
	position: relative;
}

.block .entry p {
	margin: 0 0 18px;
	line-height:18px;
}

.block .entry h3 {
	margin: 0 0 18px;
}
.block .entry img {
	border: 1px #000 solid;
	margin: 18px 0 0;
}

.block .entry .right h3 {
	margin: 0;
}

h2.border {
	padding: 0 0 16px; 
	margin:  0 10px 18px;
	color: #a6a6a6;
	background: url('../images/0b2px.png') repeat-x left bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

h4.border {
	background: url('../images/0b1px.png') repeat-x left bottom;
	padding: 18px 0 8px; 
	margin: 0 0 18px;
	color: #ccc;
}

h4 span {
	line-height: 14px;
}

h4 small {
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 3px;
}

#coin-slider {
	margin: 0; 
	padding: 0;
	height: 234px;
	width: 740px;
	overflow: hidden;
}

#coin-slider img {
	border: none;
	margin: 0 0 0 10px;

}

.slider-top {
	background: transparent url('../images/slider-top.png') no-repeat left top;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0; 
	left: 0;
	z-index: 2000;
}

.slider-bottom {
	background: transparent url('../images/slider-bottom.png') no-repeat left bottom;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2000;
}


/*/ Blockquote /////////////////////////*/

.block blockquote {
	margin: 0 0 18px;
	padding-left: 36px;
	background: url('../images/quote.png') no-repeat 0 0;
	color: #bbb;	
}

.block blockquote p.quote{
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;	
	margin: 0;
	padding: 0;
}

.block blockquote p.author{
	text-align: right;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;	
	padding: 0;
	margin: 0;
}


/*/ Latest Works /////////////////////////*/

.photolist {
	list-style: none; 
	margin: 0; 
	padding: 0 0px;
	width: 100%;
}

.photolist img {
	border: none !important;
	margin: 0 !important;
	
}

.photolist li{
	margin: 0 18px 18px 0; 
	padding: 1px;
	float: left;
	position: relative;
	width: 115px;
	height: 85px;
	background-color: #000;
}

.photolist li {
	height: 85px;
}

.photolist li.last {
	margin: 0 18px 18px;
}

.photolist li a span.zoom {
	background: url('../images/zoom.png') no-repeat center center;
	padding: 0;
	width: 30px; 
	height: 30px;
	position: absolute;
	top: 35%;
	left: 35%;
	text-indent: -9999px;
}


/*/ Contact Us /////////////////////////*/

#contact-form {
	margin: 0;
	color: #888;
}

#contact-form p {
	margin: 0 0 9px !important;
	padding: 0;
}

#contact-form input, #contact-form textarea {
	background-color: #111;
	border: 1px #333 solid;
	padding: 3px 5px;
	color: #999;
	font-size: 12px;
	width: 338px;
	font-family: 'Courier New', 'lucida console', monospace;
	line-height: 16px;
}

#send {
	color: #aaa;
	background-color: #111;
	border: 1px #000 solid;
	padding: 4px 10px;
	cursor: pointer;
	margin-right: 10px;
}

#send:hover {
	color: #fff;
	background-color: #000;
}

#reset {
	color: #888;
	padding: 4px 10px;
	cursor: pointer;
	background-color: transparent;
	border: none;
	float: right;
}

#reset:hover {
	color: #f00;
	background-color: transparent;
	border: none;
}

.error {
	color: #f00; 
	float: right; 
	width: 180px; 
	margin-left: 10px;
	padding: 5px 0;
	font-size: 12px;
}

.notification_error {
	border: 1px #a25965 solid;
	height: auto;
	width: 408px;
	padding: 4px;
	background: #f8f0f1;
	text-align: left;
	font-size: 12px;
	color: #333;
}

.notification_ok {
	border: 1px #567397 solid;
	height: auto;
	width: 408px;
	padding: 8px;
	background: #f5f9fd;
	text-align: center;
	font-size: 12px;
	color: #333;
}

.iconbar {
	float: left;
	list-style: none;
	margin: 0;
	position: relative;
	width: 250px;
	
}

.iconbar li {
	margin: 0 10px 0 0;
	float: left;
	position: relative;
	left: 0;
}

.iconbar li img {
	padding-bottom: 10px;
	padding-top: 10px;
}

.error {
	display: none;
}
