/* General */
body {
	background: #fff;
	margin:0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	color: #333;
}

#fp-left a,
#left a {
	font-size: 12px;
}

p.pre {
	font-family: arial, verdana, sans-serif;
	color: #333;
	font-size: 16px;
}

#bodysec_sub #sub-main #left pre {
	width: 400px;
}

#topbar {
	position: absolute;
	top:0;
	left:0;
	height: 110px;
	width: 100%;
	background: #000;
	z-index: -1;
}

#wrapper {
	width: 982px;
	height: 100%;
	text-align: left;
}

#header {
	height: 110px;
	width: 100%;
	background: #000;
	z-index: 1;
}
#header #logo img {
	margin-top: 20px;
	border:0;
	float:left;
}
#header #logo a img {
	border:0;
}
#header #header-right {
	margin-top: 12px;
	margin-bottom: 6px;
	border:0;
	float:right;
	text-align:right;
}
#header #header-right form {
	vertical-align: top;
	margin-bottom: 40px;
}
#header #header-right input {
	border:solid 1px #999999;
	background:#000;
	color:#999999;
	font-family: arial,verdana, sans-serif;
	font-size: 11px;
}
#header #header-right input.btn_search {
	border:0;
	background:#000;
	color:#999999;
	font-family: arial,verdana, sans-serif;
	font-size: 11px;
}


#header #header-right a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
}
#header #header-right a:first-child {
	border:0;
}
#header #header-right a:hover {
	color: #fff;	
}

#header #topmenu {
	height: 18px;
	padding: 2px 0px 0px 10px;
	background: url(/design/graphics/topmenu_bg.gif) center center no-repeat;
}
#header #topmenu ul,
#header #topmenu_sub ul {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#header #topmenu li,
#header #topmenu_sub li {
	margin:0;
	margin-left: 15px;
	padding:0;
	list-style:none;
	display:inline;
}
#header #topmenu li:first-child,
#header #topmenu_sub li:first-child {
	margin:0;
	margin-left: 0px;
	padding:0;
	list-style:none;
	display:inline;
}
	
#header #topmenu a {
	font-size: 11px;
	color: #cecece;
	text-decoration:none;
}
#header #topmenu li a:first-child {
	margin:0;
}
#header #topmenu li a:hover {
	color: #fff;
	background:transparent;
}
#header #topmenu li a.active {
	color: #fff;
	font-weight:bold;
}
#header #topmenu_sub {
	height: 18px;
	padding: 2px 0px 0px 10px;
	background: url(/design/graphics/topmenu_sub_bg.gif) center center no-repeat;
}
#header #topmenu_sub a {
	font-size: 11px;
	color: #cecece;
	margin-left: 15px;
	text-decoration:none;
}
#header #topmenu_sub a:first-child {
	margin:0;
}
#header #topmenu_sub a:hover {
	color: #fff;
	background:transparent;
	text-decoration:none;
	border:0;
}
#header #topmenu_sub a.active {
	color: #fff;
	font-weight:bold;
}

#bodysec {
	background: #fff;
	width: 982px;
	height: 100%;
	margin-top: 20px;
}
#bodysec_sub {
	background: #fff;
	width: 982px;
	height: 100%;
	margin-top: 40px;
}

#breaker,
.breaker {
	background:transparent;
	height:1px;
	clear:both;
}

#c-box,
.c-box {
	font-family: arial, verdana, sans-serif;
	line-height: 132%;
	margin: 3px 0px -12px 0px;
	background: #fff;
	width: 230px;
	border-top: solid 2px #000;
	border-bottom: solid 20px #fff;
	vertical-align: top;
	padding: 6px 0px 6px 0px;
	font-size: 11px;
}	
#c-box img,
.c-box img,
#c-box p img,
.c-box p img {
	float: left;
	vertical-align: top;
	margin-right: 12px;
	background: transparent;
	border:0;
}
#c-box h3,
.c-box h3 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	clear: both;
}
#c-box h3 span,
.c-box h3 span {
	text-transform: lowercase;
	font-weight: normal;
}
#c-box p,
.c-box p {
	font-size: 11px;
	margin: 2px 0px 0px 0px;
}
#c-box a,
.c-box a {
	font-size: 11px;
	text-decoration: underline;
	color: #333;
	display: block;
	text-align: left;
}
#statement #c-box h4,
.statement .c-box h4 {
	text-transform: lowercase;
	font-weight: bold;
	margin: 0;
	padding-top:0;
}
#statement #c-box a.stmnt_group,
.statement .c-box a.stmnt_group {
	clear:left;
	float:left;
}
#statement #c-box a.stmnt_item,
.statement .c-box a.stmnt_item,
#statement #c-box .stmnt_item,
.statement .c-box .stmnt_item {
	float:left;
	z-index: 10;
}
#stmt .statement .c-box h3 {
	text-align:right;
	margin-bottom:-2px;
}
#stmt .statement .c-box p{
	text-align:left;
}
#stmt .statement .c-box .stmnt_img {
	float:right;
	margin-left: 8px;
	margin-right:0px;
	width:116px;
	height:142px;
	position:relative;
	top:0px;
	right:0px;
	z-index:0;
}
#stmt .statement .c-box .stmnt_txt {
	height:135px;
	width:120px;
	background:transparent;
}
#stmt .statement .c-box .stmnt_url {
	width: 150px;
	height:20px;
}
/*
#stmt .statement .c-box a.stmnt_item img {
	margin-left: 8px;
	margin-right:0px;
	border:0;
}
*/

#footer {
	clear:both;
	border-top: solid 1px #000;
	padding-top: 5px;
}
#footer a, a:hover {
	font-size: 10px;
}
#footer p {
	margin:0;
	padding:0;
	font-size: 10px;
	text-transform:lowercase;
}

/* Frontpage */

#header_tr_space {
	height: 0px;
}

#fp-left {
	float: left;
	background: transparent;
	width: 720px;
	height: 100%;
	margin-top:2px;
	padding-top:0px;
	border-top: solid 2px #333;
	clear:left;
}

#fp-left #fp-lrg-img {
	width: 720px;
	height:361px;
	background: transparent;
	border-bottom: solid 27px #fff;
}

#fp-left #fp-lrg-img #fp-lrg-img-txt {
	/*
	width: 437px;
	height: 251px;
	*/
	width: 720px;
	height: 140px;
	padding: 20px;
	background: #000;
	color: #fff;
	vertical-align: middle;
	z-index: 1;
	position: relative;
	top: 0px;
	left: 0px;
}

#fp-left #fp-lrg-img #fp-lrg-img-txt h1 {
	width: 480px;
	height: 25px;
	font-weight: lighter;
	font-size: 22px;
	letter-spacing: 0.5px;
	color: #dfdfdf;
	text-transform: uppercase;
}
#fp-left #fp-lrg-img #fp-lrg-img-txt h1:first-child {
	width: 480px;
	margin-top:0;
	padding-top;0;
}

#fp-left #fp-lrg-img #fp-lrg-img-txt p {
	width: 480px;
	height: 40px;
	font-size: 12px;
	color: #f1f1f1;
}
#fp-left #fp-lrg-img #fp-lrg-img-txt-link {
	position: relative;
	top: 0px;
	left: 0px;
	background: transparent;
	height: 20px;
}
#fp-left #fp-lrg-img #fp-lrg-img-txt-link a {
	text-transform: uppercase;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	margin-right: 15px;
}

#fp-left #fp-footer {
	background: transparent;
	width: 100%;
	height: 136px;
}

#fp-left #fp-footer #c-box,
#sub-main #fp-footer #c-box,
#fp-left #fp-footer .c-box,
#sub-main #fp-footer .c-box {
	float:left;
	margin-left: 15px;
}

#bodysec_sub #sub-main #left #statement #c-box,
#bodysec_sub #sub-main #left .statement .c-box {
	float:left;
	margin-right: 7px;
}
#stmt {
	width:100%;
	clear:both;
}

#fp-right #c-box,
#fp-right .c-box {
	float:right;
}

#fp-left #fp-footer #c-box:first-child,
#sub-main #fp-footer #c-box:first-child,
#fp-left #fp-footer .c-box:first-child,
#sub-main #fp-footer .c-box:first-child {
	margin-left: 0px;
}

#fp-right {
	float: right;
	background: transparent;
	width: 230px;
	height: 100%;
	vertical-align: top;
	margin:0;
	margin-bottom: 15px;
	padding:0;
	clear:right;
}
#fp-right a {
	font-size: 11px;
}

#artgroup {
	clear:both;
}

#fp-right #my-artgroup {
	font-family: arial, verdana, sans-serif;
	line-height: 132%;
	margin: 3px 0px 0px 0px;
	background: #fff;
	width: 230px;
	border-top: solid 2px #000;
	border-bottom: solid 20px #fff;
	vertical-align: top;
	padding: 6px 0px 6px 0px;
	font-size: 11px;
}
#fp-right #my-artgroup img {
	float: left;
	vertical-align: top;
	margin-right: 12px;
	background: transparent;
}
#fp-right #my-artgroup h3 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	clear: both;
}
#fp-right #my-artgroup p {
	font-size: 11px;
	margin: 2px 0px 0px 0px;
}
#fp-right #my-artgroup a {
	font-size: 11px;
	text-decoration: underline;
	color: #333;
	display: block;
	text-align: left;
}
#fp-right #my-artgroup a img {
	border:0;
}
#fp-right #my-artgroup h3 a {
	text-decoration:none;
}
 
/* Subpage */

#sub-main {
	float: left;
	background: #fff;
	width: 720px;
	height: 100%;
	border-top: solid 2px #333;
	margin-top: 3px;
	padding-top: 3px;
}

#sub-main #breadcrumb {
	width: 720px;
	height: 25px;
	font-size: 9px;
	float:left;
	vertical-align:top;
	clear:both;
	background:transparent;
}
#sub-main #breadcrumb #bread-crumb {
	width:648px;
	float:left;
	padding:0;
	margin:0;
}
#sub-main #breadcrumb #bread-crumb ul {
	list-style: none;
	padding:0;
	margin:0;
}
#sub-main #breadcrumb #bread-crumb  li {
	margin:0px 4px 0px 4px;
	display:inline;
}
#sub-main #breadcrumb #bread-crumb  li:first-child {
	margin:0;
}
#sub-main #breadcrumb #bread-crumb  a {
	background: transparent;
	color: #333;
	font-size: 9px;
}
#sub-main #breadcrumb #tip-friend {
	width: 70px;
	background:transparent;
	float:right;
	text-align:right;
	vertical-align: top;
}
#sub-main #breadcrumb #tip-friend a {
	text-decoration:none;
	background:transparent;
	color:#333;
	font-size:9px;
}

#sub-main #left {
	width: 475px;
	background: #fff;
	float:left;
	vertical-align: top;
}
#sub-main #left h1:first-child{
	margin:0px 0px 20px 0px;
	padding:0;
}

#sub-main #left p:first-child{
	margin:0px 0px 20px 0px;
	padding:0;
}

#sub-main #mid {
	width: 230px;
	margin-left: 15px;
	background:#fff;
	float:right;
	vertical-align: top;
}
#sub-main #mid a {
	font-size: 11px;
}
#sub-main #left h1 {
	font-weight: lighter;
	font-size: 28px;
	color: #333;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
#sub-main #left h2 {
	font-weight: lighter;
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
	margin-top: 28px;
}
#sub-main #left h3 {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	padding-top: 8px;
}

#sub-main #mid h1 {
	border-top: solid 2px #000;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	height: 18px;
	margin-top: 3px;
	padding-top: 5px;
	margin-bottom: 3px;
	text-transform: uppercase;
}
#sub-main #mid h2,
#fp-right h2 {
	font-weight: bold;
	font-size: 11px;
	color: #333;
	height: 18px;
	margin-top: 0px;
	padding-top: 4px;
	margin-bottom: 3px;
	text-transform: uppercase;
}
#sub-main #mid h3 {
	border-top: solid 2px #000;
	font-weight: bold;
	font-size: 11px;
	color: #333;
	height: 18px;
	margin-top: 3px;
	padding-top: 5px;
	margin-bottom: 3px;
	text-transform: uppercase;
}

#sub-main #left cite {
	font-size: 14px;
	color: #333;
	font-style: normal;
}

#sub-main #left img {
	max-width: 475px;
}

#sub-main #left img:first-child {
	max-width: 475px;
	margin:3px 0px 0px 0px;
	padding:0;
}

#sub-main #left img.left {
	float:left;
}
#sub-main #left img.right {
	float:right;
}
#sub-main #left img.clear {
	display:block;
	clear:both;
}
#sub-main #mid #submenu,
#sub-main #mid #submenu-manuel,
#fp-right #submenu-manuel {
	width: 230px;
	background: #fff;
}
#sub-main #mid #submenu ul,
#sub-main #mid #submenu-manuel ul,
#fp-right #submenu-manuel ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sub-main #mid #submenu li,
#sub-main #mid #submenu-manuel li,
#fp-right #submenu-manuel li {
	display:block;
	background: #eee;
	font-size: 11px;
	color: #333;
	border-bottom: solid 1px #fff;
}
#sub-main #mid #submenu li a,
#sub-main #mid #submenu-manuel li a,
#fp-right #submenu-manuel li a {
	display: block;
	text-decoration: none;
	line-height: 18px;
	padding: 4px;	
	border-bottom: solid 1px #fff;
}		
#sub-main #mid #submenu li:hover,
#sub-main #mid #submenu a:hover,
#sub-main #mid #submenu-manuel li:hover,
#sub-main #mid #submenu-manuel a:hover,
#fp-right #submenu-manuel li:hover,
#fp-right #submenu-manuel a:hover {
	background: #333;
	font-size: 11px;
	color: #fff;
	border-bottom: solid 1px #333;
	text-decoration:none;
}


/* Search result */
#search-listing h4 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}
#search-listing p {
	margin-top: 0px;
	margin-bottom: 20px;
}
#search-listing span a {
	margin-top: 3px;
	font-size: 10px;
	color: #333;
}
	
#sitemap ul {
	padding:0;
	margin-left: 15px;
}
#sitemap li {
	margin-bottom: 10px;
}
#sitemap li span {
	font-size: 10px;
	color: #999;
}

#slogan {
	position: absolute;
	left: 50%;
	top: 32px;
	margin-left: -65px;
	color: #999;
}

#newsletter_subscribe {
	font-family: arial, verdana, sans-serif;
	line-height: 132%;
	margin: 0px 0px 0px 0px;
	background: #fff;
	width: 230px;
	border-top: solid 2px #000;
	border-bottom: solid 20px #fff;
	vertical-align: top;
	padding: 0px 0px 6px 0px;
}	
#mid #newsletter_subscribe {
	margin-top: 16px;
}

#newsletter_subscribe h4 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 5px 0px 5px 0px;
	clear: both;
}
#newsletter_subscribe p {
	font-size: 11px;
	margin: 2px 0px 0px 0px;
}
#newsletter_subscribe a {
	font-size: 11px;
	text-decoration: underline;
	color: #333;
	display: block;
	text-align: left;
}
#newsletter_subscribe .tbl_newsletter {
	width: 230px;
}
#newsletter_subscribe input {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	float:right;
	border:solid 1px #000;
	text-align:left;
	margin-bottom: 2px;
	width: 150px;
}
#newsletter_subscribe .button {
	width: 50px;
	background:#eeeeee;
}
#newsletter_subscribe .button:first-child {
	margin-left: 5px;
}
#newsletter_subscribe label {
	font-size: 11px;
}
#lightboxgallery {
	width: 100%;
	clear:both;
}
#lightboxgallery #my-lightbox {
	margin-right: 13px;
	padding:0;
	float:left;
}
#lightboxgallery #my-lightbox img {
	width: 220px;
	border:0;
}
#slideshow_fader {
	height:360px;
	width:720px;
	position:relative;
	overflow:hidden;
	margin-bottom: 31px;
	border-bottom: solid 1px #333;
}
#slideshow_fader a {
	color: #999 !important;
}
#fp-left #slideshow_fader img {
	width: 720px;
	height: 219px;
}
