/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background-color: #73C5E5;
	background-image: url(images/template_background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	border: 20;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: normal;
	font-size: 20px;
}

h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
}

a {
	font-weight: bold;
	color: #4773C1;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
}


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




/** HEADER */

#header {
	width: 770px;
	margin: 0px auto;
	background: #FFFBFD url(images/img02.gif) repeat-x left top;
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 20px;
}

#header h2 {
	margin: 0px;
	font-size: 18px;
}

/** MENU */

#menu {
	width: 771px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #60B7DE;
	text-align: center;
}

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

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #73C5E5;
}

/** CONTENT */

#content {
	width: 770px;
	background-image:url(images/content_bg.gif);
	background-repeat: repeat-y;
	height: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 140%;
	font-size: 12px;
	list-style-type: square;
	list-style-image: url(images/bbullet.GIF);
}

#left {
	float: left;
	width: 500px;
	padding: 0px 10px 10px 20px;
	font-size: 12px;
}

#testimonial {
	width:445px;
	background-color:#FFF;
	padding-left: 10px;
}

#right {
	float: right;
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#colA {
	float: left;
	width: 230px;
	padding: 0px 20px 0px 0px;
}

#colB {
	float: right;
	width: 230px;
	padding: 0px 0px 0px 0px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 5px solid #60B7DE;
	background-color: #FFF;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 20px 10px 0px 20px;
	color: #4773C1;
}

#border-top {
	border-top: 5px solid #60B7DE;
}
#content #right ul li {
	list-style-type: square;
	list-style-position: outside;
}

#livehelp {
	height: 100px;
	width: 363px;
	margin-left:57px;
	margin-right:57px;
}

#craftysyntax {
	float: left;
	width: 230px;
}


#increase-marketing-roi {
	float: right;
	width: 133px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 5px solid #60B7DE;
	background-color: #FFF;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 20px 10px 0px 20px;
	color: #4773C1;
}

#border-top {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #60B7DE;
}
#content #right ul li {
	list-style-type: square;
	list-style-position: outside;
}

