@charset "utf-8";
/* CSS Document */

@font-face {
    font-family:'Futura-Light';
	src:url(fonts/Futura-Light.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:'Segoa Print';
	src:url(fonts/segoepr.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	background:#000;
}
/*Type*/

h1{
	font-family:'Segoa Print',Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color:#ed1d24;
}

h2{
	font-family:'Segoa Print',Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#fec60e;
}

p{
	font-family: Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
}

#red {
	color:#ed1d24;
	text-decoration:none;
}

#red a{
	color:#ed1d24;
	text-decoration:none;
}

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

#beige {
	color:#feed8a;
}

/*Navigation*/
#menu {
	float:right;
	width:500px;
	margin:0p;
	color:#feed8a;
	text-decoration:none;
	font-family:'Futura-Light',Arial, Helvetica, sans-serif;
	font-size:16px;
}

#menu li{
	float:right;
	width:80px;
	padding: 0 10px 0 5px;
	position:relative;
	list-style:none;
}

#menu a {
	float:right;
	height:25px;
	color:#feed8a;
	text-decoration:none;
	list-style-type:none;
	font-family:'Futura-Light',Arial, Helvetica, sans-serif;
	font-size:16px;
}
	
#menu a:hover {
	color:#ed1d24;
	text-decoration:none;
}

#menu a:active {
	float:right;
	height:25px;
	color:#ed1d24;
	text-decoration:none;
	list-style-type:none;
	font-family:'Futura-Light',Arial, Helvetica, sans-serif;
	font-size:16px;
}

/*#menu li:hover > ul {
	display:block;
	color:#ed1d24;
	text-decoration:none;
	background:#000;
	margin-top:25px;
}

#menu ul{
	list-style-type:none;
	text-decoration:none;
	display:none;
	position:absolute;
	padding: 0 10px 0 5px;
}

#menu ul li:hover {
	color:#ed1d24;
	text-decoration:none;
}*/

/*Header*/
header {
	background:#000;
}

.wrapper{
	width:1020px;
	height:65px;
	margin:auto;
	position:relative;
	border-bottom:thick solid #ed1d24;
	
}

.title {
	padding-top:10px;
	float:left;
	width:300px;
	color:#feed8a;
}

#name {
	width:150px;
	float:left;
	font-family:'Futura-Light',Arial, Helvetica, sans-serif;
	font-size:24px;
	position:relative;
}

#arttype {
	float:left;
	width:150px;
	font-family:'Segoa Print',Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	position:relative;
}

/*Content*/

.main {
	background:#FFF;
	width:1020px;
	position:relative;
	margin:auto;
}

.mainContent {
	width:960px;
	position:relative;
	margin:auto;
	padding:10px 0;
}

.mainHomeBG {
	width:100%;
	height:550px;
	background:url(images/homeART.jpg) no-repeat;
	background-size:cover;
}

.mainHomeBG1 {
	width:1020px;
	height:445px;
	background:url(images/homeART.jpg) no-repeat;
}

a.viewGallery {
	float:right;
	width:160px;
	height:141px;
	background:url(images/viewG.png) no-repeat;
	margin:20px 150px 0 0;
}

a.viewGallery:hover {
	float:right;
	width:160px;
	height:141px;
	background:url(images/viewGhover.png) no-repeat;
	margin:20px 150px 0 0;
}

.mainFooter {
	width:1020px;
	height:150px;
	margin:auto;
	position:relative;
	padding-bottom:30px;
}

.left {
	float:left;
	width:450px;
}

.right{
	float:right;
	width:450px;
}

.latest{
	float:right;
	width:450px;
}

#latest1{
	background:url(images/feature3.jpg);
	float:right;
	width:142px;
	height:111px;
	margin-right:8px;
	cursor:pointer;
}

a #latest1 {
	background:url(images/feature3.jpg);
	float:right;
	width:142px;
	height:111px;
	margin-right:8px;
	cursor:pointer;
}

a #latest1:hover{
	-webkit-filter: opacity(50%);
}

a #latest2{
	background:url(images/feature2.jpg);
	float:right;
	width:142px;
	height:111px;
	margin-right:8px;
	cursor:pointer;
}

a #latest2:hover{
	-webkit-filter: opacity(50%);
}

a #latest3{
	background:url(images/feature1.jpg);
	float:right;
	width:142px;
	height:111px;
	margin-right:8px;
	cursor:pointer;
}

a #latest3:hover{
	-webkit-filter: opacity(50%);
}

/*Art*/

#art {
	width:100%;
	padding-top:5px;
}

#specs {
	width:100%;
	text-align:center;
}

/*Art Navigation*/

.arrows {
	width:960px;
	height:68px;
}

#left {
	width:41px;
	height:68px;
	background:url(images/left.jpg) no-repeat;
	float:left;
}

a #left {
	width:41px;
	height:68px;
	background:url(images/left.jpg) no-repeat;
	float:left;
}

a #left:hover{
	width:41px;
	height:68px;
	background:url(images/leftHover.jpg) no-repeat;
	float:left;
}

#right{
	width:41px;
	height:68px;
	background:url(images/right.jpg) no-repeat;
	float:right;
}

a #right{
	width:41px;
	height:68px;
	background:url(images/right.jpg) no-repeat;
	float:right;
}

a #right:hover{
	width:41px;
	height:68px;
	background:url(images/rightHover.jpg) no-repeat;
	float:right;
}	

/*Contact*/

.contact {
	width:960px;
	height:400px;
}

.cleft {
	float:left;
	width:450px;
}

.cleft a{
	text-decoration:none;
	color:#ed1d24;
}

.cleft a:hover{
	text-decoration:none;
	color:#000;
}

.cright{
	float:right;
	width:450px;
	padding-top:50px;
}

/*Form*/

form{
	font-family: Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}

input, form {
	display:block;
}

#submit {
	padding
}

/*Footer*/

footer {
	background:#000;
}

.footerText {
	width:1020px;
	font-family:'Futura-Light',Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:auto;
	position:relative;
	padding:10px 0;
	border-top:thin inset #fec60e;
}

#copyright {
	width:300px;
	float:left;
	color:#feed8a;
}

#sitemap {
	float:right;
	width:720px;
	color:#fec60e;
	text-align:right;
}

#sitemap a{
	color:#fec60e;
	text-decoration:none;
}

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

