﻿/* Main Print Style Sheet for Jaz Effect 2011 */

body {
	background: #111111;
	font-family: 'Georgia', serif;
	font-size: 12px;
	color: #212121;
	margin: 0;
}

h1 {
  font-family: 'Georgia', serif;
  font-size: 20px;
  font-weight: normal;
	text-align: left;
	color: #CE242C;
}

h1 a {
  font-family: 'Georgia', serif;
  font-size: 20px;
  font-weight: normal;
	text-decoration: none;
	color: #CE242C;
}

h1 a:hover {
  text-decoration: none;
  color: #B5B4B4;
}

h2 {
  font-family: 'Georgia', serif;
  font-size: 16px;
  font-weight: normal;
  color: #CE242C;
  padding-bottom: 5px;
}

h3 {
  font-family: 'Georgia', serif;
	font-size: 16px;
  padding-bottom: 5px;
  font-weight: normal;
	text-align: left;
	color: #181818;
}

hr {
  border-top: 1px dotted #181818;
  margin: 10px 0;
}

p {
	line-height: 20px;
	font-size: 13px;
	margin: 2px 0 10px 0;
}

ul li {
	line-height: 20px;
	margin: 0 0px 8px 0;
	padding: 0 0 0 0px;
	list-style-type: none;
	text-align: left;
}

a {
	color: #CE242C;
  font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #CE242C;
	text-decoration: underline;
}
img {
	border: none;
}

/* ========== */
/* = Layout = */
/* ========== */

.content { /* centers the content bits of the page */
  width:910px; 
  margin: 0 auto; 
  display: block; 
  padding:0 30px; 
}

#wrapper {
  height:auto !important;
  height:100%;
  background: #fff;
  /*background: #111111;*/
  /*margin:0 auto -314px; neg val of footer height*/
}

#container.frontpage { 
background: #fff ; 
}

/* This is top brown section */
#masthead { 
  height:175px;  
  background: #181818 url('images/bg-masthead.gif') top left repeat-x; 
}  
                                                            
/* Logo */ 
#masthead a.logo-jazeffect { 
  top: 5px;
  width:430px; 
  height:135px; 
  /*background:url('images/logo-jazeffect.png'); */
  display:block;
  position:relative; 
  float: left;
}    

/* View Clients button */
#masthead a.clients {
  width: 92px;
  height: 34px;
  margin-left: 150px;
  display:block;
  position:relative; 
  float: left;
}

#client-button {
  background-image: url('images/button-clients.png');
  width: 92px;
  height: 34px;
}

#client-button:hover {
  background-image: url('images/button-clients-over.png');
  width: 92px;
  height: 34px;
}

/* This is the navigation*/

#menulist { 
  display: none;
}

#hereiam {
  color: #ce242c;
}

/* ================ */
/* =     INDEX    = */
/* ================ */

/* banner - red panel */
#header.frontpage { 
  display: none;
}

#header.frontpage h1 { 
  margin: 0; 
  padding: 0; 
  float: none;
}
#header.frontpage .banner { 
  margin: auto; 
  width: 910px; 
  position: relative;
}

#banner { 
 display none;
}

#header.frontpage .createnewbusiness {
  background: url('images/banner-frontpage.png') no-repeat; 
  height: 260px;
}

#header.frontpage .button { 
  background: url('images/button.png') no-repeat; 
  width: 241px; 
  height: 60px;
  float: left; 
  margin: 170px 0 0 20px;
  padding: 20px 0 0 20px;
  position: relative;
}

#header.frontpage .button:hover {
  background: url('images/button-over.png') no-repeat; 
  width: 241px; 
  height: 60px;
}

/* main body frontpage */
#left-frame {
  width: 550px; /* col-1 & col-2 added together */
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 0px;
  position: relative;
  float: left;
  display: block;
}

#right-frame {
  width: 280px; /* col-3 & col-4 added together */
  border-left: 1px solid #ccc; /* or dotted #CE242C */
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  float: left;
  display: block
}

/*custom classes */

/* the grid */
.col-1 {
  width: 30px;
  float: left;
}

.col-2 {
  width: 210px;
  font-size: 12px;
  float: left;
  padding-left: 10px;
  padding-right: 25px;
}

.col-2 a {
  font-style: italic;
}

.col-3 {
  width: 30px;
  float: left;
  padding-left: 10px;
  padding-right: 20px;
}

.col-4 {
  width: 165px;
  font-size: 11px;
  float:left;
}

.col-4 a {
  font-style: italic;
}

a.button{
  padding-top: 10px;
  width: 114px;
  height: 22px;
  display: block;
  position: relative;
  float: left;
}

/*
#button-more {
  background: url('images/button-more.png') no-repeat;
  width: 114px;
  height: 22px;
}

#button-more:hover {
  background: url('images/button-more-over.png') no-repeat;
}
*/

/*aligns img with text on same line */
.textimg {
  display: inline;
}


/* ================ */
/* =  MAIN PAGES  = */
/* ================ */

/* banner - red panel */
#banner-mainpage { 
  height: 80px; 
  padding: 0px 0 0px 0; 
  background: #CE242C url(images/banner-bkg-pattern.png); 
  color: #fff;
  border-top: 2px solid #fff;
  display: block;
  position: relative;
}

.heading {
  width: 910px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
  color: #fff;
  font-size: 20px;
  padding-top: 30px;
  margin-left: 40px;
  text-align: left;
  display: block;
  position: relative;
  
  
}

/*
.tree-bkg {
 margin-left: 800px; 
}

#header.mainpage { 
  background: #CE242Ctop left repeat-x; 
  color:#fff;
  height: 80px;
}

#header.mainpage .banner { 
  margin:auto; 
  width:910px; 
  position:relative;
}

#header.mainpage .enquire {
  height:100px;
}

#header.mainpage .button { 
  background: url('images/enquire.png') no-repeat; 
  width:241px; 
  height:60px;
  float:left; 
  margin: 170px 0 0 20px;
  padding: 20px 0 0 20px;
  position:relative;
}

#header.mainpage .button:hover {
  background: url('images/enquire-over.png') no-repeat; 
  width:241px; 
  height:40px;
}
*/

/* sub menu */
#sub-menu {
  width: 800px;
  margin-top: 2px;
  position: relative;
  float: left;
  display: block;
}

#sub-menu ul {
  margin-bottom: 10px;
  position: relative;
  float: left;
  display: block;
}

#sub-menu li {
  list-style-type: none;
  background: url('images/bullet.png') no-repeat;
  padding-left: 10px;
  padding-bottom: 0px;
  position: relative;
  float: left;
  display: block;
}

#main-content {
  width: 890px;
  /* border-right: 1px solid #ccc;  or dotted #CE242C */
	color: #181818;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
  margin-left: 10px;
  text-align: justify;
  position: relative;
  float: left;
  display: block;
}

#main-content a {
  font-size: 12px;
}

#main-content a:hover {
  color: #CE242C;
  text-decoration: underline;
}

#main-content ul {
  margin-bottom: 10px;
}

#main-content li {
  list-style-type: none;
  background: url('images/bullet.png') no-repeat;
  padding-left: 10px;
  padding-bottom: 0px;
}

/*#main-content-body {
  width: 650px;
  position: relative;
  float: left;
  display: block;
}
*/

#body-col1 {
  width: 300px;
  margin-right: 40px;
  position: relative;
  float: left;
  display: block;
}

#body-col2 {
  width: 300px;
  position: relative;
  float: left;
  display: block;
}

#body-col3 {
  width: 200px;
  margin-left: 40px;
  position: relative;
  float: left;
  display: block;
}

#body-col3 li {
  list-style: none;
  background: none;
}

#steps {
  width: 300px;
  border: 1px dotted #1d1d1d;
  background: #d6d3cc;
  color: #1d1d1d;
  padding: 8px;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
  float: left;
  display: block;
}

#steps li {
  line-height: 18px;

}

/* style for Portfolio page */

#brief {
  width: 200px;
  border: 1px dotted #1d1d1d;
  background: #d6d3cc;
  color: #1d1d1d;
  padding: 8px;
  text-align: left;
  position: relative;
  float: left;
  display: block;
}

#brief a {
  text-decoration: underline;
}

#layout {
  width: 650px;
  margin-left: 20px;
  position: relative;
  float: left;
  display: block;
}

/* style for contact page */
#main-content-details {
  width: 280px;
  padding-right: 20px;
  margin-top: 10px;
  position: relative;
  float: left;
  display: block;
}

#main-content-details tr {
  line-height: 18px;
}

#main-content-detailstd {
  padding-bottom: 5px;
}

#main-content-form {
  width: 520px;
  margin-top: 10px;
  position: relative;
  float: left;
  display: block;
}

/* footer */
#footer,#push { 
  clear:both;/* .push must be the same height as .footer */ 
}

#push {
  height: 314px;
}

#footer { 
  background:#111111 url('images/bg-footer.gif') repeat-x; 
  color: #D6D3CC; 
  min-height:100%; 
  height:auto !important;
  height:100%;  
  font-size: 12px; 
  margin-bottom:0; 
}

#footer-wrapper { 
  padding:20px 0 0 0; 
  width:910px; 
  margin:auto;
  height: 314px; 
}

#footer a { 
  color: #D6D3CC;
  text-decoration: none;
}

#footer a:hover { 
  color: #D6D3CC;  
  text-decoration: underline;
}

#footer h1 a {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #CE242C;
}

#footer h1 a:hover {
  color: #d6d3cc;
  text-decoration: none;
}

#footer ul { 
  list-style-type: none; 
  margin: 10px 0 15px 0; 
  padding: 0; 
}

#footer ul li { 
  margin-bottom: 5px; 
  font-size: 12px; 
  background: none; 
  padding: 0; 
}

#footer ul li a { 
  color:#D6D3CC; 
  font-family: 'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
  line-height: 14px;
  font-size: 12px;
}

#footer ul li a:hover { 
  color: #D6D3CC;
  text-decoration: underline; 
}

/*custom classes */

/* the grid */
#footer-details {
  width: 920px;
  margin-left: 10px;
  position: relative;
  float: left;
  display: block
}
/*
.footer-col-1 {
  width: 150px;
  height: 288px;
  background: url('images/tree.png') bottom no-repeat;
  padding-top: 6px;
  position: relative;
  float: left;
  display: block
}
*/

.footer-col-2 {
  width: 150px;
  margin: 10px 0 0 10px;
  position: relative;
  float: left;
  display: block
}

.footer-col-3 {
  width: 200px;
  margin: 10px 0 0 0px;
  position: relative;
  float: left;
  display: block
}

.footer-col-4 {
  width: 190px;
  margin: 10px 0 0 200px;
  position: relative;
  float: left;
  display: block
}

.footer-col-4 li {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
  line-height: 25px;
}

#copyright {
  width: 770px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
  font-size: 10px;
  margin-top: 0px;
  padding: 10px 0 0 10px;
  border-top: 1px solid #303030;
  position: relative;
  float: left;
  display: block
}

#form {
  background: transparent;
  color: #181818;
  padding: 5px 0px 0 0px;
}

#form table {
 background: #f2f2f2; 
 border: 1px solid #dfdfdf;  
}

#form td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #181818;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 15px;
}

#btnSend {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
  padding: 2px;
}

#btnSend a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #CE242C;
  padding: 2px;
}



