/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size:12px;
	}

a {
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}

/*wrapper*/

#wrapper {
	width:900px;
	margin-top:20px;
	margin-bottom:5px;
	margin-left:20px;
	}


/*header*/

#header {
	background-color:#2AAFD6;
	height:60px;
	background-image:url(../Images/Curves/QuoteTopRight.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	}

#logo {
	float: left;
	background:#fff;
	height:60px;
	}

#quote {	
	background-image:url(../Images/Curves/QuoteTopLeftt.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#2aafd6;
	float: left;
	width:450px;
	height:60px;
	}
	
#quote p {
	font-family:cursive;
	font-size:1.5em;
	font-style:italic;
	font-weight:normal;
	padding-top:20px;
	padding-left:15px;
	color:#fff;
	}
	
/*content*/


#topImg {
	z-index:3;
	position:absolute;
	top:14px;
	left:736px;
	}

#main {
	float:right;
	width:700px;
	
	}

#mainTitle {
	position:relative;
	background-color:#2aafd6;
	width:700px;
	z-index:2;	
	}
	
#mainTitle h1 {
	padding-left:10px;
	padding-top:20px;
	margin-bottom:20px;
	font-size:19px;
	color:#fff;
	font-weight:normal;
	}
	
.line2 {
	font-size:19px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
	}

.line3 {
	font-size:19px;
	padding-left:40px;
	color:#fff;
	}
	
#mainContent {
	position:relative;
	z-index:4;	
	width:700px;
	padding-bottom:10px;
	background-image:url(../Images/Curves/ContentTopRight.png);
	background-position:top right;
	background-repeat:no-repeat;
	}
	
#one {
	width:315px;
	padding-left:20px;
	float:left;
	}
	
#two {
	width:315px;
	padding-right:20px;
	float:right;
	}
	
#three {
	width:315px;
	padding-left:20px;
	float:left;
	}
	
#four {
	width:315px;
	padding-right:20px;
	float:right;
	}
	
#one h1, #two h1, #three h1, #four h1 {
	margin-top:10px;
	padding:5px;
	text-align:center;
	background-color:#2aafd6;
	}
	
#one h1 a, #two h1 a, #three h1 a, #four h1 a {
	color:#9933FF;
	display:block;
	}
#mainContent p {
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	}
	
#mainContent .center {
	text-align:center;
	}
	
#mainContent h2 {
	font-size:14px;
	padding:12px;
	color:#F60;
	text-align:center;
}

#mainContent a.demo {
	font-size:14px;
	padding:12px;
	color:#F60;
}
	
#mainContent a {
	color:#2aafd6;
	font-size:12px;
	font-weight:bold;
	}
	
#mainContent img {
	padding:10px;
	}
	
#one img, #two img, #three img, #four img {
	padding:5px;
	}
		
#services {
	width:700px;
	padding-top:20px;
	}
	
#services a {
	font-size:12px;
	color:#666;
	}

#webServices {
	float:left;
	width:340px;
	margin-left:4px;
	}
	
#webServices h1 {
	padding-top:5px;
	padding-bottom:5px;
	background-color:#9462AE;
	border-bottom: solid 1px #fff;
	text-align:center;
	color:#fff;
	}
	
#webServices p {
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	}
	

#webServices a {
	color:#666;
	font-size:12px;
	}
	
#networks {
	float:right;
	width:340px;
	margin-right:4px;
	padding-left: 2px;
	}
	
#networks h1 {
	padding-top:5px;
	padding-bottom:5px;
	background-color:#F16B1B;
	border-bottom: solid 1px #fff;
	text-align:center;
	color:#fff;
	}
	
#networks p {
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	}
	
#networks a {
	color:#666;
	font-size:12px;
	}
	
.h1a {
	color:#fff;
}
	

/*leftColumn*/

#leftColumn {
	width:200px;
	float:left;
	}
	
#navLinks {
	background-color:#f16b1b;
	background-image:url(../Images/Curves/NavLinksBotRight.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding-top:5px;
	padding-bottom:8px;
	list-style:none;
	}
	
#navLinks li {	
	padding-bottom:1px;
	padding-top:2px;
	padding-left:18px;
	background-image:url(../Images/navLinkDots.jpg);
	background-repeat:no-repeat;
	}
	
#navLinks a {	
	color:#fff;	
	font-size:15px;


	}

#navLinks li.first {
	margin-top:5px;
	}
	
#navLinks li.last {
	margin-bottom:8px;
	}	

/*#tips {
	background-color:#96E0AC;
	background-image:url(../Images/Curves/TipsTopRight.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	}*/
	
#img {
	padding-top:10px;
	}

	

/*rtColumn*/

/*#rtColumn {
	width: 250px;
	float:right;
	background-color:#2aafd6;
	/*border-left: dotted 3px #666;*/
	}
	
#secLinks {
	position:relative;
	z-index:1;
	margin-top:-45px;
	background-color:#96E0AC;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	text-align:center;
	width:150px;
	margin-left:80px;
	}
	
#secLinks a {
	font-size:12px;
	color:#666;
	}
	
#secLinks li {
	padding-bottom:10px;
	list-style:none;
	}
	
li.first {
	padding-top:20px;
	}
	
#secLinks li.last {
	padding-bottom:15px;
	}
	
#botRtCol {
	position:relative;
	z-index:5;
	background:#fff;
	}
	
#partners {
	width:235px;
	background-color:#fff;
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:5px;
	}
	
#partners p {
	color:#9933FF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	}
	
#partners img {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	}
	
#img2 {

	}
	
	
#sell img {
	padding-top:5px;
	padding-left:0px;
	background-color:#fff;
	}	
	
/*footer*/

#footer {
	clear:both;
	}
	
#address {
	float:left;
	background-color:#f16b1b;
	background-image:url(../Images/Curves/AddressBotRight.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	border-right: solid 1px #fff;
	border-top:solid 1px #fff;
	width:149px;
	}

#address p,a {
	color:#fff;
	font-size:10px;
	padding:5px;
	}
	
#botLinks {
	margin-top:15px;
	float:right;
	background-color:#2aafd6;
	width:750px;
	padding-top:5px;
	padding-bottom:5px;
	list-style:none;
}

#botLinks a {
	font-size:12px;
	color:#fff;
	}

#botLinks li {
	display:inline;
	padding-right:10px;
	border-right:solid 1px #fff;
	padding-left:10px;
	}
	
#botLinks li.first {
	margin-left:90px;
	text-decoration:none;
	}
	
#botLinks li.last {
	border-right:none;
	}

#copyright {
	float: right;
	width:750px;
	padding-top:10px;
	}
	
#copyright li {
	font-size:10px;
	display:inline;
	padding-left:10px;
	}
	
#copyright li.first {
	padding-left:40px;
	}
	
#copyright li.last {
	padding-left:50px;
	}
	
form {
	line-height:25px;
}