/* ----------------------------------------------

	Theme Name : OfficeSpace
	Version : 1.0   
	Author : Chris Seymour
	Author URI : http://www.c5mix.com/	

 ------------------------------------------------ */

 

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

body {
	margin:0;
	padding:0;
	/* customize_background */ background-color:#B9D0D5; /* customize_background */
}
a img { border: 0 }




/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 

#page {
	background:url(../../../../../packages/theme_gmi/themes/gmi/images/site-bg.png) repeat-y center;
	width:1000px;
	margin:0 auto;
}


/* Header */

#header {
	width:1000px;
	margin:0 auto;
	background:url(../../../../../packages/theme_gmi/themes/gmi/images/header-bg.png) no-repeat center top;
	position:relative;
}
#header #logo {
	padding:38px 30px 5px;
}
#header p {
	margin:0;
}
#header-area {
	position:absolute;
	right:30px;
	top:45px;
	width:400px;
	text-align:right;	
}
#header-area ul {
	margin:0;
	padding:0;
	list-style:none;
}
#header-area ul li {
	display:inline;
	padding-left:10px;
}
#header-area ul li a {
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}
#header-area ul li a:hover {
	text-decoration:underline;
}
#header-area form {
	background:none!important;
	border:none!important;
	padding:10px 0!important;
	margin:0!important;
}




/*  Main Navigation  */

#nav {
	width:980px;
	height:43px;
	margin:0 auto;
	overflow:hidden;
}
#nav ul {	
	margin:0 20px;
	padding:0;
}
#nav ul li {
	margin:0;
	list-style:none;
	float:left;
	padding:1px 1px 0;
}
#nav ul li a {
	color:#fff;
	display:block;
	padding:10px 15px 9px;
	font-size:1.2em;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
}

#nav ul li:hover, #nav ul li.nav-selected {
	border-bottom:none!important;
	padding:0;
}

/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin:0 0 0 -1px;
	border-top:none!important;
    	z-index: 9999;
}

#nav li li {
    font-size: 1em;
    line-height: 1.2em;
	float:none;
	padding:0;
}
#nav li li:hover {
	background: transparent !important;
	border:none!important;
	padding:0;
}
#nav ul li ul li.nav-selected {border:none!important;}
#nav li li a, #nav li li a:visited {
	padding: 10px 15px;
	display: block;
}	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}


/* Secondary Nav */
#secondary-nav {
	background:url(../../../../../packages/theme_gmi/themes/gmi/images/secondary-nav-bg.jpg) no-repeat bottom;
	position:absolute;
	right:10px;
	bottom:0;
	height:43px;
	width:262px;
}
#secondary-nav ul {
	margin:0 0 0 15px;
	padding:0;
	list-style:none;
}
#secondary-nav ul li {
	float:left;
/*  padding:0 1px 0; */
	width:100px;
}	
#secondary-nav li li:hover {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    padding: 0;	
}
/*
#secondary-nav ul li:hover {
	border:1px solid #707070;
	border-bottom:none!important;
	padding:0;
	width:100px;
}
*/
#secondary-nav ul li a {
	color:#353535;
	display:block;
	padding:10px 15px 9px;
	font-size:1.2em;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}
#secondary-nav li li a:hover, #secondary-nav li li a:active{
	background:none repeat scroll 0 0 #EAEAEA;
}
	


/* Feature */

#feature {
	width:980px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
	height: 264px; /* Added to balance the four products; remove when fifth is added */

}
#feature img {
	display:block;
}
#feature .container_12 .grid_8 {
/*	background:#fff; */
	height:245px;
/*	box-shadow: 0 0 1em #01325a;
	-moz-box-shadow: 0 0 1em #01325a; 
	-webkit-box-shadow: 0 0 1em #01325a; 
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#01325a, offX=0, offY=0, positive=true); */
}
#feature .container_12 .grid_8 .inner {
	padding:0px;	/* Changed from 5px */
}
#feature .container_12 .grid_4 .inner {
	padding:0px;   /* Changed from 10px */
}
#feature .container_12 .grid_4 {
	background:#FFFFFF;
	height:245px;
/*	box-shadow: 0 0 1em #FFFFFF;
	-moz-box-shadow: 0 0 1em #FFFFFF;
	-webkit-box-shadow: 0 0 1em #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#FFFFFF, offX=0, offY=0, positive=true); 
*/	
}
#feature .container_12 .grid_4 h3 {
	color:#01397d;
	margin-bottom:0.5em;
}
#feature .container_12 .grid_4 p {
	margin-bottom:0.5em;
}


/* Content Bar */
#content-bar {
	background: url(../../../../../packages/theme_gmi/themes/gmi/images/content-bar-bg.jpg) no-repeat center;
	padding:10px 0 0;
	height:70px;
}
#content-bar .grid_3 h3 {
	line-height:1.2;
	margin-top:0.3em;
}
#content-bar h1, #content-bar h2, #content-bar h3, #content-bar h4, #content-bar h5, #content-bar h6, #content-bar p {
	margin-bottom:0.5em;
}



/* Title */

#title {
	background:url(../../../../../packages/theme_gmi/themes/gmi/images/title-bg.jpg) no-repeat center;
	width:980px;
	margin:0 auto;
	height:142px;
}
#title-image {
	float:left;
	height:130px;
	overflow:hidden;
	padding:6px 0 0;
	width:260px;
}
#title h1 {
	color:#FFFFFF;
	margin:0 50px 0 250px;
	position: relative;
	left: 20px;
	top: 50px;
}
#title h1 span {
	border-left:1px dotted;
	bottom:3px;
	font-size:0.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:2px;
	padding:10px;
	position:relative;
}



/* Sections */

#sections {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding:20px 0;
}
#sections h3, #sidebar h3 {
	font-weight:bold;
}
#sections h3 {
	font-size:1.2em;
	color:#fff;
	margin:0 0 0.5em;
	padding:20px 8px 12px;
}


/* Wrapper */
#wrapper {
	margin:0 auto;
	width:980px;
	overflow: hidden;
}
#wrapper .container_12 {
	margin-top: 20px;
	padding-bottom: 20px;
	overflow:hidden;
}
#home #wrapper, #full #wrapper, #one_over_three #wrapper, #one_over_two #wrapper {
	background: none;
}
#right_sidebar #wrapper, #news_article #wrapper {
	background: url(../../../../../packages/theme_gmi/themes/gmi/images/right-sidebar-bg.jpg) repeat-y right top;
}
#left_sidebar #wrapper {
	background: url(../../../../../packages/theme_gmi/themes/gmi/images/sidebar-bg.jpg) repeat-y left top;
}

#sidebar .inner {
}



/* Content */

#content {
}
#left_sidebar #content .inner, #left_sidebar #content #breadcrumbs {
	margin-left:20px;
}
#right_sidebar #content .inner, #right_sidebar #content #breadcrumbs, #news_article #content .inner, #news_article #content #breadcrumbs {
	margin-right:20px;
}


/* Breadcrumbs */
#breadcrumbs {
	border-bottom: 1px dotted;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
}
#breadcrumbs p {
	margin-bottom: 0!important;
	padding: 0;
	font-weight: bold;
}



/* Sidebar */
#sidebar {

}
#home #sidebar {

}


/* Sub Navigation */
ul.sub-nav {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
}
ul.sub-nav li {
	border-bottom: 1px dotted #B3102B;
}
ul.sub-nav li a {
	text-decoration:none;
	display: block;
	padding: 3px 2px;
}
ul.sub-nav li.nav-selected a {
/*	color: #B3102B; Was causing all the menu items underneath to turn red as well */
	font-weight: bold;
}
ul.sub-nav li li {
	border-bottom:none!important;
	color:#777;
	font-size:0.9em;
}
ul.sub-nav li ul {
	margin-top:0;
	margin-bottom:0.5em;
}
ul.sub-nav li li a {
	padding:0!important;
}
/* Added by Samuel */
ul.sub-nav li li.nav-selected a {
	color: #B3102B;
	font-weight: bold;
}
/*                 */


/* Footer */

#footer {
	clear:both;
	width:940px;
	margin:0 auto;
	padding:0 30px;
	height:80px;
	color:#fff;
}
#footer #footer-logo {
	margin:5px 15px 0; /*Changed from 15px*/
}
#footer p {
	padding:25px 0 0; /*Changed from margin: 25pxx 0 0;*/
	color: #000000;
}
#footer a {
	color:#000000;
}
#footer a:hover {

}
#footer ul {

}
#footer ul li {

}


/* News Article */
#news_article #content p.news-desc {
	font-size: 1.2em;
}


/* Form */

#page form {
	background-color: #F9F9F9;
	border: 1px solid #EFEFEF;
	padding: 15px;
	margin-bottom: 1.5em;
}
#page form table {
	margin-bottom: 0;
}
#page form table td {
	border: 0;
}
form input.formBlockSubmitButton, form input.searchBlockSubmitButton { 
	height: 27px;
	font-weight: bold;
	margin: 0;
	padding: 3px 3px 5px; 
	color: #FFF;
	border-width: 1px;
  	border-style: solid;
	cursor:pointer;
}
form input, form textarea, form select {
	padding:3px;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/* alignment classes & additional classes*/

.left  { float: left; }

.right { float: right; }



/* Clearing */

.clearboth { clear: both; }

.clear { display:inline-block; }

.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ".";
}
.ccm-spacer {
	font-size:0px!important;
	line-height:0px!important;
}

.addthis_toolbox { 
	left: 475px; 
	margin: 5px;
	position: relative;
}
.addthis_toolbox .at300bs { padding-right:2px; }
.addthis_toolbox a, .addthis_toolbox.addthis_default_style span { line-height:1 !important; }

/* customize_miscellaneous */
#reg_text {
	float:right;
}	
img.product  {
	border: 3px solid #F9A03C;
}
a:hover img.product {
	border: 3px solid #B3102B;
}
/* customize_miscellaneous */