/*
main.css
$Revision: 1.2 $
(c) 2001-2010 TiMMR.Designs. All rights reserved. 
*/

/* ------------------------------------------------------------------------------------
       Resets 
-------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* ------------------------------------------------------------------------------------
       Page Elements
-------------------------------------------------------------------------------------- */

body {
	color: #4b4e4c;
	background: #eaeaea url('../images/page_bg.png') repeat-x;
	font: 12px/18px Arial, Helvetica, sans-serif;
	text-align: center;
}

body.sub {
	background: #eaeaea url('../images/subpage_bg.png') repeat-x;
}

h2 {
	font: bold 18px Tahoma, Geneva, sans-serif;	
}

p { 
	padding-top: 5px;
	padding-bottom: 5px;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 8px;
}

li {
	margin-left: 35px;	
}

/* ------------------------------------------------------------------------------------
       Links 
-------------------------------------------------------------------------------------- */

a:link, a:visited, a:active {
	color: #b74624;
	text-decoration: none;
}

#spotlight a:hover, #main a:hover, #rightpanel a:hover, #footer .copyright a:hover {
	color: #b74624;
	text-decoration: none;
	border-bottom: 1px dotted #b74624;
}

/* ------------------------------------------------------------------------------------
       Forms 
-------------------------------------------------------------------------------------- */

form.cform fieldset {
  margin-bottom: 10px;
}
form.cform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cform label {
  width: 120px; /* Width of labels */
}
form.cform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

/* ------------------------------------------------------------------------------------
       Wrappers
-------------------------------------------------------------------------------------- */

div#container {
	width: 1024px;
	margin: auto;
	text-align: left;
}

#container .border-left { background: url(../images/c_border_left.png) repeat-y left; }
#container .border-right { background: url(../images/c_border_right.png) repeat-y right; }
#container .border-bottom { background: url(../images/c_border_bottom.png) repeat-x bottom; }
#container .top-left-corner { background: url(../images/c_topleft.png) no-repeat top left; }
#container .top-right-corner { background: url(../images/c_topright.png) no-repeat top right; }
#container .sub-top-left-corner { background: url(../images/sub_topleft.png) no-repeat top left; }
#container .sub-top-right-corner { background: url(../images/sub_topright.png) no-repeat top right; }
#container .bottom-left-corner { background: url(../images/c_bottomleft.png) no-repeat bottom left; }
#container .bottom-right-corner { background: url(../images/c_bottomright.png) no-repeat bottom right; }

#container #inside { 
	background: #ededed url(../images/c_top_bg.png) repeat-x;
	margin-left:6px; 
	margin-right:8px;
}

#container #subinside { 
	background: #ededed url(../images/sub_top_bg.png) repeat-x;
	margin-left:6px; 
	margin-right:8px;
}

#container #footer { 
	background: url(../images/c_bottom_bg.png) repeat-x;
	margin-left: 6px; 
	margin-right: 8px;
	height: 63px;
}

.boxinset {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;	
}

/* ------------------------------------------------------------------------------------
       Header 
-------------------------------------------------------------------------------------- */

#header { height: 103px; }
#header .logo { padding: 22px 30px 0 20px; }

/* ------------------------------------------------------------------------------------
       Menu
-------------------------------------------------------------------------------------- */

#menu {
	float: right;
	margin-top: 78px;
	margin-right: 10px;
}

.tabs a {
    height: 25px;
    float: left;
	text-indent: -9999px;
}

.home_nav a {
    background: url(../images/m_home.png) no-repeat 0 -25px;
    width: 60px;
}

.about_nav a {
    background: url(../images/m_about.png) no-repeat 0 -25px;
    width: 67px;
}

.solutions_nav a {
    background: url(../images/m_solutions.png) no-repeat 0 -25px;
    width: 94px;
}

.projects_nav a {
    background: url(../images/m_projects.png) no-repeat 0 -25px;
    width: 84px;
}

.clients_nav a {
    background: url(../images/m_clients.png) no-repeat 0 -25px;
    width: 74px;
}

.links_nav a {
    background: url(../images/m_links.png) no-repeat 0 -25px;
    width: 58px;
}

.contact_nav a {
    background: url(../images/m_contact.png) no-repeat 0 -25px;
    width: 81px;
}

#menu a:hover, #menu a.current {
    background-position: 0 0;
}

/* ------------------------------------------------------------------------------------
       Spotlight 
-------------------------------------------------------------------------------------- */

#spotlight { 
	margin: 34px 20px 0 20px;
}

#spotlight .details {
	float: right;
	width: 340px;
}

/* ------------------------------------------------------------------------------------
       Main
-------------------------------------------------------------------------------------- */

#main { 
	margin: 20px 380px 20px 20px;
}

#main-sub { 
	margin: 20px;
}

.nimgr {
	padding-right: 15px;
	float: right;
}

.nimgl {
	padding-left: 15px;
	float: left;
}

/* ------------------------------------------------------------------------------------
       Right Panel
-------------------------------------------------------------------------------------- */

#rightpanel {
	margin: 20px 10px 10px 30px;
	float: right;
	width: 352px;
}

#rightpanel .boxinset {
	padding-right: 15px;	
}

#rightpanel p {
	font-size: 11px;
	line-height: 16px;
}

/* ------------------------------------------------------------------------------------
       Footer
-------------------------------------------------------------------------------------- */

.copyright {
	font: 11px Arial, Helvetica, sans-serif;
	color: #757575;
	padding: 23px 20px 20px 20px;
	float: left;
}

.modwest {
	float: right;
	margin-top: 15px;
	margin-right: 8px;
}

/* ------------------------------------------------------------------------------------
       About
-------------------------------------------------------------------------------------- */

.photo_adj { padding-right: 5px; }

/* ------------------------------------------------------------------------------------
       Solutions
-------------------------------------------------------------------------------------- */

p.faq { padding-bottom: 10px; }

/* ------------------------------------------------------------------------------------
       Solutions
-------------------------------------------------------------------------------------- */

.client_header { font: bold 14px Verdana, Geneva, sans-serif; }
.client_subheader { font-weight: bold; }

/* ------------------------------------------------------------------------------------
       Links
-------------------------------------------------------------------------------------- */

.box {
    background: #e1e1e1;
    border: 1px solid #696969;
    margin: 10px 0px 15px 0px;
    padding: 7px 10px 7px 10px
}

/* ------------------------------------------------------------------------------------
       Contact
-------------------------------------------------------------------------------------- */

.contact_right {
	float: right;
	text-align: center;
	width: 340px;
}

/* ------------------------------------------------------------------------------------
       Misc
-------------------------------------------------------------------------------------- */

.fright { float: right; }
.fleft { float: left; }
.clear { clear: both; }
.date { font: 10px Verdana, Geneva, sans-serif; }
.title { font: bold 12px Verdana, Geneva, sans-serif; }
.row1 { background-color: #eaeaea; }
.row2 { background-color: #f2f2f2; }
.underline { text-decoration: underline; }
.note { font: 10px Verdana, Geneva, sans-serif; }
