/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #FFFFFF;
	text-align: center;
}

#warpper {
	width: 995px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 100%;
	position: relative;
	background-image: url(../html-images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left 5px ;
	height: 120px;
}

#fav {
	float: right;
	width: 105px;
	position: relative;
	margin-top: 18px;
}

#fav p {
	position: absolute;
	top: 0px;
	right: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFA061;
}

#search {
	float: right;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin-top: 18px;
}

#search p {
	padding: 0px 0 0 1px;
	text-indent: 2px;
}

#search p a {
	color: #3366CC;
}

#search p a:hover {
	color: #FF9900;
}


#search-field {
	width: 85px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	border: #ffffff 1px solid;
	background-color: #EFEFEF;
}

#search-field:focus {
	background-color: #FFEBDD;
}

#go {
	margin: 0 25px 0 5px;
	vertical-align: middle;
}

#faq {
	margin: -1px 0px 0 5px;
	vertical-align: middle;
}




#flash {
	 text-align: center;
	 width: 995px;
	}







/*====================NAV==================*/
#mainnav {
	width: 780px;
}
#mainnav li  {
	display: inline;
	padding: 0 10px 0 10px;
}
#nav {
	position: absolute;
	top: 58px;
	left: 175px;
}

#sub1 {
	position: absolute;
	top: 40px;
	left: 72px;
	width: 450px;
	border-top: 1px solid #999999;
	visibility: hidden;
}
#sub1 li {
	display: inline;
	padding: 2px 0px 0 0px;
	margin: 0 5px 0 5px;
}

#sub2 {
	position: absolute;
	top: 40px;
	left: 172px;
	width: 360px;
	border-top: 1px solid #999999;
	visibility: hidden;
}
#sub2 li {
	display: inline;
	padding: 2px 0px 0 0px;
	margin: 0 5px 0 5px;
}

#sub3 {
	position: absolute;
	top: 40px;
	left: 343px;
	width: 333px;
	border-top: 1px solid #999999;
	visibility: hidden;
}
#sub3 li {
	display: inline;
	padding: 2px 0px 0 0px;
	margin: 0 5px 0 5px;
}
#sub4 {
	position: absolute;
	top: 40px;
	left: 429px;
	width: 122px;
	border-top: 1px solid #999999;
	visibility: hidden;
}
#sub4 li {
	display: inline;
	padding: 2px 0px 0 0px;
	margin: 0 5px 0 5px;
}







/*====================CUSTOM==================*/
#custom {
	margin: 30px auto;
	padding: 20px 150px 80px 150px;;
	background-image: url(../html-images/background.jpg);
	background-repeat: no-repeat;
	background-position: 70px 0px;
}

#custom h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #333333;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding-bottom: 30px;
}

#custom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 17px;
	}
	
	





/*===================SERVICES==================*/
#service {
	margin: 30px auto;
	padding: 20px 150px 10px 150px;;
	background-image: url(../html-images/background.jpg);
	background-repeat: no-repeat;
	background-position: 70px 60px;
}

#service h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #333333;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding-bottom: 30px;
	float: left;
}
#instruct {
	float: right;
	width: 250px;
	background-image: url(../html-images/services-icon.jpg);
	background-repeat: no-repeat;
	background-position: left 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 10px;
}

#instruct a {
	color: #FF9900;
	text-decoration: none;
}

#instruct a:hover {
	color: #333333;
	text-decoration: underline;
}

#service p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 17px;
}
#service p a {
	color: #FF9900;
	text-decoration: none;
}
#service p a:hover {
	color: #333333;
	text-decoration: underline;
}
div.col {
	padding-top:15px;
}

div.col img {
	float:left;
}

div.col_text {
	width: 480px;
	float: right;
}

div.col_text h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 15px;
}
#instruct-text {
	background:#FFFFFF;
	width: 370px;
	border: 1px solid #666666;
	z-index: 1;
	position: absolute;
	top: 210px;
	left: 400px;
	font-family: Arial, Helvetica, sans-serif;
	visibility: hidden;
}
#instruct-text h6 {
	font-size: 11px;
	text-align: right;
	padding: 10px 20px 10px 0;
	font-weight:normal;
}
#instruct-text h6 a {
	color: #000000;
	text-decoration: none;
}
#instruct-text h6 a:hover{
	color: #FF9900;
	text-decoration: underline;
}
#instruct-text h4 {
	font-size: 15px;
	color: #FF9900;
	padding: 0 20px 0 20px;
}
#instruct-text p {
	padding: 20px;
	font-size:12px;
}
	





/*====================EXHIBITION&PRESS==================*/
#exhibition {
	margin: 30px auto;
	padding: 20px 80px 10px 120px;;
	background-image: url(../html-images/background.jpg);
	background-repeat: no-repeat;
	background-position: 70px 60px;
}

#exhibition h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #333333;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding-bottom: 30px;
}
#exhibition p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
div.ex_month h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	color:#666666;
	padding-bottom: 10px;
}

div.events {
	width: 38%;
	float: left;
	padding-bottom: 20px;
	padding-left: 65px;
}
div.events h4 {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(../html-images/exihibition-aarow.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	font-size:14px;
}

div.events h4 a{
	color: #FF6600;
	text-decoration: none;
}

div.events h4 a:hover {
	color: #333333;
	text-decoration: underline;
}
div.events p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left: 20px;
}

#press-photo img {
	padding: 0 30px 30px 0;
}	





/*====================LOCATION & CONTACT==================*/
#location {
	margin: 30px auto;
	padding: 20px 20px 10px 60px;;
	background-image: url(../html-images/background.jpg);
	background-repeat: no-repeat;
	background-position: 70px 60px;
}

#location h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #333333;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding-bottom: 30px;
}
#location p {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #000000;*/
	}
	
#contact {

	}
	
div.place {
	width: 25%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
div.place h1 {
	color: #FF9900;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
}
div.place h3 {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: -3px;
	padding-left: 2px;
	padding-bottom: 3px;
}
div.store {
	width: 158px;
	text-align:right;
	padding-top: 3px;
}
div.store p {
	background-image: url(../html-images/contact-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 96px 4px;
	padding-left: 10px;
	padding-top: 1px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;

}
div.store p a {
	color: #24446C;
	text-decoration: none;
}
div.store p a:hover {
	color: #FF9900;
	text-decoration: underline;
}
div.content h4 {
	color: #333333;
	font-size: 13px;
	padding-top: 15px;

}
div.content p {
	color: #666666;
	font-size: 12px;
	padding-top: 15px;
}
div.content p span {
	width: 25px;
	padding-right: 8px;
}
div.email {
	padding-top: 15px;
}
div.email a {
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
	font-size: 12px;
}
div.email a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
div.orange {
	color: #FF9900;
	font-size: 12px;
	padding-top: 15px;
}
#map1 {
	position: absolute;
	top: 250px;
	left: 225px;
	z-index: 99;
	border: #333333 1px solid;
	visibility: hidden;
}
#map2 {
	position: absolute;
	top: 250px;
	left: 455px;
	z-index: 1;
	border: #333333 1px solid;
	visibility: hidden;
}
#map3 {
	position: absolute;
	top: 250px;
	left: 685px;
	z-index: 1;
	border: #333333 1px solid;
	visibility: hidden;
}
#map4 {
	position: absolute;
	top: 250px;
	left: 565px;
	z-index: 1;
	border: #333333 1px solid;
	visibility: hidden;
}





/*====================NEW PRODUCTION==================*/
#newproduction {
	margin: 30px auto;
	padding: 20px 150px 10px 150px;;
	background-image: url(../html-images/background.jpg);
	background-repeat: no-repeat;
	background-position: 70px 60px;
}

#newproduction h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #333333;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding-bottom: 30px;
}
#newproduction p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 17px;
}
#newproduction p.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	line-height: 17px;
	padding-top: 15px;
}

#newproduction {
width: 700px;
}

#newproduction #icon {
padding: 30px 0 0 50px;
}


#newproduction #icon .item {
	float: left;
	padding: 20px 0 0 0;
	width: 25%;
}




/*====================FAMILY==================*/
#newproduction {
	margin: 30px auto;
	padding: 20px 150px 10px 150px;;
	background-image: url(../html-images/background.jpg);
	background-repeat: no-repeat;
	background-position: 70px 60px;
}

#newproduction h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #333333;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding-bottom: 30px;
}
#newproduction p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 17px;
}
#family #pic {
	float: left;
	width: 100px;
	padding-left: 15px;
}
#family #pic img {
	padding-top: 32px;
	padding-bottom: 38px;
}
#family #bio {
	float: right;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 30px;
}
#family #bio h3 {
	font-size: 20px;
	color: #FF9900;
	text-align: right;
	font-weight:normal;
	padding-bottom: 8px;
}
#family #bio h4 {
	font-size: 15px;
	color: #666666;
	padding-bottom: 8px;

}
#family #bio p {
	font-size: 13px;
	color: #333333;
	padding-left: 1px;
	padding-bottom: 31px;
}






/*====================BASKET==================*/
#aboutus {
	margin: 30px auto;
	padding: 20px 80px 10px 120px;;
	background-image: url(../html-images/background.jpg);
	background-repeat: no-repeat;
	background-position: 70px 60px;
}

#aboutus h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #333333;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding-bottom: 30px;
}
#aboutus p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 17px;
}
#frame {
	text-align: left;
	padding: 0;
	margin: 0;
}
#iframe {
	width: 100%;
	height: 320px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#thumb {
	width: 364px;
}
#thumb .thumbnail {
	float: left;
	margin-right: 8px;
	margin-left: 1px;
	margin-top: 10px;
	width: 81px;
}

#thumb .thumbnail p {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#np-icon {
	padding: 20px 0 20px 0;
	text-align: right;
}



/*====================================================*/


#footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footnote a {
	color: #999999;
	text-decoration: underline;
}

#footnote a:hover {
	color: #FFA163;
	text-decoration: underline;
}

#np_right {
	float: right;
	width: 425px;
	margin-left: 15px;
}

#np_left {
	float: left;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;

