* {margin:0;padding:0;} 
/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height:100%;}

body {
	background:url(http://sitesinseconds.com/images/bg-body.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	font-family:arial, verdana, helvetica;
	font-size:.8em;
}

#wrap {
	width:100%;
	min-height:100%;
}

#menubar {
	background:#000;
	width:100%;
	height:50px;
}

#menusect {
	width:960px;
	margin:0 auto;
}

#menusect img {
	float:left;
}

#menu {
	padding:14px 0 0 0;
	text-align:right;
}

#menu ul, li{
	display:inline;
}

#menu a {
	padding:0 25px 0 0;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	text-decoration:none;	
}

#menu a:hover {
	color:#777;
}

#textbar {
	background:#fff;
	width:100%;
	height:120px;
}

#textsect {
	padding: 10px 10px 5px 10px;
	width:960px;
	margin:0 auto;
	color:white;
}

#textsecttxt p {
	color:#000;
	line-height:150%;
	font-size:14pt;
	margin:8px 0 0 0;
	font-weight:100;
}

#headerbar {
	background:#444;
	width:100%;
	height:325px;
}

#headerbarsub {
	background:#444;
	width:100%;
	height:65px;
}

#headersect, #headersectsub {
	width:960px;
	margin:0 auto;
	color:white;
}

#headersect h1, #headersectsub h1 {
	font-family:Georgia;
	font-size:27px;
    font-weight:normal;
	line-height:150%;
	margin:17px 0 0 0;
}

.bigdollar {font-size:45px;}

#headertxt h2 {
	font-family:Georgia;
	font-size:18px;
    font-weight:normal;
	line-height:150%;
	margin:0 0 0 0;
}

#headersectsub h1 {
	font-size:21px;
	margin:15px 0 0 0;
}

#headertxtsub {
	width:520px;
	float:left;
}

#headertxt {
	width:520px;
	float:left;
}

#headertxt img {
	margin:10px 10px 0 65px;
}

#headertxt p {
	line-height:170%;
	font-size:15px;
	margin:6px 0 0 0;
}

#headerslides {
	width:400px;
	height:225px;
	float:right;
	margin-right:30px;
}

#headerslides img {
	margin:60px 70px 25px 25px;
	border:1px solid #888;
	box-shadow:2px 2px 35px #ccc;
	-moz-box-shadow:2px 2px 35px #ccc;
	-webkit-box-shadow:2px 2px 35px #ccc;
}

#startbar {
	background:#fff;
	width:100%;
	height:90px;
}

#startsect {
	width:960px;
	margin:0 auto;
}

#mainbar {
	background:#fff url(http://sitesinseconds.com/images/back_content.gif);
	background-position:top left;
	background-repeat:repeat-x;
	width:100%;
}

#main {
	overflow:auto;
	padding-bottom:175px; /* must be same height as the footer */
	width:960px;
	margin:0 auto;
}

#main p {
	padding:15px 0 0 0;
}

#main h1 {
	font-size:20pt;
    font-weight:normal;
	font-family:Georgia;
	padding:15px 0 0 10px;	
}

#main h2 {
	font-size:16pt;
    font-weight:normal;
	font-family:Georgia;
	padding:25px 0 0 0;	
}

.item {
	border:1px solid #ddd;
	width:178px;
	float:left;
	margin:10px 14px 10px 0;
	background:url(http://sitesinseconds.com/images/bg-text.png);
}

.lastitem {
	border:1px solid #ddd;
	width:178px;
	float:left;
	margin:10px 0 10px 0;
	background:url(http://sitesinseconds.com/images/bg-text.png);
}

.item p {
	font-size:.85em;
	margin:0 10px 10px 10px;
}

.lastitem p {
	font-size:.85em;
	margin:0 10px 10px 10px;
}

.item img {
	padding:10px 10px 0 10px;
	width:155px;
}

.lastitem img {
	padding:10px 10px 0 10px;
	width:155px;
}

#footercontainer {
	position:relative;
	margin-top:-175px; /* negative value of footer height */
	height:175px;
	clear:both;
	background:#000;
} 

#footer {
	width:960px;
	margin:0 auto;
	padding:8px 0 20px 0;
}

#footer a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	color:#ddd;
	text-decoration:underline;
}

.footOne {
	float:left;
	width:500px;
	color:#fff;
	font-size:8pt;
	text-align:left;
	margin:10px 0 0 0;
}

.footTwo {
	float:right;
	width:400px;
	color:#fff;
	font-size:8pt;
	text-align:right;
	margin:10px 0 0 0;
}



/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



#featdiv {
	width:940px;
}

#featuredivl {
	width:465px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
}

#featuredivlr {
	width:465px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
}

#featuredivr {
	width:465px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
}

#mainbar #main .package #featdiv #featuredivl ul li,
#mainbar #main .package #featdiv #featuredivlr ul li,
#mainbar #main .package #featdiv #featuredivr ul li {
	margin:8px 0 5px 12px;
	padding:0 0 12px 0;
	display:inline-block;
	border-top:none;
	border-right:none;
	border-left:none;
	float:none;
}

#mainbar #main .package {background:#fff; border: 1px solid #dddddd; width:950px; margin:15px 0 20px 0;padding-bottom:20px;overflow:hidden;}
#mainbar #main .package h2 {margin:-15px -15px 0 -15px; background-color:#00afe4; text-align:center; font-weight:normal; font-size:28px; letter-spacing:-1px; color:#FFF; padding:25px 0 12px 0;}



#mainbar #main .package ul {text-align:left; width:455px;}
#mainbar #main .package li {padding:6px 0 6px 20px; display:block; border-bottom:1px solid #ddd; font-size:14px;}


.packagefeatures {background:#fff; border: 1px solid #dddddd; width:950px; margin:15px 0 20px 0;padding-bottom:20px;overflow:hidden;}
.packagefeatures h2 {margin:-15px -15px 0 -15px; background-color:#00afe4; text-align:center; font-weight:normal; font-size:28px; letter-spacing:-1px; color:#FFF; padding:25px 0 12px 0;line-height:200%;}
.packagefeatures li {padding:6px 0 6px 60px; display:block; border-bottom:1px solid #ddd; font-size:14px;}
.packagefeatures strong {color:#e59b00;font-size:13pt;}

.package p {margin-left:15px;}
.package strong {color:#e59b00;margin-left:-15px;font-size:13pt;}
.package a {color:#000; margin-left:0; text-decoration:none;}


.addritem {
	width:450px;
	float:left;
	margin-left:15px;
}

form {
	background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
	background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
	margin:25px 0 15px 15px;
	position:relative;
	width:340px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	color: #09C;
	text-decoration: none;
	padding:10px;
	border: 1px solid #999;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input, select {
	width:330px;
	display:block;
	border: 1px solid #999;
	height: 25px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

select {
	padding:2px;
}

option {
	padding:2px 5px;
}

textarea#comments {
	width:330px;
	height:150px;
	margin-bottom:15px;
}

input.button {
	width:100px;
	position:absolute;
	right:20px;
	bottom:20px;
	background:#09C;
	color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	height:30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1p solid #999;
}

input.button:hover {
	background:#fff;
	color:#09C;
}

textarea:focus, input:focus {
	border: 1px solid #09C;
}


#floatstrtbutt {
	float:right;
	height:83px;
	width:264px;
	margin:80px 25px 0 15px;
}







		body {background:#dcecf5;}
		#home #intro .wrap {padding: 10px 10px 5px 10px;height:87px;}
		#header {background: #343434 url(http://sitesinseconds.com/images/head-bg.jpg); height:300px;}
		#intro .wrap {width: 940px; margin: 0 auto; padding: 15px 10px 50px;}
		#header p {margin: 0; font-size: 15px; font-weight:100;}
		#content #main2 {width: 940px;}
		#content #main2 p {font-size: 12px; line-height: 150%; margin: 20px 20px 0px 0px}
		#home #main2 ul {margin: 0 0 0 0; padding: 0; list-style: none}
		#home #main2 ul li {display: block; float: left; width: 940px; height:240px; margin: 0 20px 0 0;padding:10px 10px 25px 10px;}
		#home #main2 ul li h3 {font-size: 18px; font-weight: bold; color: #333333}
		#home #main2 ul li p {line-height: 1.0em; font-size: 12px}
		.left {float:left; margin: 0 25px 0 0;}
		.right {float:right; margin:0 0 0 25px;}
		.odd {background:#efefef;}
		.even {background:#dedede;}
		.bulletpoint {width:940px; clear:both;margin-top:30px;padding:15px;}
		.bulletpoint h1 {font-size:45pt;color:#006cff;font-weight:100;display:inline-block;margin-top:-10px;margin-bottom:-20px;}
		.point1 {background: url(http://sitesinseconds.com/images/sect-01.png);background-repeat:no-repeat;}
		.point2 {float:right;width:480px;}
		.point3 {float:left;width:480px;}
		.point4 {float:right;width:610px;}
		.height300 {height:290px;}

		
#mainbar #main ul {margin:0; padding:0; list-style:none;}
#mainbar #main ul li {display: block; float: left; margin: 12px; border:1px dotted #bbb; background:#fff; padding:4px;}

#mainbar #main ul li img {float: left}
#mainbar #main ul li span {display: block; float: left; width: 200px; height: 150px; overflow: hidden}



#mainbar #main .packagefeatures li {border-top:transparent; border-right:transparent; border-bottom:1px solid #ddd; border-left:transparent; padding:10px 10px 10px 60px;width:90%}


.cmaheader {
	background:#06f;
	color:#fff;
	display:block;
	padding:8px 10px;
	font-size:14pt;
	font-weight:bold;
}

.cmaitemgrey {
	background:#eee;
	padding:10px 4px;
	display:block;
}

.cmaitemwhite {
	background:#fff;
	padding:10px 4px;
	display:block;
}

.cmaheader a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.cmaheader a:hover {
	color:#ccff66;
}

.cmaitemgrey a, .cmaitemwhite a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding-right:10px;

}

.cmaitemgrey a:hover, .cmaitemwhite a:hover {
	color:#00d;
	text-decoration:underline;
}

.itemhead {
	padding-left:15px;
	font-size:12pt;
	font-weight:bold;
	width:190px;
	display:inline-block;
	vertical-align:top;
}

.itemhead2 {
	padding-left:15px;
	padding-top:10px;
	font-size:12pt;
	font-weight:bold;
	width:190px;
	display:inline-block;
	vertical-align:top;
}

.itemheadsmall {
	font-size:8pt;
	font-weight:normal;
}

.itemcontent {
	font-size:11pt;
	font-weight:normal;
	width:550px;
	display:inline-block;
	vertical-align:top;
}

.itemcontentn {
	font-size:11pt;
	font-weight:bold;
	width:310px;
	display:inline-block;
	vertical-align:top;
}

.itemcontentw {
	font-size:11pt;
	font-weight:normal;
	width:550px;
	display:inline-block;
	vertical-align:top;
	text-align:right;
}

.itemaction {
	text-align:right;
	font-size:9pt;
	font-weight:normal;
	width:180px;
	display:inline-block;
	vertical-align:top;
	padding:0;
}

.itemaction input[type="submit"] {
	margin:0;
	padding:2px 8px;
}

.itemaction a:hover {
    text-decoration: none;
	color:#06f;
}

.itemactionn {
	width:1px;
	display:inline-block;
	padding:0;
}

.itemactionw {
	text-align:left;
	font-size:9pt;
	font-weight:normal;
	width:240px;
	display:inline-block;
	vertical-align:top;
	padding:0;
}

.itemcontentw a:hover {
    text-decoration: none;
	color:#4444ff;
}

.modern {
	font-size:9pt;
    display: inline-block;
    margin: 0;
    padding: 6px 10px;
	width:120px;
    background: #eeeeee;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 6px;
    transition: all 0.3s ease-out;
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 
        0 0 4px 1px rgba(0,0,0,0.2);
	text-align:center;
}
 
.modern {
    box-shadow:none;
}
 
.modern:hover {
    background: #dedede;
    text-decoration: none;
    box-shadow:none; 
    border: 1px solid rgba(0,0,0,0.30);
}

.modernsmall {
	font-size:9pt;
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 3px 10px;
	width:45px;
    background: #eeeeee;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 6px;
    transition: all 0.3s ease-out;
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 
        0 0 4px 1px rgba(0,0,0,0.2);
	text-align:center;
}
 
.modernsmall:hover {
    background: #dedede;
    text-decoration: none;
    box-shadow:none; 
    border: 1px solid rgba(0,0,0,0.30);
}

.modernspacer {
    display: inline-block;
	width:76px;
}

.modernflex {
	font-size:9pt;
    display: inline-block;
    margin: 0;
    padding: 6px 10px;
    background: #eeeeee;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 6px;
    transition: all 0.3s ease-out;
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 
        0 0 4px 1px rgba(0,0,0,0.2);
	text-align:center;
}
 
.modernflex:hover {
    background: #dedede;
    text-decoration: none;
    box-shadow:none; 
    border: 1px solid rgba(0,0,0,0.30);
}

.startbutton img {
	padding:25px 0 0 0;
	margin:25px 0 0 0;
}

.startbuttonsub img {
	padding:10px 20px 0 0;
	float:right;
}

.lrgerpara {
	font-size:16px;
}

