* {
	margin:0;
	padding:0;
}

body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#framework {
	width: 100%;
	margin: 0 auto;
}

#container {
	width: 800px;
	padding: 0;
	margin: 0 auto;
}

#logo {
	background: transparent url(../images/logo.jpg) no-repeat scroll;
	margin: 5px 0px 10px 0;
	height: 140px;
}

#nav {
	text-align: right;
	padding-top: 100px;
	padding-bottom: 10px;
	padding-right: 15px;
}

#nav ul {
	list-style: none;
	list-style-type: none;
}

#nav ul li {
	display: inline;
	padding-left: 10px;
}

#nav ul li span {
	color: #FFF;
	border-bottom: 1px dotted #660000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px dotted #660000;
}

#nav a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
	font-size: 14px;
	border-top: 1px dotted #660000;
	border-bottom: 1px dotted #660000;
}

#index {
	overflow: hidden;
	width: 100%;
	margin: 0px 0px 0 20px;
	padding: 0;
}

#subnav {
	float: left;
	display: inline;
	width: 180px;
	padding: 20px 0px;
}

#subnav ul {
	color: #fff;
	font-size: 9px;
	list-style: none;
	list-style-type: none;
}

#subnav ul li {
	display: block;
	padding-bottom: 10px;
}

#subnav ul a {
	color: #fff;
	font-size: #9px;
	text-decoration: none;
	text-transform: uppercase;
	
}

#subnav ul a:hover {
	font-size: 14px;
	border-top: 1px dotted #660000;
	border-bottom: 1px dotted #660000;	
}

#subnav ul span {
	text-transform: uppercase;
	font-size: 10px;
	border-top: 1px dotted #660000;
	border-bottom: 1px dotted #660000;
}

#two_col {
	margin: 0px;
	padding: 0px;
}

.entry {
	cursor: pointer;
	float: left;
	margin: 0 20px 10px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 0;
	border: 1px dotted #660000;
}

.entry .infofineart, .entry .infophotography, .entry .infodesign {
	color: #FFFFFF;
	display: none;
	float: left;
	height: 100%;
	margin: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.entry .infofineart {
	background: transparent url(../images/fine_art_bg.png) top left repeat-x scroll;
}

.entry .infophotography {
	background: transparent url(../images/photography_bg.png) repeat-x top left scroll;
}

.entry .infodesign {
	background: transparent url(../images/design_bg.png) repeat-x top left scroll;
}

.entry .infofineart:active, .entry .infodesign:active, .entry .infoillustration:active, .entry .infophotography:active {
	background:#FE0E0E none repeat scroll 0 0;
}

.entry .box {
	padding: 20px 20px 20px 20px;
}

.entry dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 0 10px 0 0;
	padding: 0;
}

.entry dd {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0 0 0 0px;
}

.entry .morefineart:hover, .entry .moredesign:hover, .entry .morephotography:hover {
	background: #FFF none repeat scroll 0 0;
	color: #000;
	font-size: 11;
	font-weight: bold;
	border: 1px solid #000;
}

.entry .moredesign, .entry .morephotography, .entry .morefineart {
	background: url(../images/button_bg.jpg) #000000 top left no-repeat scroll;
	bottom:10px;
	color:#DDD;
	border: 1px solid #DDD;
	cursor:pointer;
	display:block;
	float:left;
	font-size:10px;
	font-weight: normal;
	padding:5px 5px 5px 7px;
	position:absolute;
	right:10px;
}

.entry .moredesign a, .entry .morephotography a, .entry .morefineart a {
	color: #fff;
	text-decoration: none;
}

.entry .moredesign a:hover, .entry .morephotography a:hover, .entry .morefineart a:hover {
	color: #000;
	text-decoration: none;
}


#entry {
	min-height:200px;
	width:840px;
}

#entry img {
padding:0 0 5px 240px;
}
#entry #title {
float:left;
margin:10px 0 0 5px;
position:fixed;
}
#entry #title h1 {
background:#FFFFFF none repeat scroll 0 0;
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:normal;
padding:15px 15px 10px;
}
#entry #info {
color:#333333;
float:left;
font-weight:normal;
line-height:18px;
margin:75px 0 0;
padding:0 0 0 20px;
position:fixed;
width:200px;
}
#entry #info span {
color:#666666;
}
#entry #info p {
margin:0 0 15px;
}

#text {
float:left;
margin:75px 0 0;
position:fixed;
}
.aboutText {
color:#333333;
float:left;
line-height:18px;
padding:0 20px;
position:relative;
width:233px;
}
#contact {
float:left;
margin:75px 0 0;
padding:0 0 0 20px;
position:fixed;
}
#contact #fields, #contact #forms {
float:left;
position:relative;
}
#contact #fields {
color:#333333;
width:70px;
}
#contact ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#contact ul li {
margin:0 0 8px;
}
#contact #fields ul li {
margin:6px 0 15px;
}
#contact #forms {
color:#333333;
text-align:left;
width:280px;
}
input, textarea {
background:#333333 none repeat scroll 0 0;
border:0 none;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
padding:4px;
}
input:focus, textarea:focus {
background:#E8F5F9 none repeat scroll 0 0;
color:#333333;
}
textarea {
margin:0;
}
.submit {
background:#333333 none repeat scroll 0 0;
color:#FFFFFF;
cursor:pointer;
font-size:11px;
}
.submit:hover {
background:#E8F5F9 none repeat scroll 0 0;
color:#333333;
}
.submit:active {
background:#FE0E0E none repeat scroll 0 0;
color:#FFFFFF;
}

#footer {
	color: #bbb;
	margin-top: 30px;
	padding-top: 10px;
	width: 100%;
	height: 200px;
	background: url(../images/footer_bg.png) repeat-x scroll #000;
	border-top: 1px dotted #660000;
}

.sparrow {
	margin-right: 40px;
	background: url(../images/footer_sparrow.png) no-repeat right top;
	height: 150px;
}

#footer_copy {
	width: 800px;
	margin: 0 auto;
	padding: 30px;
	padding-left: 50px;
}

#footer_copy em {
	font-size: 12px;
	color: #333;
	font-style: normal;
}

/* GALLERY */

.galleria {
	list-style:none;
	width:200px;
}

.galleria li {
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0;
}

.galleria li a {
	display:none;
}

.galleria li div {
	position:absolute;
	display:none;
	top:0;
	left:180px;
}

.galleria li div img {
	cursor:pointer;
}

.galleria li.active div img,.galleria li.active div {
	display:block;
}

.galleria li img.thumb {
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto;
}

.galleria li .caption {
	display:block;
	padding-top:.5em;
}

* html .galleria li div span {
	width:400px;
}
 /* MSIE bug */

.caption {
	font-style:italic;
	color:#887;
}
.demo {
	position: relative;
	margin-top: 2em;
}

.gallery_demo {
	width: 600px;
	margin: 0 auto;
	padding-top: 20px;
	float: right;
}

.gallery_demo li {
	width: 68px;
	height: 50px;
	border: 1px dotted #660000;
	margin: 0 2px;
	background: #000;
}

.gallery_demo li div {
	left:240px;
}

.gallery_demo li div .caption {
	font:italic 0.7em/1.4 georgia,serif;
}

#main_image {
	margin: 0;
	height: 438px;
	width: 600px;
	background: black;
	float: right;
	text-align: center;
}

#main_image img {
	margin-bottom:10px;
}		

.nav {
	float: right;
	color: #666666;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 14px;
}

.nav a {
	color: #666666;
	text-decoration: none;
}

.nav a:hover {
	color: #888;
	font-size: 10px;
	border-top: 1px dotted #660000;
	border-bottom: 1px dotted #660000;
}

.info {
	text-align: left;
	width: 700px;
	margin: 30px auto;
	border-top: 1px dotted #221;
	padding-top: 30px;
}
.info p {
	margin-top:1.6em;
}	


.contact_info {
	float: left;

}

.contact_info span {
	display: block;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;
}

.contact_info span.grayer {
	color: #777;
	padding-top: 0px;
	padding-bottom: 6px;
}

.contact_photo {
	text-align: right;
}
