/*
Theme Name: Sweet Internet Marketing
Theme URI: http://www.sweetinternetmarketing.com/
Description: Sweet Internet Marketing Theme.
Version: 1.0
Author: Sound Strategies, Inc.
Author URI: http://www.soundst.com/

*/

*{
	margin: 0;
	padding: 0;
}
html{
	overflow-y: scroll;
}
body{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #686964;
	background-color: #2b3539;
	height: 100%;
}
a{
	outline: none;
}
ul {
	margin: 3px 0 5px 25px;
}
ul li {
	margin: 3px 0 1px 0;
}
img{
	border: 0;
}
#bg {
	background: url(images/top-bg.gif) repeat-x top center;
	height: 100%;
}
#bg td {
	height: 100%;
}
#wrap{
	width: 100%;
	height: 100%;
	background: url(images/top-left-corner.png) no-repeat left top;
}
#inner{
	width: 858px;
	margin: 0 auto;
}
#header{
	display: block;
	height: 19px;
	padding-left: 225px;
	padding-top: 7px;
	text-align:  center;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #8e8f8a;
}

#sidebar{
	float: left;
	width: 226px;
}

#content{
	float: right;
	width: 624px;
	margin-top: 2px;
	border-style: solid;
	border-color: #c4e294;
	border-width: 1px;
	min-height: 433px;
	background: #fff url(images/content-se-corner.png) no-repeat right bottom;
}

#logo{
	display: block;
	width: 207px;
	height: 165px;
	background: url(images/logo.png) no-repeat top;
	background-position: left;
	position: relative;
	margin-bottom: -9px;
}
#logo:hover{
	background-position: right;
}

/* Left Navigation*/
#left-nav{
	width: 225px;
}
#left-nav a{
	font-family: Century Gothic, Verdana, Geneva, Arial, sans-serif;
	display: block;
	color: #f0f4e1;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	font-size: 32px;
	font-weight: 100;
	line-height: 78px;
	margin-bottom: 7px;
}
#left-nav a:hover{
	text-decoration: underline;
}
#left-nav .pink{
	background: url(images/left-pink.png) no-repeat left;
}
#left-nav .green{
	background:  url(images/left-green.png) no-repeat left;
}
#left-nav .blue{
	background: url(images/left-blue.png) no-repeat left;
}



#top-nav{
	height: 100px;
	background: #8cc63f;
}
#CompanyName{
	color: #fff;
	font-family: Century Gothic, Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 40px;
	line-height: 60px;
}
#MainMenu {
	height: 40px;
}
#MainMenu a{
	font-family: Verdana, Geneva, Arial, sans-serif;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #d4145a;
	font-size: 14pt;
	height: 30px;
	width: 124px;
	padding-top: 10px;
	background: url(images/top-nav-button.png) no-repeat right top;
	margin-right: 1px;
}
#MainMenu a.last{
	margin-right: 0;
}
#MainMenu a:active, #MainMenu a.active{
	color: #5dbfe6;
}
#MainMenu a:hover{
	text-decoration: underline;
}


#body {
	margin: 15px 13px 51px 13px;
}
#body h2, #body h3 {
	text-indent: 7px;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 3px;
}
#body h3 {
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 1px;
}

#body a {
	text-decoration: none;
	color: #d4145a;
}
#body a:hover {
	border-bottom: 1px solid;
}
#body small {
	color: #5dbfe6;
	padding-left: 7px;
	font-size: 10px;
}
#body strong {
	color: #8cc63f;
}
#body p {
	text-indent: 7px;
	line-height: 16px;
	padding-top: 5px;
}




#footer {
	clear: both;
	display: block;
	padding-left: 225px;
	padding-top: 7px;
}
#footer h1{
	padding-top: 7px;
}
#footer, #footer h1, #footer a {
	text-decoration: none;
	text-align:  center;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #8e8f8a;
}
#footer a:hover {
	text-decoration: underline;
	color: #d4145a;
}