em, i {
	font-style: italic;
	font-weight: bold;
/*	color:darkgreen; */
}

/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: 'Verdana', arial, sans-serif, sans;
	text-align: center;
	margin: 0;
	background: url('../images/background.jpg') repeat;
	padding-top: 20px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	height: 100%;
}

#head-wrap {
	height: 170px;
	position: relative;
}

#logo 	{
	position: absolute;
	left: 10px;
	text-align: left;
	margin: 0;
}

#social {
	position: absolute;
	right:3px;
	bottom:-12px;
}

.button {width:40px;margin:-3px;}
.button:hover {cursor:pointer;}

#newsletter {
	position:absolute;
	right:3px;
	bottom:-67px;
	width:230px;
	line-height:20px;
	font-size: 1.2em;
	font-weight:bold;
	border:3px solid gray;
	margin-top:3px;
	color:lightgreen;
	background-color:#080808;
	text-align:center;
}

#newsletter:hover {cursor:pointer;}

#content {
	font-size: 1.2em;
	background: url('../images/contentbg.png') repeat;
	min-height: 700px;
	width: 900px;
	margin-top: 10px;
	color: #000000;
}

.post-content {background:#ccc; color:#fff; margin:0 0px;}
.rtop, .rbottom {
	display:block;
	background:#fff;
 }
.rtop *, .rbottom * {
	display: block;
	height: 1px;
	overflow: hidden;
	background:#ccc;
 }
.r1 {margin: 0 5px}
.r2 {margin: 0 3px}
.r3 {margin: 0 2px}
.r4 {margin: 0 1px;height: 2px}

#welcome {
	background-image: url('../images/welcome-bkg.png');
	background-position: top left;
	width: 850px;
	height: auto;
	margin-left: -75px;
	padding-left: 100px;
	padding-right: 200px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #fff;
}

/*
#welcome p {
	border:1px solid white;
	position:absolute;
}
*/

#footer {
	font-size:10px;
	text-align:center;
	margin:auto;
	padding:10px;
	width:960px;
	clear:both;
	}

#footer p {
	margin:0;
	padding:4px 0;
	}

#footer a:hover, a:link {color: gray;}
#foot a {margin:20px;}
#foot img {margin-bottom:-5px;}

#coupon img {
	width:450px;
	height:auto;
}

#intro {padding: 10px;}

#close {
	padding: 10px;
	padding-top: 1px;
	text-align: center;
}

#close h2{margin-top:20px;}

#close h2.phone {margin-top:0px;}

#close p {
	margin: 0;
	padding: 4px 0;
	line-height: 10px;
	font-weight: bold;
}

#close a:link {color: blue;}

a:visited, a:link {
	color: #003300;
	text-decoration: none;
	}

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

h3 {font-weight: normal;}

h1 {
/* border:1px solid black; */
//	position:absolute;
	left:120px;
	margin-bottom:20px;
	margin:0;
	text-align:left;
	font-weight: normal;
}

h2 {
	margin: 16px 0 0;
	font-size: 1.2em;
	font-weight: bold;
}

h2.minls {
	margin: 0px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 30px;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	}

a, h2 a:hover, h3 a:hover {
	color: #b136ff;
	}

hr {
	height: 4px;
	width: 50%;
	}

ul.greendot li {
	list-style: none;
	background-image: url('../images/bullet.png');
	background-repeat: no-repeat;
	background-position: 0.5px 2.5px;
	margin-left: 16px;
	margin-top: 5px;
	padding-left: 20px;
	font-weight: bold;
}

ul.greendot li:first-child {margin-top:50px;}

blockquote, strike {
	color: #fff;
	}

.post {
	background-image: url('../images/laptop.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

/* Begin Navmenu */

#menu-div { z-index: 1000; }

ul#main-nav {
	margin: 0;
	position: absolute;
	bottom: -25px;
	left: 150px;
	z-index: 1000;
}

ul#main-nav li {
	float: left;
	position: relative;
	margin-left: 0px;
	margin-bottom: 20px;
	display: inline;
	z-index: 1000;
}

ul#main-nav li.first-nav {
	background-image: url('../images/menu-left.png');
	background-repeat: no-repeat;
	background-position: right;
	width: 18px;
	height: 40px;
}

ul#main-nav li.last-nav {
	background-image: url('../images/menu-right.png');
	background-repeat: no-repeat;
	background-position: left;
	width: 18px;
	height: 40px;
}

ul#main-nav li a {
	background-image: url('../images/menu-back-full.png');
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	width: 110px;
	height: 28px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	padding-top: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

ul#main-nav li.current a {
	background-position: top;
	background-image: url('../images/menu-back-full-hover.png');
	color: #fff;
}

ul#main-nav li a:hover {
	background-image: url('../images/menu-back-full-hover.png');
	background-position: top;
	color: #fff;
}

ul#main-nav li.current a:hover {
	background-position: top; /*To Prevent the Current tab from changing colour on hover*/
	background-image: url('../images/menu-back-full.png');
	color: #ffffff;
}

ul#main-nav li.current { z-index: 100; }
ul#main-nav li.home { z-index: 100; }
ul#main-nav li.about { z-index: 99; }
ul#main-nav li.style { z-index: 98; }
ul#main-nav li.services { z-index: 97; }
ul#main-nav li.contact { z-index: 96; }
