/* Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

/* CLEAR CSS */

.clear {clear:both; height:0; overflow:hidden;  margin:-1px 0 0 0; }

/* GENERAL CSS */

a:active, a:visited, a:link {
	text-decoration: underline;
	color: #4508a4;
}
a:hover {
	text-decoration: underline;
	color: #d33c9e;
}
/* START CSS */

html {
	background: #e6d752 url("images/back.png");
	font-family: Helvetica, Arial, Verdana;
	font-size: 0.9em;
	line-height: 120%;
	}
#container {
	width: 960px;
	margin: 0 auto;

	background: url(images/header.jpg) no-repeat center top;
}

#menu {
	padding: 0px;
	margin: 0px;
	height: 16px;
	padding-top: 524px;
	*margin-bottom:-65px;
}
#menu ul{
	height: 78px;
	min-height: 78px;
	line-height: 78px;
}

#menu li {
	display: inline;
	float: left;
	cursor: pointer;
}
.menus {
display: inline;
float: left;
}
.menuwidth {
width: 300px;
}

#submenu {
	margin: 0;
	padding: 0;
	height: 262px;
	min-height: 262px;
	text-indent: -10000px;
	background: url(images/submenu.jpg) bottom center no-repeat;
}

#link {
	position: absolute;
	text-indent: -9999px;
	font: 30px;
}

#about {
	z-index: 2;
	text-indent: -10000px;
	line-height: 414px;
	height: 414px;
	min-height: 414px;
	background: url(images/aboutmefull.jpg) center top no-repeat;
}

#abovecontact {
	text-indent: -10000px;
	line-height: 191px;
	height: 191px;
	min-height: 191px;
	background: url(images/getintouch.jpg) center top no-repeat;
}

#contacttext {
	background: url(images/contact_text.jpg) center top no-repeat;
	height: 133px;
	min-height: 133px;
	padding: 0px 30px 0px 20px;
	z-index: 2;
}
#contacttextdiv {
	line-height: 1.2em;
	padding-top: 20px;
	display: inline;
	z-index: 2;
}
#contacttext div {
display: inline;
}


#contactcol {
z-index: 2;
	
}

#contactcol_left {
	background: url(images/contact_form.jpg) left top no-repeat;
	width: 532px;
	height: 531px;
	min-height: 531px;
	float: left;
}
#contactcol_right {
	background: url(images/contact_details_back.jpg) right top no-repeat;
	width: 428px;
	float: right;
	display: inline;
	height: 538px;
	min-height: 538px;
}
	#contactcol_right p {
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 50px;
	margin-left: 50px;
	line-height: 1.9em;
	}
	
	#vcard {
	line-height:0.8em;
	}
	
#footer {
	background: #232323 url(images/footer.jpg) top center no-repeat;
	height: 230px;
	min-height: 230px;
}

#footer_wrap {
	width: 960px;
	margin: 0 auto;
	padding: 100px;
	color: #fff;
}
/*#footer_wrap  {
	padding: 10px 20px;
	background-color: #000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 5px;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 18px;
} */
/* Footer typo */
#footer_wrap {
	position: fixed;
	top:-180px;
	right: -80px;
	width: auto;
	z-index: 1;
}

#footer_wrap p {
	display: inline;
	float: left;
}

#visit {
	font-family: Palatino, Georgia;
	font-style: italic;
	text-underline-position: -10px;
	padding: 6px 5px;
	margin: 55px 0px 0px 0px;
	text-indent: -50px;
	position: relative;
	left: 240px;
	top: 32px;
	width: 60px;
	border-bottom: 40px dotted #FFF;
	z-index: 1;
	font-size: 30px;
}

#zoom_content {
	color: #FFF;
}

/* CODA BUBBLE START */

.bubbleInfo {
    position: relative;
    display: inline;
    z-index: 2;
}

.popup {
position: absolute;
display: none;
z-index: 50;
border-collapse: collapse;
background: #222 url(images/overlay.png) repeat-x top;
color: #CCC;
padding: 10px 20px;
line-height: 20px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow: 0 3px 3px #000;
-webkit-box-shadow: 0 3px 3px #000;
text-shadow: 0 1px 0px rgba(0,0,0,1);
border: 1px solid #333;
}
* html .popup {
background-image: none;
background-color: #222;
} 
.popup a:link, .popup a:visited {
	text-decoration: none;
	color: #d33c9e;
}
.popup a:hover {
	text-decoration: underline;
	color: #d33c9e;
}
#vcard div {
	width: 300px;
	}


/* END CODA BUBBLE */


/* FOLIO CSS START */



/*
 * Color, Border, and Button Rules
 */
.contentslider {
z-index: 0;
}
.cs_wrapper, .cs_article {
}
.cs_leftBtn, .cs_rightBtn {
  width:150px; /* Should be as wide as the button graphic being used */

}

/*
 * Article styles (font, color, etc.)
 *
 * If textResize is set to TRUE, sizing shouldn't need to be touched. However,
 * depending on the sizes you have defined, additional tweaking may be
 * required in order to get the text to display properly.
 */
.cs_article h2 {
  font-size:200%;
  line-height:1.125em;
}
  .cs_article h2 a {
    color:#333;
    text-decoration:none;
  }
.cs_article p {
  font-size:85%;
  line-height:1.5em;
  color:#777;
}
.cs_article .readmore {
  font-size:80%;
}

/*
 ******************************************************************************
 * These styles may be affected by the plugin, so avoid changing them if 
 * it's not absolutely necessary.
 ******************************************************************************
 */
 
 #folio {
	height: 697px;
	min-height: 697px;
	padding-left: 239px;
	padding-top: 35px;
	background: url(images/folio_back.jpg) center top no-repeat;
}

.contentslider {
  position:relative;
  display:block;
  width:800px;
  height:640px;
  margin:0 auto;
  overflow:hidden;
  padding-left: 35px;
}
.cs_wrapper {
  position:relative;
  display:block;
  width:640px;
  height:100%;
  margin:0;
  padding:0;
  overflow:hidden;
}
.cs_slider {
  position:absolute;
  width:10000px;
  height:100%;
  margin:0;
  padding:0;
}
.cs_article {
  float:left;
  position:relative;
  top:0;
  left:0;
  display:block;
  width:900px;
  height:620px;
  margin:0 auto;
  padding:0;
}
.cs_article h2 {
  display:block;
  width:26%;
  margin:10px 26px 5px 67%;
  text-align:left;
}
.cs_article img {
  position:absolute;
  top:0;
  left:0;
  width:640px;
  border:0;
  -ms-interpolation-mode:bicubic;
}
.cs_article p {
  display:block;
  width:26%;
  margin:0 26px 5px 67%;
  padding:0;
  border:0;
}
.cs_article .readmore {
  display:block;
  width:26%;
  margin:0 6% 1% 68%;
  text-align:right;
}
.cs_leftBtn, .cs_rightBtn {
  position:absolute;
  top:0;
  height:620px;
  padding:10px 0;
  z-index:1;
}
.cs_leftBtn {
  left:0;
  outline:0;
  top: 200px;
}
.cs_rightBtn {
  right:50px;
  top:-250px;
  outline:0;
}
.cs_leftBtn img, .cs_rightBtn img {
  border:0;
  position:relative;
  margin:0;

}




/* VERTICAL TABS */
#wrapper {
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}

#mask {
	width:100%;
	height:500%;
	overflow:hidden;
}

.item {
	width:100%;
	height:20%;
	display:block;
}
.selected {
	background:#fff;
	font-weight:700;
}
* html .panel {
	padding: 10px 20px;
	background-color: #000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 5px;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	}
.panel {
	padding: 10px 20px;
	background-color: #000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 5px;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 18px;
	z-index: 0;
	}
.paneltop a {
	color: #FFF;
	text-decoration: none;
}
.paneltop {
	position: relative;
	top:-620px;;
	left:260px;
	color: #FFF;
	text-decoration: none;
}
* html panel a {
	color: #FFFFFF;
	text-decoration: none;
}
.panel_off {
	padding: 10px 20px;
	background-color: #000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 5px;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 18px;
	color: #666;
}
/* CONTACT FORM */

#contactform {
padding: 10px 0px 0px 315px;
}

#contactform input {
	background: none;
	margin-bottom: 12px;
	_margin-bottom: 10px;
	padding: 10px 5px;
	color: #FFFFFF;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	width: 192px;
	border: 0px;
}

textarea {
	background: transparent;
	border: 0px;
	margin-left: -110px;
	width: 310px;
	color: #FFFFFF;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	height: 222px;
	_overflow: visible;
}

#contact form input:image {
width:100px;
}

html * input {
margin-bottom: 10px;
}

#submit input{
	padding: 20px 0px;
	margin-top: -20px;
	background-color: #000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 5px;
	letter-spacing: -4px;
	text-transform: uppercase;
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 22px;
	z-index: 1001;
	margin-left: -70px;
}


/* EXTRA FEATURES */
/* LIGHT BOX */

#medium_box {
	z-index: 1000001;
}
	
/* END LIGHT BOX */