/*--------------------------------------------
   doc title: timesfive master stylesheet
   filename: timesfive_consultancy.css
   author: j brighton
   date: 09/10/2007

   ------------------

   1. defaults
   2. structure
   3. navigation
   4. headings, typography, links
   5. forms
   6. images
   7. iframes

--------------------------------------------*/

/*-------- 1. defaults --------*/

*
		{
		margin: 0;
		padding: 0;
		}

body
		{

		font-family: Tahoma, arial, sans-serif;
		font-size: 1em;
		color: #000;
		text-align: center;
		background: url('/system/application/inc/img/bg-page.jpg') #000 no-repeat;
		background-position: 50% 0;
		}

img
		{
		border: 0;
		}

a		
		{
		text-decoration: none;
		}
a:hover
		{
		text-decoration: underline;
		}


/*-------- 2. structure --------*/

#wrapper
		{
		margin: 50px auto 0 auto;
		text-align: left;
      width: 990px;
		background-color: #ccc;

      overflow: hidden;

      }

#content{
		width: 984px;
      min-height: 550px;
      background-color: #fff;
                  overflow: visible;
                  border-width: 3px 3px 0 3px;
                  border-color: #fff #fff #fff #fff;
                  border-style: solid solid solid solid;

      }

.home
      {
      background:url('/inc/img/back_timesfive_home.jpg') no-repeat;
      }

.site
      {
      background:url('/inc/img/back_timesfive.jpg') no-repeat;
      }

#page_text
      {
      margin: 10px 80px 20px 370px;
      }

#callstoaction
      {
      margin: 212px 0 0 100px;
      float: left;
      }

.calltoaction
      {
      width: 167px;
      margin: 0 21px 0 0;
      float: left;

      }

#footer
      {
      margin: 0 auto 50px auto;
      min-height:43px;
      width: 984px;
      border-left: 3px;
      border-top:3px;
      border-bottom:0;
      border-right:3px;
      border-color: #fff;
      border-style: solid solid solid solid;
      border-color: #fff #fff #fff #fff;
      background-color: #FF0000;
      }

/*-------- 3. navigation --------*/

		/*-- main nav --*/
#main_navigation
		{
		/*background: url('/inc/img/timesfive_nav.gif') no-repeat;*/
		list-style: none;
      margin: 12px 0 0 370px;
      height: 150px;
      display: block;

		}

#main_navigation li
		{
		color: #fff;
		display: inline;
		list-style-type: none;
		text-align: left;
		}

#main_navigation a
		{
		display: block;
      width: 80px;
		font-size: 0.9em;
		float: left;
		color: #959595;
      font-weight: bold;
      border-right: 1px solid #959595;
      padding: 40px 0 10px 7px;
      margin: 0 0 0 0;
		}

#main_navigation a:hover
		{
		color: #000;
		text-decoration: none;
		}

#main_navigation a.selected
		{
		color: #fff;
		background-color: #ff0000;
      border-right: 1px solid #fff;
      }


/*-------- 4. headings, typography, links --------*/

		/*-- typography --*/

.emphasis
      {
      font-style: italic;
      }



#content p
      {
      font-size: 0.8em;
      padding: 4px 1px 7px 3px;
      line-height: 1.6em;
      }

#content p.first
      {
      font-weight: bold;
      }
#callstoaction p
      {
      font-size: 0.8em;
      padding: 4px 1px 7px 3px;
      line-height: 1.6em;
      }
      /*-- links --*/
a.ctabutton
      {
      background: url('/inc/img/calltoaction.gif') no-repeat;
      width: 113px;
      height: 26px;
      font-size: 0.7em;
      color: #fff;
      margin: 3px 0 0 0;
      padding: 6px 5px 3px 8px;
      display: block;
      }
      
a.ctabutton:hover
      {
      text-decoration: none;
      }

#footer a
      {
      float: left;
      margin: 14px 0 0 12px;
      color: #fff;
      font-size: 0.7em;
      }

#footer a:hover
      {
      color: #fff;
      }

/*-------- 5. forms --------*/

		/*-- contact-form --*/
#contact_form
		{
		margin: 0 25px 0 33px;
		}

#contact_form, #contact_form fieldset
		{
		border: 0;
		display: inline;
		}

#contact_form input
		{
		display: block;
		width: 170px;
		margin: 4px 0 4px 0;
		font-size: 0.6em;
		color: #000;
		}

#contact_form fieldset:first-child
		{
		margin-top: 8px;
		}

.warning
      {
      color: red !important;
      font-weight: bold;
      }

#submit
		{
		margin: 0 0 0 105px !important;
		width: 69px !important;
		}

/*-------- 6. images --------*/

#timesfive_logo
      {
      margin: 28px 0 0 38px;
      float: left;
      height: 78px;
      }

#subheading_home
      {
      margin: 218px 0 0 68px;
      float: left;
      }

#footer_tagline
      {
      float: right;
      margin: 9px;
      }


/*-------- 7. iframes --------*/

