@font-face {
     font-family: "savoryletplain";
     src:url("/media/css/savoyeletplain1.0.ttf");
   }
body {
	background:#f7b725;
	color:#000;
	font-family:helvetica;
	padding:0;
	margin:0;
}
img {
	border:none;
}

#container {
	width:100%;
}

#main {
	width:100%;
	padding:0;
	margin:0;
	background:#fff url('/media/img/background.png') no-repeat center center;
	height:500px;
}
#main-active {
	width:100%;
	padding:0;
	margin:0;
	float:left;
	background:#fff url('/media/img/background_active.png') no-repeat center center;
}

#header h1 {
	font-family:times;
	color:#fff;
	padding-top:10px;
	padding-left:20px;
	font-size:33px;
	float:left;
}
#content {

	margin:0 auto;
	width:950px;
	padding:20px;
	font-size:30px;
	font-family:"savoryletplain",times;
}

#header {
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
	height:20px;
}
#menu-left {
	float:left;
	width:510px;
	display:block;
}
#menu-right {
	float:right;
	width:510px;
	
	display:block;
}
#menu-center {
	float:left;
	padding-left:8%;
	position:absolute;
	top:8px;
	left:37.5%;
}
#header a {
	padding-left:14px;
	padding-right:14px;
	text-decoration:none;
	color:#fff;
	font-size:22px;
	padding-top:20px;
	padding-bottom:20px;
}
a:hover { 
	text-decoration:underline;
}
#header a.active {
	text-decoration:underline;
}

#footer {
	float:right;
	padding:20px;
	color:#fff;
}
#footer span {
	font-size:9px;
}
#footer span a {
	color:#fff;
	text-decoration:none;
}
#quoterequest {
	width:500px;	
}
#quoterequest label {
	display:block;
	width:200px;
}
#quoterequest input,#quoterequest textarea, #quoterequest select {
	display:block; width:200px;
}
#quoterequest textarea {
	width:500px;
	height:200px;
}
#quoterequest #id_interested_in_prints {
	width:20px;
}

/* Jquery accordion Styling */
#accordion {
	font-family:"savoryletplain",verdana;
}
#accordion div {
	padding-top:0px;padding-bottom:0px;margin-top:0px;margin-bottom:0px;	
}
#accordion ul {
	padding-top:10px;margin-top:0px;padding-bottom:0px;margin-bottom:0px;
}
#accordion ul li {
	list-style-type:none;
}
#accordion h3 {
	font-size:24px;
	padding-top:5px;padding-bottom:5px;margin-top:0px;margin-bottom:0px;
}
