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

/*_* Reset *_*/
/*-- Background settings **/


@font-face {
	font-family: 'Trebuchet MS';
	src: url('fonts/DINMittelschrift-Regular.eot');
	src: local('DINMittelschrift Regular'), local('DINMittelschrift'), url('fonts/DINMittelschrift-Regular.woff') format('woff'), url('fonts/DINMittelschrift-Regular.otf') format('opentype'), url('fonts/DINMittelschrift-Regular.svg#DINMittelschrift') format('svg');
}

* { margin:0;padding:0; }
body {
	background:#fff url(images/topbg.jpg) repeat-x top;
	margin:40px 0 0 0 ;
	font:normal 13px/26px "Trebuchet MS", verdana, Arial;
	color:#292929;	
}

/**** topSpacing ****/
.topspace27{height:27px;}
.topspace12{padding-top:12px;}
.topspace20{padding-top:20px;}
/**** Heading *****/
h1,h2,h3,h4,h5,h6 { margin:0;padding:0 }
del {text-decoration:none;}
.clear{clear:both;}
.center {text-align:center;}
.clearh{clear:both;height:0px;}
a img { border:none; }
.lspace{ padding-left:5px; }
.lspace20{ padding-left:20px; }
.tspace{ padding-top:5px; }
.rspace15{padding-right:15px;}
.fleft{ float:left;width:auto;}
.fright{ float:right;width:auto;}
.relative {position:relative;}
.absolute {position:absolute;}
.aright {text-align:right}
.vmiddle {vertical-align:middle;}
.vtop {vertical-align:top;}
.relative {position:relative}
.absolute {position:absolute;}	
.height20{height:20px;}
.lefttopspace{padding: 0px 0px 20px 55px; height:100%;}

a,input,textarea{ outline:none;}
a {
	color:#e1a039;
	text-decoration:none;
} 
a:hover{ text-decoration:underline;} 
/**/
#pagewrapper {
	margin:auto;
	width:770px;
}
a.logo {
	display:block;
	width:289px;
	height:34px;
	background:transparent url(images/logo.jpg) no-repeat center;
	margin:0 auto 0px auto;
}
/** menu **/
#brookmenu{
	margin:0px;
	padding:0px;
}
#brookmenu li{
	list-style-type:none;
	float:left;
	text-decoration:none;
}
#brookmenu a.paint:link, a.paint:active, a.paint:visited{
	display:block;
	width:150px;
	height:28px;
	background:transparent url(images/paint.jpg) no-repeat top;
}
#brookmenu a.paint:hover, a.paintsel:link, a.paintsel:active, a.paintsel:visited{
	display:block;
	width:150px;
	height:28px;
	background:transparent url(images/paint.jpg) no-repeat bottom;
}
#brookmenu a.about:link, a.about:active, a.about:visited{
	display:block;
	width:106px;
	height:28px;
	background:transparent url(images/about.jpg) no-repeat top;
}
#brookmenu a.about:hover, a.aboutsel:link, a.aboutsel:active, a.aboutsel:visited{
	display:block;
	width:106px;
	height:28px;
	background:transparent url(images/about.jpg) no-repeat bottom;
}
#brookmenu a.contact:link, a.contact:active, a.contact:visited{
	display:block;
	width:151px;
	height:28px;
	background:transparent url(images/contact.jpg) no-repeat top;
}
#brookmenu a.contact:hover, a.contactsel:link, a.contactsel:active, a.contactsel:visited{
	display:block;
	width:151px;
	height:28px;
	background:transparent url(images/contact.jpg) no-repeat bottom;
}
#brookmenu a.blog:link, a.blog:active, a.blog:visited{
	display:block;
	width:106px;
	height:28px;
	background:transparent url(images/blog.jpg) no-repeat top;
}
#brookmenu a.blog:hover, a.blogsel:link, a.blogsel:active, a.blogsel:visited{
	display:block;
	width:106px;
	height:28px;
	background:transparent url(images/blog.jpg) no-repeat bottom;
}
#brookmenu a.motion:link, a.motion:active, a.motion:visited{
	display:block;
	width:133px;
	height:28px;
	background:transparent url(images/motion.jpg) no-repeat center top;
}
#brookmenu a.motion:hover, a.motionsel:link, a.motionsel:active, a.motionsel:visited{
	display:block;
	width:133px;
	height:28px;
	background:transparent url(images/motion.jpg) no-repeat center bottom;
}
/**HOME PAGE**/
.content {
	margin-top:75px;
	background:transparent url(images/mainimgbg.jpg) no-repeat center;
	width:770px;	
	height:512px;
}
.homeimg {
	padding:40px 0 40px 0;
	text-align:center;
}
.currentex {
	font:normal 18px Trebuchet MS, Arial;
	color:#636363;
	text-align:center;
	padding-top:10px;
}

/**ABOUT US**/
.topstrip {
	background:transparent url(images/painttopstrip.jpg) no-repeat center;
	width:770px;
	height:26px;
	clear:both;
	padding-top:80px;
}
.topstrip h3{
	font:normal 21px Trebuchet MS, Arial;
	color:#707070;
	margin:0px;
}
.lspace55{padding-left:55px;}

/**PAINTING PAGE**/
.paintstrip2 {
	background:transparent url(images/paintdownstrip1.jpg) no-repeat center;
	width:770px;	
	height:26px;
	clear:both;
}
.paintstripbottom {
	background:transparent url(images/paintdownstrip2.jpg) no-repeat center;
	width:770px;	
	height:26px;
	clear:both;
}
.contentwidth{
	width:469px;
	float:right;
	font:normal 15px Trebuchet MS, Arial;
	color:#2c2c2c;
	padding-right:40px;
}
.thumbbg{
	background:transparent url(images/thumb_bg.jpg) no-repeat;
	width:72px;	
	height:72px;
	padding-left:8px;
}


/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:481px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.aboutuspage{
	padding-left:55px;
}
.abouttitle, h3{
	color:#7f7f7f;
	font:bold 18px "Trebuchet MS", verdana, Arial;
}
#content {clear:both;}


#submit  {
	background-color:#E5E5E5;
	border:2px solid #000000;
	color:#000000;
	font:bold 14px arial;
	height:30px;
	cursor : pointer;
	margin-top : 10px;
}
.textbox {
	border : 1px solid #251821;
	padding-left : 5px;
}

textarea.textbox { width : 400px; }
input.textbox { width : 220px; }
input,textarea { font-family : "Trebuchet MS",verdana,Arial; font-size: 12px;}
/*1806*/
a.abouttitle1  {
	color:#0090DA;
	font-size:18px;
	font-weight:normal;
	margin:50px 0 0;
	padding:0;
	text-decoration:none;
}
a:hover.abouttitle1 {
	color:#0090DA;
	font-size:18px;
	font-weight:normal;
	margin:50px 0 0;
	padding:0;
	text-decoration:none;
}
.abouttitle, h3{
	color:#0090DA;
	font:normal 18px "Trebuchet MS", verdana, Arial;
}
.archivesidebar ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.archivesidebar li {		
	margin:2px 0 -12px 5px;
	padding:0;
	color:#333333;
	font-size:11px;
}
.archivesidebar a {
	color:#0B76AE;
	font-size:11px;
	text-decoration:none;
}
.archivesidebar a:hover {
	text-decoration:underline;
}
.archivehead {
	background:url(images/dot.gif) repeat-x scroll center bottom transparent;
	color:#174B65;
	font-size:11px;
	font-weight:normal;
	letter-spacing:0.2em;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
.entry p{
	color:#333333;
	font-family:Trebuchet MS,Bitstream Vera Serif,Utopia,Times New Roman,times,serif;
	font-size:13px;
	line-height:1.6em;
	margin:15px 0;
}
.arcdate{
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:11px;
	color:#333333;
	line-height:0;
	margin:5px 0 15px;
}