/*############################################################################
If there's something here you want to use, feel free - hope it helps you! 
A thanks and a link back to our site somewhere is always appreciated :) 

Or if you're looking for some design and web help, why not come taste the 
Octopi experience for yourself!

The Octopi team
www.octopidesign.com
############################################################################*/


/*############################################################################
Set up any default styles needed throughout entire website
############################################################################ */

/*  strip any default margins and paddings from many elements */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, img { margin:0; padding:0; }

/* remove any image borders */
img {border: 0px;}

/* Give every paragraph a 5px top margin */
p {margin-top: 5px;}

/* Remove all link underlines */
:link,:visited { text-decoration:none; }

/* Remove blue linked image borders */
a img,:link img,:visited img { border:none; border-width: 0px; }

/* avoid browser inconsistent heading font-sizes */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* Remove the focus outline from all links.
Note that this is not good for accessibility, so use hyperlink specific ones in the links section below */
a:focus {outline: none;}

/*############################################################################
Standard HTML & Body 
############################################################################ */
body {
	background-color: #fff;
	width: 100%;
	height: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #616264;
}

/*############################################################################
Main Layout 
############################################################################ */
/* forces the central area to always be centered both vertically and horizontally, even on browser resize */
div#outer_container {
	position:absolute;
	/*top: 50%;*/
	left: 50%;
	/*margin-top: -295px; /*set to a negative number 1/2 of the height (although usually needs tweaking slightly to make fit on 1024 x 768 resolution)*/
	margin-left: -400px; /*set to a negative number 1/2 of the width*/
	width: 800px;
	/*height: 590px;*/
	background-color: #fff;
}
div#inner_container {
	margin-top: 13px;
	border: 0px solid #6d6d6d;
}
div#header {
	height: 58px;
	background-color: #fff;
}
div#logo {
	cursor: pointer;
	margin-left: 0px;
	float: left;
	height: 60px;		
}
div#brands {
	float: right;
	color: #44a6d7;
}
div#dynamic_image {
	height: 136px; 
	width: 183px;
	margin-bottom: 5px;
}
div#dynamic_image_header {
	height: 176px; 
	width: 800px;				
}
div#menu_system_container {
	height: 34px;
	background-color: #e6efff;
	border-top: 1px solid #bdbdbd;
	margin-bottom: 1px; 	
}
div#content_area {
	background-color: #fff;
	background-image: url("../images/content_background.gif");
	background-repeat: repeat-x;
	height: 400px;
}
div#column1, div#column2, div#column2_wide, div#column3 {
	margin: 13px 0px 13px 13px;
	float: left;
	width: 185px;
	height: 367px;
}				
div#column1 {
	height: 261px;
}
div#column1_top_content {
	border: 1px solid #616163;
	height: 261px;
	background-color: #fff;
}
div#column2 {
	width: 376px;
}
div#column2_wide {
	width: 574px;
}
div#column3 {
	border: 1px solid #616163;
	background-color: #fff;
	width: 183px;
}
div#iso-logo {
	margin-top: 17px;
}
div#footer_title {
	/*margin: 10px 0 12px 36px;*/
	text-align: center;
	border-top: 1px solid #6bc9ef;
	padding-top: 5px;
	width: 772px;
	margin-left: 13px;
	margin-bottom: 5px;
}
div#footer1, div#footer2 {
	color: #929292;
	font-style: italic;
	text-align: center;
}
div.footer_content {
	margin-right: 20px;
}
div.border_bottom {
	border-bottom: 1px solid #dadada;				
}
div.thumbnail_image_left {
	float: left;
	width: 100px;			
}
div.text_block {
	float: left;
	width: 465px;
	margin-left: 5px;				
}					

/*############################################################################
Dynamic image display system 
############################################################################ */
#image_rotate_header, #image_rotate, #latest_project_images_rotate {
	list-style: none; 
	margin: 0; 
	visibility: hidden;			
}
/* This is the image that only shows when Javascript is disabled */
#imagedisplay {
	position: absolute; 
	left: 0px; 
	top: 68px;
}
/* This is the header image that only shows when Javascript is disabled */
#imagedisplay_header {
	position: absolute; 
	left: 0px; 
	top: 68px;
}
/*############################################################################
Brands hyperlinks 
############################################################################ */
#brands a:link, #brands a:visited {
	font-size: 10px;
	color: #44a6d7;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 5px;
}
#brands a:hover {
	color: #e64c2a;
	text-decoration: underline;
}


/*############################################################################
Image hyperlinks 
############################################################################ */
a.image_link:link, a.image_link:visited {
	text-decoration: none;	
}
/* provide a link around the document image when hovered */
a.image_link { 
	display: block; 
	width: 310px; 
	height: 309px; 
	border: 1px solid #fff;  
}
a.image_link:hover { 
	border: 1px solid #38afe5; 
}

/*############################################################################
Standard hyperlinks 
############################################################################ */
a:link, a:visited {
	font-size: 12px;
	color: #3997cd;
	text-decoration: none;	
}
a:hover {
	color: #e64c2a;
	text-decoration: underline;
}
/*############################################################################
Text Styles & Headings 
############################################################################ */
h1 {
	font-size: 14px;
	color: #258dca;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
}							
h2 {
	font-size: 12px;
	color: #057bc1;
	font-weight: bold;	
}		
p {
	color: #858585;
	line-height: 13px;
	font-size: 12px;
	margin-bottom: 5px;
}
#column1_top_content h2, #column1_top_content p, #column3 h2, #column3 p  {
	padding: 2px 5px;				
}
ul {
	margin: 4px 0px 4px 25px;
	color: #858585;
	line-height: 14px;
	font-size: 12px;	
}
li {
	padding-top: 0px;				
}
.highlighted_header {
	font-size: 22px;
	line-height: 20px;
	color: #f92fa9;	
	padding: 10px 0 2px 0;			
}
.italic_highlight {
	font-style:italic;					
}				
.highlight {
	padding-right: 20px;
	color: #3997cd;				
}
.highlighted_bold {
	color: #3997cd;
	font-weight: bold;				
}
				
/*########################################################################################
Form styles - note some of these elements are overwritten in the javascript only CSS file
####################################################################################### */
#quick_contact_form {
	margin-left: 0px;	
}
div#form {
	margin: 4px 0 0 4px;
}
div#error, div#errormessage {
	margin: 4px 0 0 0px;
	color: #fe0a9d;
}
div.form_section {
	float: left;
	width: 200px;			
}
div#error_area {
	width: 205px; 
	height: 21px; 
	border: 0px solid red;
	color: #fe0a9d;
	padding-top: 4px;
	float: left;
}
div#submit_button {
	float: left;
	width: 100px; 
	padding-left: 0px;
}			
label {
	width:180px;
	display:block;
	font-weight: bold;
}
input, textarea, select{
	border:1px solid #ccc;
	margin:1px;
	padding:0px 3px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #656565;
	width: 176px;
}
#questions {
	height: 120px;
	width: 190px;				
}
#submit, #submitlogin {
	width: 110px;
}
#submit_right {
	float: right;
	margin-right: 6px;				
}
.clearForm{
	clear:both;
	height: 3px;
}
.quick_checks {
	float: left;
	width: 95px;	
}
#quote, #chat, #info, #visit {
	width: 10px;				
}				
/*############################################################################
Miscellaneous 
############################################################################ */			
img.pdf-icon {
	margin-right: 3px;				
}				
.clear {
	clear: both;
}
.clear0 {
	clear: both;
	height: 0;
}
.clear1 {
	clear: both;
	height: 1px;
}
.clear2 {
	clear: both;
	height: 2px;
}
.clear5 {
	clear: both;
	height: 5px;
}
.clear10 {
	clear: both;
	height: 10px;
}
.clear30 {
	clear: both;
	height: 30px;
}
.left {
	float: left;
}
.right {
	float: right;
}
div.center {
	text-align: center;				
}				
/*############################################################################
Clearfix from: http://www.positioniseverything.net/easyclearing.html 
############################################################################ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
