/*administration*/
#divAdmin
{
    font-family: Sans-Serif, Verdana;
    font-size: 11px;
    margin: 20px 0 20px 0;
    min-height: 500px;
padding:20px;
}
#divAdmin img
{
    border: none;
}
#divAdmin h1, h2, h3, h4, h5, h6
{
    margin: 0 0 7px 0;
    color: #444;
}
#divAdmin h1
{
    font-size: 25px;
}
#divAdmin h2
{
    font-size: 23px;
}
#divAdmin h3
{
    font-size: 21px;
}
#divAdmin h4
{
    font-size: 19px;
}
#divAdmin h5
{
    font-size: 17px;
}
#divAdmin h6
{
    font-size: 15px;
}
#divAdmin p
{
    padding: 0;
    margin: 0;
}
#divAdmin input
{
    height: 25px;
    border: solid 1px #ccc;
    padding: 0 0 0 5px;
    color: #444;
}
#divAdmin .buttonlist label
{
    display: inline;
}
#divAdmin .buttonlist input
{
    display: inline;
    height: 14px;
}
#divAdmin input:focus
{
    border: solid 1px #006600;
    background-color: #eee;
}
#divAdmin input:hover
{
    border: solid 1px #006600;
}
#divAdmin select
{
    height: 25px;
    border: solid 1px #ccc;
    padding: 2px 1px 2px 5px;
    color: #444;
}


#divAdmin .fileuploadbox input
{
    height: 25px;
    border: solid 1px #ccc;
    padding: 2px 1px 2px 5px;
    color: #444;
    background-color: #fff;
}
#divAdmin h4
{
}
#divAdmin h5
{
    font-size: 18px;
}
#divAdmin .admincontent
{
}
#divAdmin .adminselectors
{
    margin: 0 0 20px 0;
}
#divAdmin .adminstatus
{
    float: right;
    font-size: 22px;
    color: #005500;
}


/**************/
#divAdmin .formarray
{
    margin: 0 0 20px 0;
}
#divAdmin .formelement
{
    margin: 7px 0 7px 0;
}
#divAdmin .formelement label
{
    vertical-align: top;
    display: inline-block;
    width: 120px;
}
#divAdmin .formelementbuttons
{
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
}
#divAdmin .formelementbuttons a
{
    display: block;
    padding: 10px 0 10px 0;
    width: 100px;
    border: solid 1px #ccc;
    display: inline-block;
    text-decoration: none;
}
#divAdmin .formelementbuttons a:hover
{
    background-color: #efefef;
}
.admintable
{
    width: 100%;
    border: solid 1px #aaa;
    margin: 10px 0 20px 0;
}
.admintable thead
{
    width: 100%;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    height: 30px;
}
.admintable thead td
{
    padding: 5px;
}
.admintable tr.altrow
{
    background-color: #eee;
}
.admintable tr.row td
{
    padding: 5px;
}
.admintable tr.altrow td
{
    padding: 5px;
}
#divAdmin .tabcontainer
{
    min-height: 400px;
}


#divAdmin .edit
{
    background: url('../siteimages/icons/ruler_pencil.png');
    width: 16px;
    height: 16px;
    display: inline-block;
}
#divAdmin .delete
{
    background: url('../siteimages/icons/delete.png');
    width: 16px;
    height: 16px;
    display: inline-block;
}
#divAdmin .email
{
    background: url('../siteimages/icons/email.png');
    width: 16px;
    height: 16px;
    display: inline-block;
}
#divAdmin .view
{
    background: url('../siteimages/icons/view.png');
    width: 16px;
    height: 16px;
    display: inline-block;
}
#divAdmin .add
{
    background: url('../siteimages/icons/add.png');
    width: 16px;
    height: 16px;
    display: inline-block;
}
#divAdmin .moveup
{
    background: url('../siteimages/icons/moveup.png');
    width: 16px;
    height: 16px;
    display: inline-block;
}

#divAdmin .movedown
{
    background: url('../siteimages/icons/movedown.png');
    width: 16px;
    height: 16px;
    display: inline-block;
}

#divAdmin .approve
{
    background: url('../siteimages/icons/accept.png');
    width: 16px;
    height: 16px;
    display: inline-block;
}

#divAdmin .update
{
    background: url('../siteimages/icons/update.png');
    width: 16px;
    height: 16px;
    display: inline-block;
}
#divAdmin .info
{
    background: url('../siteimages/icons/info.png');
    width: 15px;
    height: 15px;
    display: inline-block;
}
#divAdmin .primary
{
    background: url('../siteimages/icons/favorite.png');
    width: 15px;
    height: 15px;
    display: inline-block;
}
#divAdmin .active
{
    background: url('../siteimages/icons/power.png');
    width: 15px;
    height: 15px;
    display: inline-block;
}
#divAdmin .productcomments
{
    background: url('../siteimages/icons/business_user_comment.png');
    width: 15px;
    height: 15px;
    display: inline-block;
}
#divAdmin .productcrosssells
{
    background: url('../siteimages/icons/refresh.png');
    width: 15px;
    height: 15px;
    display: inline-block;
}
#divAdmin .productreviews
{
    background: url('../siteimages/icons/book_warning.png');
    width: 15px;
    height: 15px;
    display: inline-block;
}
#divAdmin .productimages
{
    background: url('../siteimages/icons/photo_camera.png');
    width: 15px;
    height: 15px;
    display: inline-block;
}
#divAdmin .admincategoryimagecontainer
{
    display:block;
    text-align:center;
    margin:20px 0;
}
#divAdmin img.admincategoryimage
{
    width:auto;
    height:auto;
    max-width:300px;
    max-height:300px;
}
/*containers*/
body {
        text-align:left;
        line-height:18px;
        color : #777;
        }
        .wrapperfull {
        width:950px;
        margin:0 auto;
        text-align:left;
        background-color:#fff;
        }
        .wrappermain {
        }
        .wrappercontent {
        }
        .wrappercenter {
        margin:20px 0 0 0;
        }
        .bottom {
        }
        .top
        {
        display:none;
        }
        .centertop
        {
        display:none;
        }
        .centerbottom
        {
        display:none;
        }
        .header
        {
        width:950px;
        height:80px;       
        }
        .st
        {
        }
.footer { margin:20px 0 0 0; }
        .center
        {
        }
        .bottom
        {
        display:none;
        }
/*breadcrumbs*/
/*
	Breadcrumbs stylesheet by Banhawi.com 
*/
.breadcrumbs {
	padding-top: 203px;
	margin-left: -3px;
}
ul.breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
	float: left;
}
ul.breadcrumbs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	display: inline;
}
ul.breadcrumbs li a {
	color: #fff;
}
/*styles*/
#leadimage {
	background: url('/images/leadimage.jpg') no-repeat;	
	width:950px;
	height: 430px;
}
#main {
	background: url('/images/mainbg.jpg') no-repeat;	
	width: 950px;
	height: 222px;
	font-size: 30px;
	font-family: Georgia;
	color: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}
img.searchicon {
	float: right;
	margin-top: 25px;
	margin-right: 10px;
	display: block;
}
#main img.searchicon {
	margin-top:22px;
}
img.searchicon:hover {
	cursor: pointer;
}

/***********************************************************
*******************Home CONTENT******************************/
#home {
	margin-top: -37px;
	width: 950px;
	z-index: 1;
}
#featured {
	width: 270px;
	overflow: hidden;
        margin:0 0 20px 0;
	float: left;
}
h2.featured {
	background: url('/images/featuredh2.png') no-repeat;
	width: 270px;
	height: 27px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
        margin:0;
}
.fentry {
	padding: 0px 12px;
	background: #eee;
}
.fentry img {
	margin-bottom: 10px;
}
.fentry h2 {
	font-size: 18px;
	padding-bottom: 20px;
	line-height: 12px;
}
#featured p.meta {
	background: url('/images/featuredmeta.jpg') no-repeat;
	height: 27px;
	padding: 10px;
	color: #46697c;
	position: relative;
margin:0;
padding:0;
}
#featured img.more_arrow {
	position: absolute;
	top:10px;
	right: 10px;
}
#brief {
	width: 649px;
	float: right;
}
h2.brief {
	background: url('/images/briefh2.png') no-repeat;
	width: 619px;
	height: 27px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	padding: 10px 10px 0 20px;
	margin-bottom: 10px;
}
#brief > .in {
	padding: 10px;
}
#brief .steps {
	background: #61a818 url('/images/stepsbg.jpg') no-repeat;
	width: 647px;
	height: 136px;
	margin-left: 2px;
	color: #a3d52b;
}
.steps h2 {
	font-size: 24px;
	color: #fff;
	padding: 15px 5px 15px 45px;
	background: url('/images/icons/stepicon.png') no-repeat left;
}
.steps h2 a {
	color: #fff;
}
.step {
	height: 102px;
	width: 175px;
	float: left;
	padding: 17px 20px;
	background: url('/images/split.jpg') no-repeat right;
}
.step a {
	color: #a3d52b;
}
.e3 {
 	background: transparent;
}
.step:hover,.step:hover a {
 	color: #fff;
 	text-decoration: none;
}
h2.latest {
	font-size: 18px;
	color: #666;
	text-transform: uppercase;
	border-bottom: 1px #e5e5e5 solid;
	margin-bottom:  20px;
	padding-top: 10px;
}
.lentry {
	width: 246px;
	background: #f5f5f5;
	padding: 20px 12px;
	display: block;
	float: left;
	margin: 0 70px 20px 0;
}
.le3 {
	margin-right: 0;
}
img.latest {
	margin-bottom: 10px;
}
.lentry h2 {
	font-size: 18px;
	padding-bottom: 20px;
	line-height: 12px;
}
.lentry img.more_arrow {
	position: absolute;
	right:0;
}
/***********************************************************
*******************CONTENT******************************/	
#content {
	width:647px;
	float:right;
	margin: 0;
	padding: 0;
}
#fcontent {
	width: 950px;
	padding: 10px 0 0 0;
}
.post h2 a:hover, .post h2 a:visited, .post h2 a,.apost h2, .apost h2 a:hover, .apost h2 a:visited, .apost h2 a {
	text-decoration : none;
	padding-bottom: 5px;
}
.post h2 {
	padding-bottom: 10px;
	display: block;
}
.apost h2 {
	line-height: 21px;
}
.post {
	padding: 0;
	margin-bottom : 0px;
}
.post ul, .post ol {
	margin-left : 25px;
}
.entry {padding :0; margin:40px 0 40px 0;}
	.entry h2 {font-size: 24px;}
	.entry img {max-width: 645px;margin: 5px;}
	img.alignleft {float:left;margin: 10px 10px 10px 0;display: inline;}
	img.alignright {float:right;margin: 10px 0 10px 10px;display: inline;}

.info {
	font-weight: bold;
	position: relative;
	color: #46697c;
	padding-top: 10px;
}
.apost {
	width: 609px;
	display: block;
	padding: 20px;
	margin-bottom:20px;
	position: relative;
	background: #f5f5f5;
	height: 190px;
}
.aentry {
	width: 340px;
	display: block;
	margin-left: 270px;
	min-height: 175px;
}
.aentry > .excerpt {
	height: 76px;
	margin: 5px 10px;
	overflow: hidden;
}
.aentry img.more_arrow {
	position: absolute;
	right:0;
}
.price,span.price {
	font-size: 18px;
	position: absolute;
	top: 20px;
	right: 15px;
	font-weight: normal;
	color: #ccc;
}
span.price {
	top:10px;
	right: 0;
}
.apost img.thumbnail {
	margin-right: 10px;
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
}
img.leadimage {
	width: 644px;
	height: 300px;
	margin: 0;
	padding: 0;
}
h4.map {
	display: block;
	padding-top: 10px;
}
small {
	font-size : 10px;
	color : #999;
}
p.postmetadata {
	margin-bottom : 10px;
	font-size: 11px;
	padding-left: 5px;
}
.navigation {display : block;font-size : 12px;font-weight : bold;padding: 10px 0;}
	.navigation a {padding: 5px 10px;background: #19a6ef;color:#fff;}
	.navigation a:hover {text-decoration: none;background: #66b51d;}
	.alignleft {float : left;text-align : left;}
	.alignright {float : right;text-align : right;}


/*******************************************************
*******************SIDEBARS******************************/
#sidebar {
	float:left;
	width:283px;
	margin: 0 0 20px 0;
	overflow: hidden;
}
#sidebar ul {
	list-style : none;
	margin : 0 0 20px 0;
	width: 270px;
}
#sidebar ul ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding:0;
}
#sidebar ul ul ul {
	margin: 0 0 0 5px;
	padding:0;
	width: 265px;
}
#sidebar ul ul ul ul {
	margin: 0 0 0 5px;
	padding:0;
	width: 260px;
}
#sidebar ul li {
	line-height : 24px;
	margin-bottom: 20px;
}
#sidebar ul ul li {
	margin-bottom: 0;
	padding: 0;
}
#sidebar ul ul ul li {
	margin-left : 5px;
	margin-bottom: 0;
	padding: 0;
}
#sidebar h2 {
	color: #666;
	font-size : 18px;
        margin:0;
        padding:0;
}
#sidebar a {
	color: #19a6ef;
}
#sidebar li.cat-item {
	margin: 0;
	padding: 0;
}
#sidebar li.cat-item a{
	display: block;
	font-size: 14px;
	background: #f5f5f5;
	padding: 5px 0 5px 10px;
	margin: 0 0 1px 0;
}
#sidebar li.current-cat a {
	background: url('/images/current-cat.jpg') no-repeat right;
	width: 273px;
	color: #fff;
}
#sidebar li.current-cat li a{
	color: #19a6ef;
}
#sidebar li.cat-item a:hover {
	background: url('/images/current-cat.jpg') no-repeat right;
	color: #fff;
	text-decoration: none;
	width: 273px;
}
#sidebar li.cat-item li a,#sidebar li.cat-item li li a , #sidebar li.cat-item li li li a{
	background: transparent;
}
#sidebar li.cat-item li a:hover,#sidebar li.cat-item li li a:hover , #sidebar li.cat-item li li li a:hover {
	color: #666;
	background: transparent;
	width: auto;
}
#sidebar ul ul li a:hover {
	display: block;
	padding-left: 10px;
}
#sidebar ul ul ul li a:hover {
	background: transparent;
	color:#fff;
}
#sidebar img {
	margin-top: 10px;
}
#featured {
	width: 270px;
	overflow: hidden;
	float: left;
}
#sidebar h2.featured {
	background: url('/images/featuredh2.png') no-repeat;
	height: 27px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
}
#sidebar .fentry a:hover {
	padding-left: 0;
}
#sidebar .fentry img {
	margin-top: 0;
}
#sidebar .excerpt {
	height: 58px;
	margin: 0 5px;
	overflow: hidden;
}
#sidebar p.meta {
	background: url('/images/featuredmeta.jpg') no-repeat;
	height: 37px;
	padding: 0 5px;
	color: #46697c;
	position: relative;
       margin:0;
}
#sidebar img.more_arrow {
	position: absolute;
	top:0;
	right: 10px;
}
/*******************************************************
*******************FOOTER******************************/
#footer {
	border-top: 8px #e5e5e5 solid;
	clear:left;
	width:950px;
}
#footer h2 {
	font-size: 18px;
	padding-bottom: 10px;
	color: #666;
}
.fleft {
	padding: 20px 0;
	width: 484px;
	float: left;
}
	.lleft {
		width: 222px;
		float: left;
		margin-right: 20px;
		padding: 0;
	}
	.lright {
		width: 222px;
		float: right;
		margin-right: 20px;
		padding: 0;
	}
.fright {
	padding: 20px 0;
	width: 464px;
	float: right;
}
	.rleft {
		width: 222px;
		float: left;
		margin-right: 20px;
		padding: 0;
	}
	.rright {
		width: 222px;
		float: right;
		padding: 0;
	}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer li li {
	list-style-type: disc;
	margin-left: 15px;
}
#footer .foot {
	width: 950px;
	min-height: 30px;
	display: block;
}
#footer ul.pages {
	width: 50%;
	float: right;
	text-align: right;
}
#footer ul.pages li {
	list-style-type: none;
	display: inline;
	padding: 0 5px;
}
#footer ul.pages a {
	color: #666;
}
/*******************************************************
*******************Defaults******************************/
h1{
	font-size: 28px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 21px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}
hr {
	display : none;
}
a {
	color: #19a6ef;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border:0px;
}
input, textarea {
    font-family:Georgia, serif;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}
/*Table Styling*/
table {
	margin-bottom: 10px;
}
table,th,tr,td {
	border: 1px #ccc solid;
	padding: 5px;
}
caption {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
th {
	background: #eee;
}
tr:hover {
	background: #eee;
}
td:hover {
	background: #ccc;
}
.clear {
	clear: both;
}
/*******************************************************
*******************Search Form******************************/

/* Search form for header area */	

		.hide {
			display: none;
		}
		.search {
			width: 940px;
			padding: 5px;
			background: #e9f5fb;
			margin: 5px 0;
		}
		#searchform {
			margin: 0 auto;
			width: 270px;
			height: 33px;
			background: url('/images/search.jpg') no-repeat;
			position: relative;
		}
		#searchsubmit {
			background: url('/images/go.jpg') no-repeat;
			width: 27px;
			height: 23px;
			border:0px;
			position: absolute;
			top: 5px;
			right: 10px;

		}
		#searchform #s {
			background: transparent;
			width : 216px;
			padding :7px 4px 5px 10px;
			color: #ccc;
			border: 0;
			display: inline;
			font-size: 14px;
		}
/*header*/
/* top links */
	.menu {
                float:right;
		padding-top: 30px;
	}
	.menu a{
		color: #999;
		font-weight: bold;
		font-size: 11px;
		padding: 35px 5px 5px 5px; 
	}
	.menu ul,.menu li {
		list-style-type: none;
		display: inline;
	}
	.menu li {
		margin-left: 10px;
	}
	.menu li.current-cat a,.menu li.active a{
		background: #19a6ef;
		color: #fff;
	}
	.menu li a:hover{
		background: #19a6ef;
		color: #fff;
		text-decoration: none;
	}
.logo {
float:left
}	
a.logo {
	display: block;
	float: left;	
        margin:0;
        padding:0;
}
.logo {margin:10px 0 0 0px;}
span.description {
	float: left;
	margin: 20px 0 0 0;
	border-left: 1px #ccc solid;
	padding-left: 10px;
}
/*new*/
body, input, textarea {
	font : 12px Helvetica , Arial, Sans-Serif;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-family : Georgia , Arial, Sans-Serif;
	font-weight:normal;
	clear:both;
	line-height: normal;
}

/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:12px;
}
ul {
	margin: 0 0 18px 1.5em;
}
ol {
	margin: 0 0 18px 3em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	text-align: left;
	width: 33%;
}
/*text*/
body, input, textarea {
	font : 12px Helvetica , Arial, Sans-Serif;
}
h1,h2,h3,h4,h5,h6 { 
	font-family : Georgia , Arial, Sans-Serif;
	font-weight:normal;
	clear:both;
	line-height: normal;
        color:#19A6EF;
}
h1 {margin:0; padding:0;}
/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:12px;
}
ul {
	margin: 0 0 18px 1.5em;
}
ol {
	margin: 0 0 18px 3em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	text-align: left;
	width: 33%;
}
/*blog*/
#blog { margin:30px 0 0 0;}
.blog-right{
	float:right;
	width:280px; /*290px minus the padding on left and right*/
	padding:0px 5px 5px 5px;}
.blog-right .blogrightcolumnitem ul
{
        list-style:none;
        text-decoration:none;
}
.blog-right .blogrightcolumnitem ul li a
{
        text-decoration:none;
}
.blog-right .blogrightcolumnitem ul li a:hover
{
        text-decoration:underline;
}
.blog-right .blogrightcolumntitle
{
        width:264px; /*280px minus the padding*/
	height:29px; /*36px minus padding*/
	margin:0px;
	padding:6px 3px 0px 13px;
	background-image:url(images/column_top_title.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#777;
	font-family:"Trebuchet MS", Arial;
	font-size:16px;
}
.blog-left{
	float:left;
	width:610px; /*640px minus the padding on left and right*/
	padding:0;
	min-height:200px;
}
.blogitem .heading {
	font-size:17px;
	margin:0px;
	padding:0;
        text-decoration:none;
}
.blogitem
{
margin:0 0 20px 0;
}
.blogitem .heading a {
	font-size:18px;
	margin:0px;
	padding:0;
        text-decoration:none;
}

.blogitem .post-info
{
   font-size:12px;
   margin: 0 0 15px 0;
   line-height:13px;
}
#blogcomments
{
    margin:20px 0 0 0;
    font-size:12px;
}
.blog-left .success
{
    margin:20px 0;
    text-align:center;
}
.blog-info .post-info .date
{
    display:inline;
float:left;
}
.blog-box
{
    margin:10px 0 0 0;
}
.blog-box .blogquoteavatar
{
    float:left;
    margin: 0 10px 10px 0;
    width:auto;
    height:auto;
    max-height:120px;
    max-width:120px;
}
.blogbacklink
{
     text-align:right;
}
/*faq*/
.faq
{
margin:0 0 20px 0;
}
.faq h3 {font-size:18px; color:#19A6EF}
/*contact*/
/***************************************************
			CONTACT
***************************************************/
.contactform {
	margin: 0px;
	float: left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding-top: 0px;
	width: 600px;
}
.contactform .formelementbuttons
{
display:block;
text-align:center;
margin:40px 0;
}
.contactform .submitbutton
{
border:solid 1px #aaa;
padding:7px 30px;
}
.contactform .success {
	padding: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-top: 25px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CACACA;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CACACA;
	background-color: #ededed;
}
.contactform .error {
	color: #f00;
	font-size: 11px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.contactform ul {
	margin: 0;
}
.contactform  li {
	float: left;
	margin-bottom:5px;
	position: relative;
	height:55px;
	list-style-type: none;
}
.contactform label {
	width: 420px;
	height: 20px;
	display: block;
}
.contactform  li.button {
	float: left;
	margin-bottom:10px;
	position: relative;
	height: 35px;
	list-style-type: none;
}
.contactform input, .contactform  textarea, .contactform  select {
	margin-bottom: 15px;
	background-color: #ededed;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CACACA;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CACACA;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
.contactform textarea {
	height: 82px;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	margin-bottom: 15px;
}
.contactform select {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	margin-bottom: 15px;
}
.contactform input:focus, .contactform  textarea:focus {
	background-color: #DBDBDB;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BCBCBC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #BCBCBC;
}
.contactform input.submit {
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #BD3D76;
	width: 110px;
	padding-top: 5px;
	padding-bottom: 6px;
}
.contactform .required {
	color:#CCCCCC; 
	font-size:0.9em; 
}
/*testimonial*/
/***************************************************
			TestimonialForm
***************************************************/
.testimonialform {
	margin: 0px;
	float: left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding-top: 0px;
	width: 600px;
}
.testimonialform .formelementbuttons
{
display:block;
text-align:center;
margin:40px 0;
}
.testimonialform .submitbutton
{
border:solid 1px #aaa;
padding:7px 30px;
}
.testimonialform .success {
	padding: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-top: 25px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CACACA;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CACACA;
	background-color: #ededed;
}
.testimonialform .error {
	color: #f00;
	font-size: 11px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.testimonialform ul {
	margin: 0;
}
.testimonialform  li {
	float: left;
	margin-bottom:5px;
	position: relative;
	height:55px;
	list-style-type: none;
}
.testimonialform label {
	width: 420px;
	height: 20px;
	display: block;
}
.testimonialform  li.button {
	float: left;
	margin-bottom:10px;
	position: relative;
	height: 35px;
	list-style-type: none;
}
.testimonialform input, .testimonialform  textarea, .testimonialform  select {
	margin-bottom: 15px;
	background-color: #ededed;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CACACA;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CACACA;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
.testimonialform textarea {
	height: 82px;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	margin-bottom: 15px;
}
.testimonialform input {
	width: 250px;
}
.testimonialform select {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	margin-bottom: 15px;
}
.testimonialform input:focus, .testimonialform  textarea:focus {
	background-color: #DBDBDB;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BCBCBC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #BCBCBC;
}
.testimonialform input.submit {
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #BD3D76;
	width: 110px;
	padding-top: 5px;
	padding-bottom: 6px;
}
.testimonialform .required {
	color:#CCCCCC; 
	font-size:0.9em; 
}
/*inforequest*/
/***************************************************
    			TestimonialForm
    ***************************************************/
    .inforequestform {
    	margin: 0px;
    	float: left;
    	-moz-border-radius: 7px;
    	-webkit-border-radius: 7px;
    	border-radius: 7px;
    	padding-top: 0px;
    	width: 250px;
    }
    .inforequestform .formelementbuttons
    {
    display:block;
    text-align:center;
    margin:10px 0;
    }
    .inforequestform a.submitbutton
    {
    border:solid 1px #aaa;
    padding:7px 30px;
    }
    .inforequestform .success {
    	padding: 20px;
    	-moz-border-radius: 7px;
    	-webkit-border-radius: 7px;
    	border-radius: 7px;
    	margin-top: 25px;
    	font-weight: bold;
    	border-top-width: 1px;
    	border-right-width: 1px;
    	border-bottom-width: 1px;
    	border-left-width: 1px;
    	border-top-style: solid;
    	border-right-style: solid;
    	border-bottom-style: solid;
    	border-left-style: solid;
    	border-top-color: #CACACA;
    	border-right-color: #FFFFFF;
    	border-bottom-color: #FFFFFF;
    	border-left-color: #CACACA;
    	background-color: #ededed;
    }
    .inforequestform .error {
    	color: #f00;
    	font-size: 11px;
    	position: absolute;
    	top: 0px;
    	right: 0px;
    }
    .inforequestform ul {
    	margin: 0;
    }
    .inforequestform  li {
    	float: left;
    	margin-bottom:5px;
    	position: relative;
    	height:55px;
    	list-style-type: none;
    }
    .inforequestform label {
    	width: 230px;
    	height: 15px;
    	display: block;
    }
    .inforequestform  li.button {
    	float: left;
    	margin-bottom:10px;
    	position: relative;
    	height: 35px;
    	list-style-type: none;
    }
    .inforequestform input, .inforequestform  textarea, .inforequestform  select {
    	margin-bottom: 15px;
    	background-color: #ededed;
    	color: #666666;
    	border-top-width: 1px;
    	border-right-width: 1px;
    	border-bottom-width: 1px;
    	border-left-width: 1px;
    	border-top-style: solid;
    	border-right-style: solid;
    	border-bottom-style: solid;
    	border-left-style: solid;
    	border-top-color: #CACACA;
    	border-right-color: #FFFFFF;
    	border-bottom-color: #FFFFFF;
    	border-left-color: #CACACA;
    	padding: 8px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	border-radius: 5px;	
    }
    .inforequestform textarea {
    	height: 82px;
    	width: 550px;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	padding: 8px;
    	margin-bottom: 15px;
    }
    .inforequestform input {
    	width: 220px;
    }
    .inforequestform select {
    	width: 200px;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	padding: 8px;
    	margin-bottom: 15px;
    }
    .inforequestform input:focus, .inforequestform  textarea:focus {
    	background-color: #DBDBDB;
    	color: #333333;
    	border-top-width: 1px;
    	border-right-width: 1px;
    	border-bottom-width: 1px;
    	border-left-width: 1px;
    	border-top-style: solid;
    	border-right-style: solid;
    	border-bottom-style: solid;
    	border-left-style: solid;
    	border-top-color: #BCBCBC;
    	border-right-color: #FFFFFF;
    	border-bottom-color: #FFFFFF;
    	border-left-color: #BCBCBC;
    }
    .inforequestform input.submit {
    	color: #fff;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-moz-box-shadow: 0 1px 3px #999;
    	-webkit-box-shadow: 0 1px 3px #999;
    	text-shadow: 0 -1px 1px #222;
    	cursor: pointer;
    	border-top-style: none;
    	border-right-style: none;
    	border-bottom-style: none;
    	border-left-style: none;
    	background-color: #BD3D76;
    	width: 110px;
    	padding-top: 5px;
    	padding-bottom: 6px;
    }
    .inforequestform .required {
    	color:#CCCCCC; 
    	font-size:0.9em; 
}

