* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/bgd.png) repeat-x;
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	color: #DD1A5C;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #DD1A5C;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

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

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

#logo-holder {
	width:240px;
	float:left;
	margin-top: 45px;
}

/* Menu */

#menu-wrapper {
	margin-left:auto;
	margin-right:auto;
	width:920px;
}

#menu {
	float:right;
	width: 600px;
	height: 40px;
	margin-top: 55px;
	margin-bottom: 30px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 85px;
	height: 25px;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #ffffff;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 5px;
	margin-left: 5px;
}

#menu a:hover {
	background-color: #dd1a5c;
	-moz-border-radius: 5px; 
}

#menu .active a {
	background-color: #dd1a5c;
	-moz-border-radius: 5px; 
}

/*Admin Menu */

#adminmenu-wrapper {
	margin-left:auto;
	margin-right:auto;
	width:920px;
}

#adminmenu {
	float:right;
	width: 500px;
	height: 40px;
	margin-top: 55px;
	margin-bottom: 30px;
}

#adminmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#adminmenu li {
	display: inline;
}

#adminmenu a {
	display: block;
	float: left;
	width: 85px;
	height: 25px;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #ffffff;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 5px;
	margin-left: 5px;
}

#adminmenu a:hover {
	background-color: #dd1a5c;
}

#adminmenu .active a {
	background-color: #dd1a5c;
}

/* Header */

#header {
	width: 960px;
	height: 170px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url(images/img02.jpg) no-repeat;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(images/img03.jpg) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

/* Content */

#content {
	float: left;
	width: 100%;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.orangebox {
	background: url(images/img05.gif) repeat-y;
}

.orangebox h2 {
	background: url(images/img06.gif) repeat-y;
}

/* Footer */

#footer {
	clear: both;
	height: 50px;
	padding: 25px 0;
	background-color:#212121;
}

#footer p {
	margin: 0;
	text-align: left;
	font-size: 77%;
}

#footer a {
	color: #666666;
}
#banner {
	background-image:url(images/banner.png);
	background-repeat:no-repeat;
	width:887px;
	height:85px;
	padding-top: 200px;
	padding-left: 25px;
}
#prod-highlights {
	background-image:url(images/info-bgd.png);
	background-repeat:no-repeat;
	height:147px;
	width:915px;
	margin-top:30px;
}
#highlight-holder1 {
	float:left;
	width:228px;
	height:146px;
	background-image:url(images/high-1.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#highlight-holder2 {
	float:left;
	width:228px;
	height:146px;
	background-image:url(images/high-2.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#highlight-holder3 {
	float:left;
	width:228px;
	height:146px;
	background-image:url(images/high-3.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#highlight-holder4 {
	float:left;
	width:228px;
	height:146px;
}
.high-heading {
	font-size:14px;
	font-weight:bold;
	color:#212121;
	padding-left:8px;
	padding-top:10px;
}
.high-heading a{
	color:#212121;
	text-decoration:none;
}
.high-heading a:hover{
	color:#e65569;
	text-decoration:none;
}
.high-desc {
	font-size:12px;
	width:160px;
	padding-left:8px;
	padding-top:10px;
}
.high-desc-full {
	font-size:12px;
	width:210px;
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;
}
#info-pages {
	border:8px solid #cececd;
	padding:10px;
	-moz-border-radius: 5px; 
}
.bigborder {
	border:5px solid #dd1a5c;
	margin-top:10px;
	padding:5
}
.first-buy {
	background-color:#e9e9e8;
	text-align:center;
}
.second-buy {
	background-color:#fed6e3;
	text-align:center;
}
.head-buy {
	background-color:#fff;
	text-align:center;
}
.bordernone {
	border:none !important;
}
#buy-now {
	margin-top:10px;
	margin-bottom: 10px;
	text-align:center;
}
#login-btn {
	margin-left:385px;
	width: 85px;
}
#addsite-btn {
	margin-left:310px;
	width: 175px;
}
/*---------------------------------------------
  			   pricing page table 
  --------------------------------------------*/
table {
border-collapse:collapse;
margin:10px 0;
}

	td,th {
		border-collapse:collapse;
		color:#4c4c4c;
		padding:10px 15px;
		}

	th{
		background:url(images/table-head-mid.gif) repeat-x 0 0;
		text-align:center;
		padding-left:20px;
		}
		
	th.lefthead{
		background:url(images/table-head-left.gif) no-repeat 0 0;
		text-align:center;
		padding-left:20px;
		}
	th.righthead{
		background:url(images/table-head-right.gif) no-repeat right top;
		text-align:center;
		}

	.borderright	{
		border-right:1px solid #ddd;
		}

	.borderleft	{
		border-left:1px solid #ddd;
		}

	th h2	{
	font-size:2em;
	font-weight:bold;
	color:#DD1A5C;
	margin:0;
	padding:0;
		}	

	th sup	{
		font-size:9px;
		font-weight:normal;
		letter-spacing:normal;
		}

		.signup_button {
			background:url(images/signup_button.gif) no-repeat left top;
			display:block;
			font:normal 18px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
			color:#fff;
			width:105px;
			line-height:36px;
			text-decoration:none;
			}
		.signup_button:hover {
			background-position: right top;	
			text-decoration:none;
			color:#fff;	
			}	
			
		.contact-icon	{
			margin:10px 20px 10px 80px;
		}
		
.signup_icon	{
	padding:0 10px 0 0;
}

.hr_line	{
	border-top:1px solid #CCCCCC;
	height:1px;

}

label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.5em; }
input, textarea, select { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; }   
input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
input.submit { cursor: pointer; border: 1px solid #222; background:#333; color:#fff; -moz-border-radius: 5px; -webkit-border-radius:5px; }
input.submit:hover {
	background-color: #DD1A5C; border:1px solid #930334;
}
fieldset { padding:20px; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }

span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#succsess_page h1 { background: url('assets/success.gif') left no-repeat; padding-left:22px; }

/* Pricing Page CSS */

#pricing-table {
	padding-top:10px;
}
#pricing-header {
	background-color:#dd1a5c;
}
#header-column1 {
	float:left;
	width:190px;
	padding-left:5px;
	padding-right:5px;
}
#pricing-column1 {
	float:left;
	width:200px;
}
#header-column2 {
	float:left;
	width:150px;
	padding:5px;
	text-align:center;
}
#pricing-column2 {
	float:left;
	width:158px;
	text-align:center;
}
#pricing-column3 {
	float:left;
	width:178px;
	text-align:center;
}
#header-column3 {
	float:left;
	width:170px;
	padding:5px;
	text-align:center;
}
#header-column4 {
	float:left;
	width:150px;
	padding:5px;
	text-align:center;
}
#pricing-column4 {
	float:left;
	width:158px;
	text-align:center;
}
#header-column5 {
	float:left;
	width:170px;
	padding:5px;
	text-align:center;
}
#pricing-column5 {
	float:left;
	width:180px;
	text-align:center;
}
.header-sub-text {
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}
#pricing-holder {
	background-color:#ebebeb;
	padding-top:15px;
}
#pricing-row {
	padding:5px;
	border-bottom:1px solid#d7d6d6;
	border-top:1px solid#d7d6d6;
}
#pricing-row-white {
	padding:5px;
	background-color:#FFF;
	border-bottom:1px solid#d7d6d6;
	border-top:1px solid#d7d6d6;
}
#footer-holder {
	width:920px;
	margin-left:auto;
	margin-right:auto;
}
#left-footer {
	width:70%;
	float:left;
	text-align:left;
}
#right-footer {
	width:25%;
	float:right;
	text-align:right;
	padding-right:10px;
}
