/* CSS for JJ Customz, created by Jeremy Hodgson */



h1.mainTitle {
	text-align: center;
}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #222;
	color: #fff;
	width: 100%;
	height: 100%;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	margin-top: 50px;
	background-color: #222;
}

#header {
	height: 150px;
	border-bottom: 3px solid #333;

}

#header h1 {
	position: relative;
	height: 150px;
	width: 300px;
	left: 350px;
	top: -150px;
	cursor: move;
	z-index: 10;
	display: block;
	background: url(img/logo.png);
	float: left;
	margin: 0px;
	padding: 0px;
}

#header h1 span {
	display: none;
}

#subTitle {
	text-align: right;
	margin-right: 50px;
	margin-top: 25px;
	background: url(img/subtitle.png) no-repeat top right;
	width: 300px;
	height: 100px;
	float: right;
}

#subTitle h2 {
	display: none;
}

#header h1 {

}

#main {
	min-height: 400px;
}

#content {
	padding: 50px;
}

#nav {
	margin-left: 4px;
}

#button {
}

#nav a {
	color: white;
	font-weight: bold;
	font-family: "Ænigma Scrawl (BRK)", "Comic Sans MS", Arial;
}

#nav a:hover {
	color: black;
	cursor: hand;
}

#toplink { 
	width: 800px;
	height: 30px;
	background-color: #222;
	position: relative;
	margin-bottom: 10px;
	overflow: none;
}

#toplink .toplinks {
	margin: 0px;
	padding: 0px;
	list-style:none;
	display: block;
	height: 30px;
}

#toplink li {
	float: left;
}
 
#toplink .toplink {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 30px;
	width: 155px;
	border-right: 4px solid #222;
}

#toplink a span  {
	display: block;
	height: 100%;
}

#toplink .toplink span {

	/*display: none; */
	text-align: center;
	display: none;
}

.clr {
	clear: both;
}

.home {
	background: url(img/home.png) no-repeat #222;
}

.services {
	background: url(img/services.png) no-repeat #222;
}

.images {
	background: url(img/images.png) no-repeat #222;
}

.about {
	background: url(img/about.png) no-repeat #222;
}

.contact {
	background: url(img/contact.png) no-repeat #222;
	border-right: 0;
}

#footer {
	text-align: center;
	margin-top: 50px;
	font-size: x-small;
	color: #ccc;
	width: 800px;
	position: relative;
	clear: both;
}

#footer a {
	color: #ccc;
}

#footer .footerSocial {
	position: absolute;
	right: 200px;
}



#social {
	text-align: center;
	float: right;

}

#facebook {
	background-color: white;
	height: 260px;
	width: 185px;
	display: block;
	color: red;
	margin: 0px;
	padding: 0px;
	position: relative;
	margin-bottom: 10px;
}

#facebook .border1 {
	background-color: rgb(59,89,152);
	height: 25px;
	width: 35px;
	position: absolute;
	top:0px;
	left: 0px;
}

#facebook .border2 {
	background-color: rgb(59,89,152);
	height: 25px;
	width: 35px;
	position: absolute;
	top:0px;
	right: 0px;
}


#listLeft {
	float: left;
	width: 300px;
	height: 350px;
}
#listRight {
	float: left;
	margin-right: 45px;	
	height: 350px;
}

#listLeft li {
	margin: 7px 0;
	border-bottom: 1px solid #333;
}
#listRight li {
	margin: 7px 0;
	border-bottom: 1px solid #333;
}

#listLeft ul {
	margin: 0px;
	padding: 0px;
}

#listRight ul {
	margin: 0px;
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;

}

label{
	width: 100px;
	float: left;
}





.tip {
	color: #222;
	width: 170px;
	z-index: 13000;
	background-color: #fff;
}
 
.tip-title {
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	color: #000;
	padding: 8px 8px 4px;
}
 
.tip-text {
	font-size: 12px;
	padding: 4px 8px 8px;
}
 
.customz-tip {
	color: #000;
	width: 150px;
	z-index: 13000;
}
 
.customz-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.customz-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

/* MooTools.Tips 
.tip-top {
	color: #fff;
	width: 139px;
	z-index: 13000;
}		 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
	color:#fff;
}
.tip-text A {
	color:#069;
}
.tip-loading {
	background: url(ajax_load.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}
*/




.validation-passed {  }
  /* This style is applied to input fields after successful validation */

.validation-advice {color: red;  } 
  /* This style is applied to the error messages */

.validation-failed {color: red;  }
  /* This style is applied to input fields after validation failed */