@charset "utf-8";
/* CSS Style Sheet for SunGlow Media v.2 */

/* Layer Coding and Placement */

body {
	background-color: #FFFFCC;
	background-image: url(images/headerbg3.gif);
	background-repeat: repeat-x;
	background-position: top;
	}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}

#siteheader {
	margin: 0;
	padding: 0;
	width: 800px;
	text-align: left;
	}

#centercontainer {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/bodybg.jpg);
	background-position: top;
	background-color: #efefef;
	background-repeat: no-repeat;
	float: left;
	}

#tagline {
	width: 785px;
	text-align: right;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

#sections {
	width: 800px;
	background-image: url(images/sectionbg1.jpg);
	background-repeat: no-repeat;
	float: left;
	background-color: #FFCC33;
	background-position: top;
	}

#graphicdesign {
	width: 190px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	}

#webdesign {
	width: 190px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	}

#photography {
	width: 190px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	}

#marketing {
	width: 190px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	}

#news {
	width: 790px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
	}

#footer {
	width: 800px;
	float: left;
	clear: both;
	margin-top: 5px;
	}

#clientnav {
	width: 210px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	}

#clientnav a {
	text-decoration: underline;
	color: #000000
	}

#clientshow {
	width: 550px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	background-color: #FFFFFF;
	}

#pricing {
	width: 790px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	clear: both;
	}
	
/* Font Coding For Website */
.topnavlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	}

.topnavlinks a:link, .topnavlinks a:visited {
	text-decoration: none;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}

.topnavlinks a:hover, .topnavlinks a:active {
	text-decoration: underline;
	color: #FFCC00;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}

.frontpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}

.sunglowtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DF1A22;
	font-weight: bold;
	}

.sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990033;
	font-weight: bold;
	}

.featured {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
	font-weight: bold;
	}

.sectioncopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990033;
	}

.newscopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	}
