@import url(../fonts/bickley-script-let-plain/stylesheet.css);

/*  ----------------------------------------------------------------------
  GENERAL REDECLARATIONS
  ---------------------------------------------------------------------- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #fff url("../images/bg.gif") no-repeat center 0;
	background-attachment: fixed;
}

body, tr,
td, input,
select, textarea 	{font:normal 14px/20px "trebuchet ms", arial, verdana, sans-serif;color:#333;}

a {outline: none;}
a:link,
a:visited { color: #000000;text-decoration: underline;}
a:hover,
a:active { color: #FF4F00;text-decoration: underline;}

#footer a:link,
#footer a:visited { color: #a1a1a1;text-decoration: none;}
#footer a:hover {  color: #ffffff; text-decoration: underline;}

ul, ol	 	{margin:0 0 10px 25px;}
dl 			{margin:0 0 10px;}
dt 			{font-weight:bold;}
dd			{margin:0 0 3px 10px;}
p 			{margin:0 0 15px;}
h1 			{font-size:34px; margin:0 0 24px;font-family: "BickleyScriptLETPlain", times, serif;}
h2 			{font-size:28px; margin:10px 0;font-family: "BickleyScriptLETPlain", times, serif;}
h3 			{font-size:small; margin:6px 0 5px;}
h4 			{font-size:x-small; margin:6px 0 5px;}
h5			{font-size:xx-small; margin:3px 0;}
h6 			{font-size:xx-small; margin:0;}
hr 			{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
			/*color and background color should be the same as the background color of the div it is contained within*/
img 		{border:none;}
acronym		{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

.clr		{clear: both;}
.clear-right{clear: right;}
.clear-left {clear: left;}
.right		{float: right;}
.left		{float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}
.intro {font-size: 15px; font-weight: normal;line-height: 1.4em;}
.hidden {display:none;}
.margin-left {margin-left: 9px;}
.margin-top {margin-top: 10px;}
.no-margin {margin:0;}
.inline {display:inline;float:none;}

#preload {position: absolute;top: -1000px; left: -1000px;}

img.left	{margin-right:10px;}
img.right	{margin-left:10px;}
.red 		{color: #ff1000;}
#map 		{width: 450px;height: 300px;}

h1.page-title {}

a.download-link {display: block; padding: 2px 2px 2px 20px;cursor: pointer;background: url("../images/icons/pdf.gif") no-repeat 0 2px;}
.pdf-icon {background: url("../images/icons/pdf.gif") no-repeat 0 2px !important;}
.email-icon {background: url("../images/icons/email.gif") no-repeat 0 2px !important;}
.video-icon {background: url("../images/icons/video.gif") no-repeat 0 2px !important;}
.link-icon {background: url("../images/icons/link.png") no-repeat 0 2px !important;}

/*  ----------------------------------------------------------------------
  STANDARD LAYOUT
  ---------------------------------------------------------------------- */



#header-wrapper {
	width: 100%;
	background: transparent url("../images/header-bg.png") no-repeat center 23px;
}

#header {
	position: relative;
	width: 960px;
	height: 167px;
	padding-top: 23px;
	margin: 0 auto;
	text-align: center;
}

#header a.logo {

}
#header img.tagline {

}

#content-wrapper {
	width: 100%;
	height: auto;
	background: transparent url("../images/content-bg.png") repeat-y center 0;
}

#content {
	position: relative;
	width: 900px;
	height: auto;
	margin: 0 auto;
	text-align: left;

}
body#page-home #content {
	width: 910px;
}

#content-main {
	float: left;
	width: 550px;
	height: 100%;
	padding: 20px 0px 1px 0;
}

#content-side {
	float:right;
	width: 350px;
	padding: 20px 0px 1px 0;
	margin: 0;
	height:100%;
}

body.two-col #content-main {
	float:left;
	width: 500px;
}

body.single-col #content-main {
	width: 900px;
}

#home-buttons {
	position: absolute;
	top: 306px;
	left: 18px;
	z-index: 9999999;
}

#home-buttons a {
	float: left;
	width: 144px;
	height: 158px;
}

#home-buttons a:hover div {
	position: relative;
	z-index: 9999999999;
	margin-top: -158px;
	width: 144px;
	height: 158px;
	background: url("../images/home-yellow-square.png") no-repeat 10px 14px;
}
#home-buttons a#home-latest-releases:hover div {
	margin-left: 4px;
}



/*----------------------------------
	FOOTER
-----------------------------------*/

#footer-wrapper {
	width: 100%;
	background: transparent url("../images/footer-bg.png") no-repeat center 0;
}

#footer {
	clear:both;
	width: 960px;
	margin: 0 auto;
	height: 57px;
	text-align: left;
}


#footer a.threeam {
	float: right;
	width: 178px;
	height: 24px;
	text-indent: -9000px;
	background: url("../images/threeam-footer.png") no-repeat 0 0;
}

#footer a.threeam:hover {background-position: 0 -24px;}

/*----------------------------------
	FORM STYLING 
-----------------------------------*/

form {
	margin-top:10px;
	padding-bottom: 40px;
}

form hr {
  clear: both;
  border: 0px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

form h3 {
 	margin-bottom:6px;
	padding: 2px; 
}

form .hidden {
  text-indent: -9000px;
}

form input[type="hidden"] {
  display: none;
}

form br {clear:left;}

/*fieldset {
	margin-top: 12px;
	margin-bottom:20px;
	border: 1px solid #51B52D;
	padding: 10px;
	width: 400px;
}*/

label, input, textarea, .radiolabel {
	display:block;
	float:left;
  	width:282px;
	margin-bottom:0px;
	padding: 2px;
}

input[type="checkbox"] {
  width: auto;
  border: none;
}

input.checkbox {
  width: auto;
  border: none;
}

form span {
 /* color: #FF0000;*/
  color: #58595B;
  font-size: 10px;
}

legend {
  color: #518CF2;
  font-weight: bold;
}

label {
	width:180px;
	text-align:left;
	padding-right:10px;
	padding-top:2px;
	padding-left: 0px;
	font-weight: bold;
}

input{
	/*border: 1px solid #0F0F0F;*/
	margin-bottom: 2px;
}

input.short {width: 40px;}

input.noborder {border: none;} 

textarea{
  width: 400px;
  height: 120px;
  margin-bottom: 6px;
}

select {margin-bottom: 6px;}
option {padding-right: 10px;}

.fieldWithErrors input{
	background-color: #FCC;
}

input.button {
	width: auto;
	text-align: center;

	margin: 5px 8px 10px 0px;
}
input.button:hover		{cursor: pointer;}

.failed-validation {background: #FF8888;}

/*----------------------------------
	TABLE STYLING
-----------------------------------*/

table.data {
	margin-bottom: 10px;
}

table.data td {
	vertical-align: top;
	padding: 1px;
	border-bottom: 1px solid #B1460E;
}

td.bold {
	font-weight: bold;
	color: #F57E3D;
}

/* ----------------------------------------------- 
		NOTICES
----------------------------------------------- */

#error,
.error {
	background: #FF4E4E;
	border: 3px solid #FF7C7C;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

#success,
.success {
	background: #BBEECC;
	border: 3px solid #7AC593;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

.messages ul {
	margin-bottom:0;
	margin-top:0;
}
/* green */
.messages.success {
	background: #BBEECC;
	border: 3px solid #E3FFED;
	padding: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}
/* red */
.messages.error{
	background: #FF4E4E;
	border: 3px solid #FF7C7C;
	padding: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}
/* orange */
.messages.warning {
	background: #ff9900;
	border: 3px solid #FF7722;
	padding: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

/* 	----------------------------------------------- 
	----------------------------------------------- 
	----------------------------------------------- 
	----------------------------------------------- 
		MODULE STYLING
	----------------------------------------------- 
	----------------------------------------------- 
	----------------------------------------------- 		
----------------------------------------------- */

/* ----------------------------------------------- 
		FAQS EXPAND-COLLAPSE STYLING - use this when we have a module built. As seen in Shark Shield and OLoughlins
		Use snippet of application.js or add it to three.js?
----------------------------------------------- */

.expand-collapse h3:hover {cursor: pointer;}

.expand-collapse h3 span {
	padding:0 15px;
	display:inline;
	background-position:5px -3px;
	background-repeat:no-repeat;
	background-image:url("../images/expand.html");
}

.expand-collapse h3.expanded span {
	background-image:url("../images/retract.html");
}

/* ----------------------------------------------- 
		LINKS MODULE
----------------------------------------------- */

img.link-group-photo {float: left;margin: 0 10px 10px 0;padding: 2px;border: 1px solid #ccc;}
.link-group,
.links-wrapper {clear: left;margin-bottom: 20px;width: 100%;height: auto; float: left}
.link-group {border-bottom: 1px dashed #ccc;}
.links-wrapper ul {list-style: none;margin-left: 0px;}
.links-wrapper ul li {clear: left;height: auto;float: left;width: 100%;}
.links-wrapper ul li img {float: left;margin: 0 10px 10px 0;padding: 2px;border: 1px solid #ccc;}
p.link-description,
p.link-url {margin-top: 0px;margin-bottom: 0px;}

/*----------------------------------
	BANNER MODULE
-----------------------------------*/

#header-banner {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 468px;
	height:60px;
	border: 1px solid #ccc;
	overflow:hidden;
}

/*----------------------------------
	BLOGS
-----------------------------------*/

.blog-item {border-bottom: 1px solid #ccc;margin-bottom: 20px;}
.blog-item h2 {margin-bottom: 0px;}
.blog-item .item-image {margin: 0 10px 10px 0;}
h3.posted {color: #444;font-size: 11px;margin-top: 0px;}

/*----------------------------------
	BREADCRUMBS
-----------------------------------*/

ul.breadcrumbs {
	margin:0;
	list-style-type:none;
	list-style-image:none;
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

ul.breadcrumbs li {
	display:inline;
	margin-right:5px;
	font-size: 11px;
}

/*----------------------------------
	FORMS MODULE 
-----------------------------------*/

.form-item label {width: 100px;}

.form-item {
	padding:0.5em 0;
	margin-bottom:0.5em;
}

.form-item textarea {
	width: 360px;
}

.form-item.required {

}

.form-item.error {
	
}

.form-item .description {
	font-style:normal;
	margin-left:190px;
	clear:left;
}

.form-item input.error, .form-item textarea.error {
	border-color:#E74A4A;
	border-style:solid;
	border-width:1px;
}

.radiolabel {font-weight: normal;}

.radio-group-wrapper {margin-left: 190px;}

.radio-group-wrapper input {
	margin: 4px 5px 0 0;
	width: auto;
}

.form-buttons input {width: auto;margin-left: 110px;}

/*----------------------------------
	GALLERY MODULE
-----------------------------------*/

#slideshow {
	position: relative;
	width: 892px;
	height: 400px;
	padding: 9px;
	overflow: hidden;
	z-index: 10;
	margin-bottom: 0px;
	background: url("../images/slideshow-bg.jpg") no-repeat 0 0;
}
#slideshow img {
	margin-top: 9px;
	margin-left: 9px;
}

/*----------------------------------
	SEARCH RESULTS
-----------------------------------*/



