/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
img {
	border: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f2f5f6; 
	font-size: 12px;
	color: #797979;
}
#container {
	width: 933px;
	margin: 0 auto;
	position: relative;
}
#header {
	width: 933px;
	float: left;
}
#logo {
	width: 200px;
	height: 70px;
	float: left;
	margin-bottom: 10px;
	background: url(../images/plummo-logo.gif) no-repeat;
}
#roundBorderTop {
	margin-top: 50px;
	width: 933px;
	height: 17px;
	background: url(../images/main-content-rounded-border-top.gif) no-repeat;
	float: left;
	position: relative;
}
#logo span {
	display: none
}
#contactTelephone {
	margin: 20px 0px 0px 0px;
	width: 211px;
	height: 25px;
	float: right;
	background: url(../images/plummo-contact-number.gif) no-repeat;
}
#navigation {
	position: absolute;
	top: -39px;
	left: 0px;
	width: 933px;
	float: left;
	background: url(../images/main-nav-bar-right.jpg) no-repeat right top;
	text-align: right;
	padding-bottom: 12px;
	z-index: 2;
}
#navigation ul {
	padding-left: 300px;
}
#navigation li {
	display: inline;
	list-style: none;
}
#navRoundEnds {
	display: block;
	width: 933px;
	height: 29px;
	background: url(../images/main-nav-bar-left.jpg) no-repeat left top;
}
#headerImage {
	width: 675px;
	height: 275px;
	top: -39px;
	left: 0px;
	position:absolute;
	background: url(../images/headers/new_header/standin.jpg) no-repeat;
}
#roundBorderBottom {
	width: 933px;
	height: 17px;
	background: url(../images/main-content-rounded-border-bottom.gif) no-repeat;
	float: left;
}
#content {
	width: 927px;
	float: left;
	border-left: solid 3px #e6e6e6;
	border-right: solid 3px #e6e6e6;
	background-color: #FFFFFF;
}
#mainContent {
	width: 485px;
	padding: 0px 15px 0px 250px;
	float: left;
	border-right: solid 1px #e6e6e6;
}
#mainContentInternal {
	width: 650px;
	padding: 220px 15px 0px 85px;
	float: left;
	border-right: solid 1px #e6e6e6;
}
#rightNavigation {
	width: 140px;
	float: left;
	padding-left: 10px;
}
#rightNavigation li {
	list-style: none;
	height: 27px;
	width: 150px;
	display: block;
	float: left;
}
#loginBox {
	width: 281px;
	height: 102px;
	float: left;
	background: url(../images/login-bg.jpg) no-repeat;
}
#linksLogin {
	width: 933px;
	float: left;
	padding: 15px 0px 15px 0px;
}
#linksBox {
	width: 650px;
	float: left;
}
#linksBox li {
	display: block;
	float: left;
	list-style: none;
	border-right: solid 1px #e6e6e6;
	padding: 0px 10px 0px 0px;
}

#footer {
	width: 933px;
	float: left;
	border-top: solid 1px #e6e6e6;
	padding: 10px 0px 0px 0px;
}
#footer li {
	display: block;
	float: left;
	list-style: none;
}
#footerAddress {
	width: 900px;
	float: left;
	padding-left: 40px;
}
#footerLinks {
	width: 258px;
	float: right;
}

/* right navigation style */
.bulletFeatures {
	background: url(../images/bullet/bullet-features.jpg) no-repeat;
}
.bulletBenefits {
	background: url(../images/bullet/bullet-benefits.jpg) no-repeat;
}
.bulletDemo {
	background: url(../images/bullet/bullet-benefits.jpg) no-repeat;
}
.bulletCustSites {
	background: url(../images/bullet/bullet-customer-sites.jpg) no-repeat;
}
.bulletSiteBuildTips {
	background: url(../images/bullet/bullet-site-building-tips.jpg) no-repeat;
}
.bulletGettingStarted {
	background: url(../images/bullet/bullet-getting-started.jpg) no-repeat;
}
.bulletPlummo {
	background: url(../images/bullet/bullet-plummo.jpg) no-repeat;
}
.bulletSiteBuilder {
	background: url(../images/bullet/bullet-site-builders.jpg) no-repeat;
}
.bulletSiteMap {
	background: url(../images/bullet/bullet-site-map.jpg) no-repeat;
}
.bulletSupport {
	background: url(../images/bullet/bullet-support.jpg) no-repeat;
}
.bulletCost {
	background: url(../images/bullet/bullet-cost.jpg) no-repeat;
}
.clearBoth {
	clear: both;
}
#pillButtonRow1 {
	width: 500px;
	float: left;
}
#pillButtonRow2 {
	width: 500px;
	float: left;
}
#pillButtonRow1 li {
	display: block;
	float: left;
	list-style: none;
}
#pillButtonRow2 li{
	display: block;
	float: left;
	list-style: none;
}

/* font style */
#mainContent h1 {
	height: 100px;
	font-size: 40px;
	color: #7a3b9d;
	font-weight: normal;
	line-height: 45px;
	padding: 0px 0px 20px 0px;
	background: url(../images/home-title-text.gif) no-repeat;
}
#mainContent h1 span{
	display: none;
}
#mainContent h2 {
	font-size: 17px;
	color: #7a3b9d;
	font-weight: normal;	
}
.purpleContentText {
	color: #7a3b9d;
}
#mainContent p {
	padding: 0px 0px 20px 0px;
}

/* link style */
#navigation a, #navigation a:visited {
	display: block;
	font-size: 12px;
	float: left;
	padding: 6px 15px 7px 15px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	background: url(../images/main-navigation-seperater.gif) no-repeat left;
}
#navigation a:hover {
	text-decoration: underline;
}
#rightNavigation a, #rightNavigation a:visited {
	display: block;
	float:left;
	color: #797979;
	text-decoration: none;
	padding: 5px 0px 0px 30px;
	background:none;
}
#rightNavigation a:hover {
	color: #000000;
}
#pillButtonRow1 li {
	margin-right: 20px; 
	height: 30px;
	background: url(../images/pill-button-purple-right-round.jpg) no-repeat right top;
}
#pillButtonRow2 li {
	width: 200px;
	margin-right: 25px; 
	height: 30px;
	background: url(../images/pill-button-green-right-round.jpg) no-repeat right top;
}
#pillButtonRow1 a, #pillButtonRow1 a:visited {
	display: block;
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 20px 9px 15px;
	background:url(../images/pill-button-purple-left-round.jpg) no-repeat left top; 
}
#pillButtonRow1 a:hover {
	color: #000000;
}
a, a:visited {
	color: #797979;
	text-decoration: underline;
	background: none;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #000000;
	text-decoration: none;

}
#pillButtonRow2 a, #pillButtonRow2 a:visited {
	display: block;
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 20px 9px 15px;
	background: url(../images/pill-button-green-left-round.jpg) no-repeat left top; 
}
#pillButtonRow2 a:hover {
	color: #000000;
}
#linksBox a, #linksBox a:visited {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	text-align: center;
	background: none;
	line-height: 25px;
}
#linksBox a:hover {
	
}

#linksBox .buyNowButton {
	display: block;
	width: 140px;
	height: 102px;
	/*background: url(../images/home-buy-now-button.jpg) no-repeat;*/
}
#linksBox .freeTrainiing {
	display: block;
	width: 140px;
	height: 102px;
	padding-left: 10px;
	/*background: url(../images/home-free-training-button.jpg) no-repeat;*/
}
#linksBox .DayFreeBox {
	display: block;
	width: 140px;
	height: 102px;
	padding-left: 10px;
	/*background: url(../images/home-30-day-button.jpg) no-repeat;*/
}
#linksBox .sampleWebsite {
	display: block;
	width: 140px;
	height: 102px;
	padding-left: 10px;
	/*background: url(../images/home-sample-button.jpg) no-repeat;*/
}


.placeBox {
	width: 190px;
	height: 90px;
	float: left;
	margin: 0px 10px 10px 10px;
}
#townCityBox p {
	padding: 0px;
	margin: 0px;
	text-align:justify;
}
#centreContent p {
	padding-bottom: 10px;
}
#townCityBox h1 {
	font-size: 18px;
	padding: 0px 0px 10px 10px;
}
#centreContent h1 {
	font-size: 18px;
	padding: 0px 0px 10px 0px;
}
.placeBox h2 {
	font-size: 12px;
	padding-bottom: 5px;
}
.bullet_point {
	list-style-type: disc;
	margin-left: 30px;
	clear: both;
}



/*
-----------------------------------------------
Blogger Template Style
------------------------ */


/* Page Structure
----------------------------------------------- */
  #blogcontent {

    }
  #blogmain {
     }

  #blogsidebar {

    }
  #blogsidebar2 {
clear:both;

    }



/* Title & Description
----------------------------------------------- */
  #blog-title {
    font-size:2em;
    }
  #blog-title a {
    text-decoration:none;
    float:none;
    font-size:1em;
    }
  #blogdescription {
    color:#996;
    }

/* Posts
----------------------------------------------- */
.blogdate-header {
  font-size:0.8em;
  text-transform:uppercase;
  letter-spacing:.3em;
  margin-top:5px;
  }
.post {
  margin:0 0 2.5em;
  line-height:1.6em;
  }
.post-title {
  margin:.25em 0;
  font:1em;
  color:#333;
  }
.post-title a, .post-title strong {
  display:block;
  color:#333;
  text-decoration:none;
  padding:0 0 1px 45px;
  }
.post-title a:hover {
  color:#000;
  }
.post p {
  margin:0 0 .75em;
  }
p.post-footer {
  margin:0;
  }
p.post-footer em {
  display:block;
  text-align:left;
  font-style:normal;
  color:#996;
  }
.post img {
  margin:0 0 5px 0;
  padding:4px;
  border:1px solid #cca;
  }


/* Comments
----------------------------------------------- */
#comments {
  margin:0;
  }
#comments h4 {
  margin:0 0 10px;
  border-top:1px dotted #9b9;
  padding-top:.5em;
  font:1em;
  color:#333;
  }
#comments-block {
  line-height:1.6em;
  }
.comment-poster {
  margin:.5em 0 0;
  padding:0 0 0 20px;
  font-weight:bold;
  }
.comment-body {
  margin:0;
  padding:0 0 0 20px;
  }
.comment-body p {
  margin:0 0 .5em;
  }
.comment-timestamp {
  margin:0 0 .5em;
  padding:0 0 .75em 20px;
  color:#996;
  }
.comment-timestamp a:link {
  color:#996;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


/* More Sidebar Content
----------------------------------------------- */
.blogsidebar-title {
  font-size:1em;
  text-transform:uppercase;
  letter-spacing:.3em;
  margin-top:10px;
  clear:both;
  }
#blogsidebar p {
  margin:0 0 .75em;
  line-height:1.6em;
  }
#blogsidebar ul {
  margin:.5em 0 1em;
  padding:0 0px;
  list-style:none;
  line-height:1.5em;
  }
#blogsidebar ul li {
  margin:0;
  padding:0 0 5px 15px;
  }
#blogsidebar p {
  margin:0 0 .6em;
  }

