﻿/********************************************
   HTML ELEMENTS
********************************************/ 

/* B */


body {
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	margin: 0; padding: 0; outline: 0;
	color: #555; 
	text-align: center;
	overflow: scroll;

	}

/* links */
a, a:visited {
	text-decoration: none;
}
a:hover {
	background: inherit;
	text-decoration: underline;
}


h1 {
	padding: 10px 5px 10px 5px;		
	margin: 0;
	}

h2, h3, p {
	padding: 0px;		
	margin: 0;
}


.areas {

color: yellow;
font-weight:bold;

}

ul, ol {
	margin: 5px 5px;
	padding: 0 15px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
	border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* start - table */


table.ladders {
	margin: 0 auto;	
	border-collapse:collapse;
}

table.prices {
	margin: 10px;	
	border-collapse:collapse;
}

th strong {
	color: #fff;
}

th {
	background: #2C8FC8;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	color: yellow;
	text-align: left;
	border: 1px solid #2C8FC8;
}

	
td.item {
	padding:2px 5px 2px 5px;
	border: 1px solid #2C8FC8;
	border-right-style:none;
}

td.iteml {
	padding:2px 5px 2px 5px;
	text-align:right;
	font-style:italic;
	border: 1px solid #2C8FC8;
	border-right-style:none;
}

td.price {
	padding:2px 5px 2px 5px;
	font-weight:bold;
	text-align:right;
	border: 1px solid #2C8FC8;
	border-left-style:none;

}


td.noleftborder1 {
	border-right: 1px solid #2C8FC8;
	border-top: 1px solid #2C8FC8;
	padding:2px;
	height:200px;
	vertical-align: top;
	text-align: center;
}


td.noleftborder2 {
	border-right: 1px solid #2C8FC8;
	border-bottom: 1px solid #2C8FC8;
	padding:2px;
	vertical-align: top;
	text-align: center;

}


td.norightborder {
	border-left: 1px solid #2C8FC8;
	border-top: 1px solid #2C8FC8;
	border-bottom: 1px solid #2C8FC8;
	padding:2px;
	width:210px;
	vertical-align: top;
}


td.notopborder {
	border-left: 1px solid #2C8FC8;
	border-right: 1px solid #2C8FC8;
	border-bottom: 1px solid #2C8FC8;
	padding-top:0px;
	vertical-align: top;
}


tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	padding:10px;
	font-size: 110%;
	
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	width:200px;

	
}
textarea {
	width:200px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid;
	display:block;
	color:#777;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(images/button-bg.jpg) repeat-x 0 0;
	border: none;
	width:50px;

}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(images/blank.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}




#hometop {
	background: #CCC url(images/content.jpg) repeat-y center top;
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
	overflow:hidden;
}


#ladderframe {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
	overflow:hidden;
	border:1px solid #2C8FC8;
}

#header {
	width: 820px;
	position: relative;
	height: 102px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: YELLOW;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px;
	left: 47px;
	width: 542px;
}
#header p#slogan {
	position: absolute;
	margin: 0; 
	padding-top: 2px;
	font: normal 13px 'Trebuchet MS', Arial, Sans-serif;
	font-weight:bold;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px; left: 56px;		
}


/* Menu */
#navbar {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: url(images/menu.jpg) repeat-x 0 0;	
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 44px;
	width: 780px;	
}
#navbar ul {
	float: left;
	list-style: none;
	margin:0; padding: 0;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #84C2EC;
	border-left-color: #4AA4E3;
	margin-top: 2px;
	padding-right: 12px;
	margin-bottom: 10px;
	padding-left: 12px;
}
#navbar ul li.last a {
	padding-right: 20px;	
}
#navbar ul li a:hover {
	background: url(images/menuh.jpg) repeat-x 0 0;	
	color: YELLOW;	
}
#navbar ul li#current a {	
	background: url(images/menuh.jpg) repeat-x 0 0;	
	color: YELLOW;
}

/* Quote */
#quotebar {
	clear: none;
	float:inherit;
	padding: 0;
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 35px;
	width: 220px;
	background-image: url(images/qmenu.jpg);
	background-repeat: repeat-x;
	margin-left: 340px;
	margin-top: 240px;
	top: 200px;
	left: 200px;
}
#quotebar ul {
	float: none;
	list-style: none;
	margin:0; padding: 0;
}
#quotebar ul li {
	display: block;
}
#quotebar ul li a {
	display: run-in;
	color: #FFF;
	text-decoration: none;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #84C2EC;
	border-left-color: #4AA4E3;
	margin-top: 2px;
	padding-right: 12px;
	margin-bottom: 2px;
	padding-left: 12px;
	text-align: center;
	white-space: nowrap;
}

#quotebar ul li a:hover {
	background: url(images/qmenuh.jpg) repeat-x 0 0;	
	color: YELLOW;	
}

	
/* Main Column */

#main {
	background: #CCC url(images/blank.jpg) repeat-y center top;
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
	overflow:hidden;
	min-height:400px;
}

#main h1 {
	margin: 5px 5px 0px 5px;
	font: Bold 150% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #0033CC; 
	text-transform: none;
}

#main h2 {
	margin: 5px 5px 0px 5px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #2C8FC8; 
	padding: 5px; 	
	text-transform: none;
}

#main h3 {
	margin: 2px;
	padding:2px 5px 2px 5px;
	background-color:yellow;
	font: Bold 125% 'Century Gothic', Tahoma, Sans-serif;
	color: #0033CC; 
	text-transform: none;
}

#main p {
	margin: 0px 10px 10px 10px;
}

#main p.areas {
	margin: 0px 10px 10px 10px;
	color: #000;
	margin: 5px;
	padding: 2px 5px 2px 5px;
	font-size: 11px;
}

#main p.price{
	margin: 10px 5px 0px 5px;
	font-weight:bold;
}

#main p.info{
	margin: 1px 15px 10px 10px;
	font-style:italic;
	line-height:14px;
}

#main p.special{
	margin: 0px 5px 0px 5px;
	font-weight:bold;
	color:red;
}

#main p.bluebg {
	background-color: #2C8FC8;
	color: yellow;
	font-weight:bold;
	font-size: 9pt;
}



#main ul li {
	list-style-image: url(images/bullet.gif);
	font-weight: bold;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 10px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* leftbar */	
#leftbar1  {
	float: left;
	width: 175px;
	color: #68774A;
	padding: 0px;
	margin: 2px;

	
}	


#rightbar1  {
	float: left;
	width: 560px;
	color: #68774A;	
	padding: 0px 5px 0px 10px;
	text-align:center;
}	

#rightbartext  {
	float: left;
	width: 560px;
	color: #68774A;	
	padding: 0px 5px 0px 10px;
	text-align:center;
}	

#leftbar1 p{
	color: #68774A;
	line-height: 13pt;
	margin: 8px 4px 0px 4px;

}	

#leftbar2 p{
	color: #68774A;
	line-height: 12pt;
	margin: 4px;
}	

#leftbar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(images/dots.jpg) repeat-x left top;
}
#leftbar ul.sidemenu li {
	list-style: none;
	background: url(images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #68774A;	
}
* html body #leftbar ul.sidemenu li {
	height: 1%;
}
#leftbar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#leftbar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#leftbar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#leftbar ul.sidemenu ul li { background: none; }


/* Footer */	
#footer {
	color: #C6DDEE;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	height: 65px;
	text-align: center;	
	padding: 5px;
	font-size: 92%;	
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
