

* { padding: 0; margin: 0; }

/* LAYOUT STYLES */

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #FBFBFB;
}
#wrapper { 
 margin: 0 auto;
 width: 1024px;
}
#header {
 color: #FFF;
 width: 1004px;
 float: left;
 padding: 10px;
 height: 175px;
 margin: 0px 0px 0px 0px;
 background: #000 url(images/giddenplacelogo.png) no-repeat;
}
#navigation {
 float: left;
 width: 1004px;
 color: #000;
 padding: 12px 10px 12px 10px;
 margin: 0px 0px 0px 0px;
 background: #C60070;
 text-transform: uppercase;
 font-weight: bold;
}
#leftcolumn { 
 color: #333;
 background: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 507px;
 width: 456px;
 float: left;
}

#leftcolumn.brochure
{
	background: #FFF url("images/book1.jpg") bottom right no-repeat;
}

#leftcolumn.website
{
	width: 426px;
}

#leftcolumn.signage
{
	width: 466px;
}

#leftcolumn.pr
{
	width: 484px;
}
#leftcolumn.advertising
{
	width: 484px;
}

#leftcolumn.testimonials
{
	width: 492px;
}

#rightcolumn { 
 float: right;
 color: #333;
 background: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 507px;
 width: 528px;
 display: inline;
}

#rightcolumn.pr
{
	background: #FFF url("images/PR.jpg") bottom right no-repeat;
	width: 500px;
}

#rightcolumn.advertising
{
	background: #FFF url("images/advertising.jpg") bottom center no-repeat;
	width: 500px;
}
#rightcolumn.signage
{
		width: 518px;
}
#rightcolumn.website
{
	width: 558px;
	background: #FFF url("images/computer.jpg") center no-repeat;
}

#rightcolumn.cgi
{
	background: #FFF url("images/cgi.jpg") center no-repeat;
}

#rightcolumn.touchScreen
{
	background: #FFF url("images/touch.jpg") center no-repeat;
}

#rightcolumn.testimonials
{
	width: 492px;
}

#columnHolder { 
 background: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 527px;
 width: 100%;
 float: left;
}

#column1
{
	float: left;
	width: 200px;
	margin: 0 0 0 58px
}

#column2, #column3, #column4
{
	float: left;
	width: 250px;
	margin: 54px 0 0 0px
}

#column2 p, #column3 p, #column4 p
{
  font-size: 1em;
  line-height: 14px;
  margin-left: 40px;
}

#footer { 
 width: 1004px;
 clear: both;
 color: #333;
 background: #C60070;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

/* CONTENT STYLES */


h1
  {
  color: #C60070;
  font-size: 3em;
  margin-top: 40px;
  margin-bottom: 15px;
  }
  
h2
  {
  color: #C60070;
  font-size: 2.5em;
  margin-top: 40px;
  margin-bottom: 15px;
  }

 h3
  {
  color: #C60070;
  font-size: 1.8em;
  margin-top: 10px;
  } 

h4
{
  color: #C60070;
  margin: 15px 0;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}  
  
p
{
    line-height: 1.8em;
	margin-bottom: 12px;
}
  
#navigation ul
  {
    list-style: none;
	padding-left: 39px;
  }
  
#navigation li
  {
    display: inline;
    font-size:0.85em;
  }

#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited
  {
    display: block;
	letter-spacing:1px;
	line-height:9px;
	word-spacing: 1px;
    padding: 0 10px;
    float: left;
	text-decoration: none;
	color: #000;
  }

#navigation ul li a:hover, #navigation ul li a:active
  {
    color: #FFF;
  }

#navigation ul li + li a, #navigation ul li + li a:link, #navigation ul li + li a:visited
  {
	border-left: 1px solid #FFF;
  }
  
#navigation ul li a.current, #navigation ul li a:link.current{
	color: #FFF;
}

#leftColumnContent 
{
	margin-left: 45px;
	margin-right: 45px;
}

#leftColumnContent.pr, #leftColumnContent.brochure, #leftColumnContent.advertising
{
	margin-right: 0px;
}

#leftColumnContent.testimonials
{
	margin-right: 22px;
}
#rightColumnContent.testimonials
{
	margin: 100px 45px 0 22px;
}

#footerContent 
{
	margin-left: 45px;
	color: #FFF;
}

#footerContent a, #footerContent a:link, #footerContent a:visited
{
	color: #FFF;
}

#handImage
{
	float: right;
	margin-right: 35px;
	margin-top: 19px;
}
#brochureImage
{
	float: right;
	margin-right: 35px;
	margin-top: 70px;
}
#signageImage
{
	float: right;
	margin-right: 35px;
	margin-top: 50px;
}
#arrow
{
	float: left;
	margin-left: 235px;
	margin-top: -15px;
}

#contactTitles
{
	float: left;
	height: 300px;
	width: 123px;
	margin-left: 130px;
	margin-top: 105px;
}

#contactTitles p
{
  color: #C60070;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 17px;
}

#contactInfo
{
	float: left;
	height: 300px;
	width: 200px;
	margin-left: 0px;
	margin-top: 105px;
}

#contactInfo p
{
  font-size: 1em;
  line-height: 17px;
}

#contactInfo a, #contactInfo a:link, #contactInfo a:visited
  {
	text-decoration: none;
	color: #999;
  }
#list
{
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 0 80px;
}
.clear
{
clear: both;
}