/**
 * Project: Spatial Technologies - Calgary, AB
 * * Author: Joel Pittet) and Mike Giroux 
 * * Company: JoelPittet.com
 * Department: New Media
 * Last Modified: July 22, 2005
 *
 * Structure layout
 */

/* ------------------------------------
   COLORS
   1776BA => Blue
   7D7D7D => Grey
   231F20 => Dark Grey
--------------------------------------- */

body, 
html {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	font: 13px Arial, Helvetica, sans-serif; 
	color: #6D6E71;
	background: url(/img/layout/top_repeat.png) repeat-x top left;
}



/* ------------------------------------
   LAYOUT
--------------------------------------- */
#content { width: 1000px; padding-top: 21px; }
#header{
	background: url(/img/layout/logo_bg.png) no-repeat 0px 13px;
	height: 175px;
	position: relative;
}

#logo {
	position:absolute;
	z-index:1;
	top: 71px;
	left: 105px; 
}
#logo a:link,
#logo a:visited,
#logo a:hover {
	background-color: #fff;
	color: #fff;
	text-decoration: none;
}
/* ------------------------------------
   MAIN MENU
--------------------------------------- */


#menu {	
	height: 20px;
	width: 600px;
/*	white-space:nowrap;*/
}

#menu img { border: 0px;}

#menu ul {
	padding: 0px;
	border: 0px;
	margin: 0px;
	list-style: none;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	height: 20px;
}
	
#menu ul li a {
	margin: 0px;
	border: 0px; 
	padding: 0 12px 0 13px;
	display: block;
	float:left;
	height: 20px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font: 13px/1.4em Arial, Helvetica, sans-serif;
} 

#menu ul li.current a,
#menu ul li.current a:hover {
	background: #1776BA;
}
#menu ul li a:hover {
	background: #909090;
}
#menu ul li.current ul li a {
	background: #909090;
}

#menu ul li.current ul li.current a,
#menu ul li.current ul li.current a:hover {
	background: #1776BA;
} 
#menu ul li ul li a:hover,
#menu ul li.current ul li a:hover {
	background: #7EA8C8;
}

/* ------------------------------------
   SUB MENU
--------------------------------------- */


#menu ul li ul{ 
	margin: 0;
	padding: 0;
}


#menu ul li ul li{ 
	margin: 0;
	padding: 0;
	height: auto;
}

#menu ul li ul li a { 
	background: transparent;

	margin: 0;
	padding: 4px 4px 4px 13px;

	color: #fff;
	text-indent: 0px;
	font-size: 11px;
	line-height: 1.2em;
	text-align: left;
	
	height: auto;
	display: block;
	float: none;
	overflow: hidden;
}

#menu ul li ul li a:hover{
	color: #fff;
}

#menu ul li ul li.current a { 
	color: #fff;
	cursor:default;
}
#menu ul li ul li.current a:hover{ 
	color: #fff;
}
#nav {
	height: 45px;
	position: absolute;
	z-index: 2;
	top: 83px;
	left: 330px;
	width: 600px;
	
}

#product_select_container,
#sidebar_container {	
	width: 302px;
	background: #FFF;	
	border: 1px solid #D2E4F2;
	float: right;
	display: inline;
	margin: 0 21px 0 0;
}

#product_select_container.left,
#sidebar_container.left {
	float: left;
	width: 252px;
	margin: 0 0 0 21px;
}
#bodytext_container.left {
	margin: 0 0 0 295px;
	
}

	#product_select,
	#sidebar {
		background: #E7F1F8 url(../../img/layout/sidebar_head_bg.png) repeat-x;
		margin: 1px;
		padding: 5px 0px 10px;
	}
	#sidebar.image { padding: 0; }
	#product_select_container{ margin-bottom: 10px; }

	#sidebar .current_page_item a {
		color: #000022;
		/*font-weight: 700;*/
		text-decoration: none;
	}


/*	#product_select_container .cat-item,
	#sidebar_container ul {
		margin: 0 20px;
		padding: 20px;
	}*/
	
	#sidebar ul, 
	#sidebar ol{ 
		padding: 0.25em 40px 1em;
		margin: 0px;
	}

	#sidebar ul ul{
		padding: 0.25em 16px 1em;
	}

#bodytext_container{
	background: #FFF;
	border: 1px solid #E8E8E8;
	margin: 0px 345px 0 21px;
}
#bodytext_container.no-sidebar {
	margin-right: 21px;
}


#bodytext{	
	margin: 1px;
	padding: 3px 0px 8px;
	background: #F7F7F7 url(../../img/layout/bodytext_head_bg.png) repeat-x;
}


/* Footer styles
--------------------------------------- */
#footer {
	height: 16px;
	margin: 55px 20px 0;
	padding: 44px 0 5px 0 ;
	clear: both;
	color: #ccc;
	position: relative;
	width: 970px;
}

#footer span {
	position: absolute;
	right: 10px;
}

#footer p {
	font-size: 11px;
	color: #ccc;
	padding: 0;
	margin: 0;
}


.spacer {
	clear: both;
}

/* ------------------------------------
   Features
--------------------------------------- */

#features{
	margin: 10px 0px 20px 0px;
	background: #FFF;
}
#features td{
	overflow:hidden; 
	width: 5px;
	padding: 0px;
}
#features td.feature_box{ 
	background: #F0F0F0 url(../../img/layout/bodytext_head_bg.png) repeat-x;
	border: 1px solid #D7D7D7; 
	padding-top: 5px;
	width: 32%;
	overflow:auto;
	vertical-align: top;
}
/* Organize internal content*/

.box_photo{
	float:right;
	border: 1px solid #EFEFEF;
	background: #fff;
	padding: 10px;
	margin: 10px 40px;
	width: 200px;
	text-align:center;
	vertical-align:middle;
}
.alt_box{ background: #F3F3F3; }
.box,  
.alt_box{
	padding: 10px 0px;
	margin: 0px 0px 10px;
	
}

.logo_insert{
	float:right; 
	padding:10px 50px 30px 30px; 
}

/* ------------------------------------
   FORM styles
--------------------------------------- */
form{
	padding: 0;
	margin: 0;
}
#sidebar form,
#bodytext form {
	padding-left: 26px;
}
	
/* Form Controls
-------------------------------------------------------------------------*/
label {
	display: block; 
	font-weight: bold;
}

input, 
textarea, 
select {	
	border-width: 1px;
	padding: 1px;
	margin: 0;
	color: #333;
	font-size: 100%;
}

.field {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #FFF;
	padding: 2px 4px;
}	
	
/** 
 * Buttons 
 * NOTE: For moving around purposes you might want to set the
 * 		 side images of the button as Background properties of 
 * 		 div.button_container{} and div.button_container span{}
 */

input.button{
	border: 1px solid #FFF;
	margin: 0;
	color: #FFF;
	padding: 0px 10px 0px !important;	/* FOR COMPETENT BROWSERS */
	padding: 0px 10px 0px;			/* IE PC */
	background: #1776BA url(../../img/form/button_bg.png);
	height: 23px;
	cursor: pointer;/* FOR COMPETENT BROWSERS */
	cursor: hand;/* IE PC */
}
input.button2{
	border: 1px solid #999;
	margin: 0;
	color: #FFF;
	padding: 0px 10px 0px !important;	/* FOR COMPETENT BROWSERS */
	padding: 0px 10px 0px;			/* IE PC */
	background: #CCC;
	height: 23px;
	cursor: pointer;/* FOR COMPETENT BROWSERS */
	cursor: hand;/* IE PC */
}
input.button2:hover {color: #000;}

select {
	font-size: 100%;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
}

/* Form Helpers
-------------------------------------------------------------------------*/
.required {	
	padding-top: 10px;
	color: #c00;
}
.disclaimer{ font-size: 10px; }
.error{ color:#c00; }


#quick_product {
	width: 175px;
}

#content span.wpcf7-not-valid-tip {
	position: static;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: transparent;
	border: 0;
	font-size: inherit;
	color: #f00;
	width: auto;
	padding: 2px 20px;
}


/* News
-------------------------------------------------------------------------*/
.post-date { font-size: 13px; }
.post {
	margin-bottom: 30px;
	overflow: hidden;
}
.navigation {
	padding: 0 21px 21px 21px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}




