* {
	margin:0;
	padding:0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#f7f7f7;
	font-size:12px;
	line-height: 16px;
	color: #333333;
}

a:link, a:visited, a:active {
	color:#174b80;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 17px;
	margin-bottom: 15px;
	color: #20436b;
}

h2 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #20436b;
}

h3 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #333333;
}


p {
	margin-bottom: 10px;
}


hr {
	border:none;
	border-top: 3px solid #4c76a0;
 	height: 0px;
 	width: 100%;
 	text-align: left;
 	clear:both;
 	margin-bottom:10px;
}




/*header starts*/

#top {
	margin: 20px auto 0 auto;
	width: 940px;
	padding:25px;
	background-color: #FFFFFF;
	background-image:url(../images/top.gif);
	background-repeat: no-repeat;
	height: 100px;
}

#header {
	float: left;
	width: 920px;
	background-color: #FFFFFF;
	border-bottom: 5px solid #4c76a0;
	padding-bottom: 20px;
}

#logo {
	float: left;
	width: 407px;
	margin-right: 10px;
}

#navbar {
	float: left;
	font-size: 15px;
	width:500px;
	color: #4c4c4c;
	margin-top: 40px;
	line-height: 35px;
}

#navbar ul li {
	list-style-type: none;
	float: left;
	margin-right:30px;
}

#navbar .genre {
	background-image:url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}

#navbar ul li a:link, #navbar ul li a:visited, #navbar ul li a:active {
	text-decoration:none;
	color: #333333;
}

#navbar ul li a:hover, #navbar ul li a.active:link, #navbar ul li a.active:visited, #navbar ul li a.active:active{
	color: #4c76a0;
}


/*drop down menu*/

#navbar ul li ul {
	display: none;
	position: absolute;
	border: 1px solid #4c76a0;
	background-color: #e1e8ef; 
	background-image: none;
	width: 200px;
	line-height: normal;
	z-index: 999;
	padding: 2px 5px;
	font-size: 12px;
}

#navbar ul li:hover ul, 
#navbar ul li.over ul {
	display: block;
}


#navbar ul li ul li{
	width:auto;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	float: none;
	height: auto;
}

#navbar ul li  ul li a:link, #navbar ul li ul li a:visited, #navbar ul li ul li a:active {
	width:auto;
	text-decoration:none;
	color: #333333;
	display:block;
	padding:1px 5px;
}

#navbar ul li ul li a:hover, #navbar ul li ul li a.active:link, #navbar ul li ul lia.active:visited, #navbar ul li ul li a.active:active{
	text-decoration:underline;
	color: #4c76a0;
}








/*drop down menu ends*/



#search {
	float: left;
	width: 175px;
	font-size: 14px;
	color: #fefefe;
}

#searchbox {
	height: 18px;
	padding-top: 3px;
}

input#searchbox {
	border:1px solid #67686c;
	font-size: 12px;
	padding-left:5px;
	width: 150px;
	margin-right: 5px;
	height: 18px;
}

#search a:link, #search a:visited, #search a:active {
	color:#333333;
	text-decoration: none;
}

/*header ends*/




/*container begins*/


#surrounding {
	margin: 0 auto;
	width: 990px;
}

#container {
	float: left;
	width: 920px;
	padding:35px;
	background-color: #FFFFFF;
	background-image:url(../images/middle.gif);
	background-repeat: repeat-y;
}

/*left-column starts*/

#left-column {
	clear: both;
	float: left;
	width: 165px;
	margin-right: 20px;

}

/*menu begins*/

#menu {
	margin-bottom: 30px;
}

#menu ul li {
	width: 155px;
	list-style-type: none;
	font-size: 14px;
}

#menu a:link, #menu a:visited, #menu a:active {
	width: 155px;
	height: 28px;
	line-height: 28px;
	margin-bottom:5px;
	padding-left: 10px;
	display: block;
	background-color: #e1e8ef;
	color:#333333;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	background-color: #4c76a0;
	color: #FFFFFF;
}


/*menu ends*/



/*news begins*/

#news {
	float: left;	
	width:100%;
	word-wrap: break-word;
}

#news .date {
	color:#838181;
}
/*news ends*/


#links {
	float: left;
	width: 100%;
	margin-top: 69px;
}

#links ul li {
	list-style-type: none;
	margin-bottom: 10px;
	text-align: center;
}

#follow-us {
	float: left;
	margin-top: 145px;
}

#follow-us ul li {
	float: left;
	list-style-type: none; 
	margin-right: 20px;
}
	
#follow-us .character {
	color:#FFFFFF;
	margin: 0px;
}
/*left-column ends*/



/*content begins*/

#content {
	width: 730px;
	float: right;
	background-color: #FFFFFF;
}


#feat-artist {
	float: left; 
	width: 410px;
	padding: 10px;
	border: 1px solid #c3bebe;
	margin-right: 20px;
}

#just-arrived {
	float: left;
	width: 278px;
}

#just-arrived img{
	border: none;
}

#just-arrived ul li {
	list-style-type: none;
	margin-bottom: 30px;
	max-height: 135px;
}

#just-arrived .just-image {
	margin-bottom: 20px;
	float: left;
	width: 185px;
}

#just-arrived .just-right {
	float: right;
	width: 80px;
	
}

#text-home {
	clear: both;
	float: left;
	width: 710px;
	padding: 10px;
	border: 1px solid #c3bebe;
	margin: 20px 0;
}

#text-home h1{
	font-size: 17px;
	color: #20436b;
	background-image: url(../images/cornflower.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline;
	padding-right: 25px;
	padding-bottom: 18px;
}

#text-h {
	margin-top: 20px;
}

#text-static {
	clear: both;
	float: left;
	width: 730px;
	margin-bottom: 20px;
}

#text-static h1{
	font-size: 17px;
	color: #20436b;
	background-image: url(../images/cornflower.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline;
	padding-right: 25px;
	padding-bottom: 18px;
}

#text-s {
	margin-top: 20px;
	border-top: 3px solid #4c76a0;
	padding-top: 10px;

}

#text-s img{
	float: right;
	margin: 10px 0 10px 15px;
}

/*3 boxes start*/

#boxes {
	clear: both;
	float: left;
	width: 730px;
}

#boxes h2 {
	font-size: 15px;
	margin-bottom: 5px;
	color: #333333;
	padding-bottom: 5px;
	border-bottom: 5px solid #4c76a0;
}

#boxes ul li {
	list-style-type: none;
	float: left;
	width: 230px;
	margin-right: 20px;
} 

#boxes .box {
	padding:3px;
	margin-top: 5px;
	background-color: #e1e8ef;
}

#boxes .last {
	margin-right: 0px;
}

/*3 boxes ends*/






/*artist detail page starts*/

#detail-page {
	clear: both;
	float: left;
	width: 730px;
}

#main-detail {
	width: 730px;
	float: left;
	margin-top: 10px;
}

#lrg-image {
	float: left;
	width: 530px;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 3px solid #4c76a0;
}

#lrg-image img {
	margin-bottom: 10px;
}

#detail-info {
	float: right;
	width: 150px;
	border: 1px solid #c3bebe;
	padding: 5px;
}

#detail-info h1 {
	font-size: 15px;
	margin-bottom: 15px;
	color: #20436b;
}

#detail-info h2 {
	font-size: 13px;
	margin-bottom: 10px;
	color: #20436b;
}

#detail-info ul li {
	list-style-type: none;
	margin-bottom: 8px;
}


#detail {
	clear: both;
	float: left;
	width: 730px;
}

#detail-text {
	float: left;
	width: 530px;
}

#alt-images {
	float: right;
	width: 150px;
	text-align: center;
}

#alt-images ul li {
	list-style-type: none;
	margin-bottom: 8px;
}

#alt-images h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
}



#like-images {
	width: 730px;
	clear: both;
	float: left;
	margin-top: 10px;
}

#like-images h1 {
	font-size: 17px;
	margin-bottom: 10px;
	color: #20436b;
	border-bottom: 3px solid #4c76a0;
	padding-bottom: 15px;
}

#like-images ul li {
	list-style-type: none;
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	width: 170px;
}

/*artist detail page ends*/








/*listing-page*/

#listing-page {
	width: 730px;
	float: left;
}

#listing-page ul li{
	float: left;
	list-style-type: none;
	width: 330px;
	height: 153px;
	padding: 9px;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #bdbfbf;
	background-color: #f2f3f3;
}

#listing-page img {
	border: 0px;
}

#listing-page .last{
	margin-right: 0px;
}

#listing-page a:link, #listing-page a:visited, #listing-page a:active {
	text-decoration: none;
	color: #333333;
}

#listing-page a:hover {
	text-decoration: none;
	color:#174b80;
}




#listing-page .list-image{
	float: left;
	width: 240px;
	text-align:center;
	margin-right: 8px;
}

#listing-page .list-image img {
	height: 150px;
}


#listing-page .details{
	float:right;
	width: 82px !important;
}

.details .name {
	font-size: 14px;
	color: #20436b;
	width: 82px;
}


/*listing-page ends*/





/*artists page*/

#artists {
	font-size: 14px;
	margin-top: 10px;
	padding-bottom: 20px;
}


#artists ul li{
	list-style-type: none;
	float: left;
	margin-right: 5px;
}

#artists a:link, #artists a:visited, #artists a:active {
	text-decoration: none;
	color: #333333;
}

#artists a:hover {
	text-decoration: none;
	color:#174b80;
}

#text-artists {
	clear: both;
	float: left;
	width: 730px;
	margin-bottom: 20px;
}

#list-artists {
	clear: both;
	float: left;
	margin: 10px 0;
	width: 730px;
}

#list-artists ul li {
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 10px;
}

#list-artists .letter {
	width: 95%;
	margin: 10px 0;
	background-color: #e1e8ef;
	height: 15px;
	line-height: 15px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
}

#list-artists a:link, #list-artists a:visited, #list-artists a:active {
	text-decoration: none;
	color: #333333;
}

#list-artists a:hover {
	text-decoration: none;
	color:#174b80;
}

/*artists end*/



/*exhibitions page*/

#text-exhibition {
	clear: both;
	float: left;
	width: 730px;
	margin-bottom: 20px;
}

#text-exhibition ul li {
	list-style-type: none;
	width: 700px;
	height: 150px;
	margin-bottom: 30px;
}

#text-exhibition .list-image{
	float: left;
	width: 270px;
	margin-right: 20px;
}

#text-exhibition .list-image img{
	border: none;
}

#text-exhibition .details{
	float:left;
	width: 380px;
	height: 140px;
	background-color: #f2f3f3;
	padding: 5px;
}

#exhibition-detail {
	float: left;
	width: 400px;
}



/*exhibition detail page*/


#exhibition {
	clear: both;
	float: left;
	width: 400px;
	margin-bottom: 20px;
}

#ex-image {
	float: left;
	width: 400px;
	text-align: center;
	margin-bottom: 20px;
}

#ex-image img {
	height: 300px;
	margin-bottom: 10px;
}

#other-ex {
	float: left;
	width: 400px;
}

#other-ex ul li {
	list-style-type: none;
	float: left;
	height: 120px;
	margin-right: 15px;
}

#other-ex img {
	border: none;
}

#other-ex .last {
	margin-right: 0px;
}

#ex-info {
	float: right;
	width: 300px;
	border: 1px solid #c3bebe;
	padding: 5px;
}


/*exhibitions end*/




/*news page starts*/

#main-news {
	float: left;
	width: 530px;
	margin-bottom: 20px;
}

#right-news {
	float: right;
	width: 150px;
	border: 1px solid #c3bebe;
	padding: 5px;
}

#right-news ul{
	margin-bottom: 20px;
}

#right-news ul li{
	margin-left: 20px;
	margin-bottom: 5px;
}

/* news page ends*/







/*content ends*/



/*footer begins*/

#footer {
	clear: both;
	margin: 0 auto;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 940px;
	padding:0 25px;
	color: #174b80;
	font-size: 12px;
	height: 60px;
	line-height: 60px;
}

#footer .right {
	float: right;
}
