/* Main Styles */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span {
	margin: 0;
	padding: 0;
	} 

body { 
	background-color:#F6F5F0;
	background-image: url(../img/page-pattern.gif);
	font-family: myriad ms, arial, helvetica, sans-serif;
	font-size:14px;
	line-height:1.3em;
	}

a { 
	color:#CC0033;
	text-decoration:underline;
}	
	
img, table { 
	border:0;
 }

h1 { 
	font-size:24px;
	font-weight:normal;
}

h2 { 
	font-size:20px;
	font-weight:normal;
	padding-top:15px;
}

h3 { 
	color:#FFFFFF;
	font-size:20px;
	padding:10px;
	font-weight:normal;
}

/* Page Elements */

#container {
	width:950px;
	margin:0 auto;
	background-image: url(../img/page-pattern-internal.gif);
	border-left:solid #CCCCCC 1px;
	border-right:solid #CCCCCC 1px;
}

.what-we-do {
	font-size:19px;
	color:#666666;
}

.subtitle { 
	font-size:10px;
}

.hline { 
	background-color:#CCCCCC;
	height:1px;
}

#text-area {
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
	background-color:#FFFFFF;
	padding:15px;
	margin-top:10px;
	margin-bottom:5px;
}
#sub-text-line {
	background-color:#CCCCCC;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
}

#table-left {
	width:220px;
	text-align:left;
	vertical-align:top;	
}

#table-centre {
	width:1px;
	background-color:#CCCCCC;
}
#table-right {
	text-align:left;
	vertical-align:top;
	padding:15px;
}

/* Navigation */

#nav { 
	line-height:1em;
}

#nav dt b {
	display:block;
	font-weight:normal;
	cursor:pointer;
	font-size:14px;
	text-transform:uppercase;
}

#nav dt a {
	display:block;
	font-weight:normal;
	cursor:pointer;
	border-bottom: 1px solid #cccccc;
	font-size:14px;
	text-transform:uppercase;
}

#nav dd {
	padding:0;
	margin:0;
}

#nav dd ul {
	list-style:none;
}

#nav dd ul li {
	padding:8px;
	padding-left:10px;
	border-bottom: 1px solid #cccccc;
	font-size:12px;		
}

#nav dd ul li:hover {
background-color:#eeeeee;
}

#nav dd ul li a {
	font-size:12px;
 }
 
#nav dd ul li a:hover {
	font-size:12px;

 }


/* Box Info  */

.boxgrid{ 
	width: 325px; 
 	height: 260px; 
 	margin:5px; 
	float:left; 
	background:#161613; 
 	border: solid 2px #8399AF; 
 	overflow: hidden; 
	position: relative; 
}

 .boxgrid img{ 
 	position: absolute; 
 	top: 0; 
 	left: 0; 
 	border: 0; 
 }
 .boxgrid p{ 
 	padding: 0 10px; 
 	color:#afafaf; 
 	font-weight:bold; 
 	font:10pt "Lucida Grande", Arial, sans-serif; 
 }
 
.boxcaption{ 
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%; opacity: .8;
	 /* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
 /* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
  	top: 260;
  	left: 0;
}
.caption .boxcaption {
  	top: 220;
  	left: 0;
}

.image-box {

}

.foto-description { 
	color:#FFFFFF;
	font-size:12px;
	padding-left:10px;
}
 
.foto-description a { 
	color:#FFFFFF;
} 
  /* Gallery at index */
  
#simplegallery1{ 
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
}

#simplegallery1 .gallerydesctext{ 
	text-align: left;
	padding: 2px 5px;
}

/* Image preview */

div#nyroModalFull {
	font-size: 12px;
	color: #777;
	font-family: Verdana;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../img/close.gif) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background: url(../img/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
}
a.nyroModalNext:hover {
	background: url(../img/next.gif) right 20% no-repeat;
}
