
* {
	margin: 0;
	padding: 0;
}

a {color: #ea77b0;text-decoration:underline;}
a:hover {color: #03a6e7;}
a img {border: none;}

body {
	background: #f3b2d2 url(../images/bg.gif) repeat center top;
	color: #74696f;
	font: 62.5% Verdana, Arial;
	line-height: 1.4;
	
}
.inner-container {
	margin: 0 auto;
	padding: 0px;
	width: 992px;
	font-size: 1.2em;
}

p,code,ul {
	padding-bottom: 1.2em;
}
h1,h2,h3,h4{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
}
h1 {
	height:33px;
	margin: 10px 10px 10px 0px;
	font-size: 180%;
	color:#ea77b0;
	border-bottom: 1px dashed #f7c7df;
}
h1.main {
	width:730px;
	height:33px;
	padding-top:10px;
	padding-left:10px;
	margin-bottom:10px;
	font-size: 180%;
	color:#fff;
	background: #ea77b0;
	border: 1px solid #ea77b0;
}
h2 {
	font-size: 150%;
	color:#444;
	padding:10px 0;
}
h3 {
	font-size: 150%;
	color:#444;
	padding:10px 0 5px;
}
.quote{color:#fff;
	text-align:center;
}
.header{
	width:992px;
	height:168px;
	background: url(../images/header2.jpg) no-repeat;	
}
.header span a {
	display:block;
	width:992px;
	height:168px;
	text-decoration:none;
	text-indent:-9999px;
}

/*top navigation*/
#navtop{
	width:992px;
	height: 30px;
	background: #FFFFFF url(../images/tpbg2.gif) repeat-y;
	color: #fff;
	text-align:center;
}
#navtop ul{
	margin:0;
	padding:0.2em 0 0 0em;
	list-style-type:none;
}
#navtop li{
	display: inline;
	list-style-type:none;
}
#navtop a:link, #navtop a:visited{
	font: bold normal 120% Verdana, Arial;
	color: #FFF;
	text-decoration: none;
	margin-left: 30px;
	padding-right:30px;
	border-right: 1px solid #d9639c;
}
#navtop a:hover	{
	color: #f7c7df;
	text-decoration: underline;
}
#navtop ul li.last a{
	margin-right: 0;
	border-right: none;
	list-style: none;
	display: inline;
}
/* main body area under header */
.main {position:relative;
	width:992px;
	height:100%;
	background: url(../images/contentbg.gif) repeat-y bottom;
}
.mainfull {
	padding-top: 10px;
	margin-left:1px;
	width:990px;
	height:100%;
	text-align:center;
	background: #fff;
}
.mainfull h1 {
	margin-left:10px;
	width:970px;
	text-align:left;
}
.innermain{
	width:992px;
	height:100%;
	background: url(../images/contentbg2.gif) repeat-y bottom;
}
.photomain{
	margin-left:1px;
	width:990px;
	height:100%;
	background: #FFFFFF;
}
.photoinner{padding:10px;}
.photomain h1{
	margin:0 0 10px;
	padding:0;
}
/* content */
.content {
	float: right;
	margin-right:10px;
	width: 740px;
}
.contentinner{
	margin-left:10px;
	width:720px;}
.content .descr {
	color: #444;
	font-size: 10px;
        font-weight: bold;
	margin-bottom: 6px;
}
.content ul{
	margin-left:30px;
}
.content li {
	line-height: 1.4em;
	list-style: url('img/li.gif');
	margin-left: 0px;
}
.content p {
	font-family: Verdana, Arial;
}
.home{
	width:710px;	
}
/*sidebar main container*/
#sidebar{float: left;
	width: 215px;
	margin-left:8px;	
}
/*sideleft cool stuff icon*/
#coolstuff {
	height: 121px;
	width: 218px;
	background: #fff url(../images/sneak.gif) no-repeat;
}
#coolstuff p{
	height:50px;
	padding-top:85px;
}
#coolstuff a{
	color:#333333;
	font-size:90%;
}
#coolstuff a:hover{text-decoration:none;
}

/* leftside product navigation */
#sidebar .prodtitle{
	padding:5px;
	color:#f170b0;
	width:205px;
	border: 1px solid #f7c7df;
	background: #FFFFFF;
}
#sidebar .prodtitle span{
	font-size: 140%;
	font-weight: bold;
}
#sidebar .prodtitle li a{
	color:#f170b0;
	width:180px;
	height:15px;
}

.sidenav{
	width:220px;
	padding-top:10px;
	background-color: #FFFFFF;}/*use to get a white background at top of nav*/
#sidebar ul {
	padding: 0;
	list-style-type:none;
	
}
#sidebar li {
	list-style-type:none;
	border-bottom: 1px solid #FFf;	
}
#sidebar li a {
	color: #666666;
	display: block;
	width: 190px;
	text-decoration: none;
	padding-right: 0;
	padding-left:30px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
}
#sidebar li a:hover,.prodtitle li a:hover {
	color: #ea77b0;	
	text-decoration: underline;
}

#sidebar li.top{width:218px;
	height:28px;
	background: url(../images/tnav2.gif) no-repeat;
}
#sidebar li.bot{width:218px;
	height:42px;
	border:none;
	background: url(../images/bnav3.gif) no-repeat;
	
}
#sidebar li.mid{width:218px;
	height:28px;
	background: url(../images/nav2.gif) no-repeat;
}
.undermenu{
	text-align:center;
	margin-top:10px;
}
#menubot{
	position:absolute;
	left:0;
	bottom:0;
	background: url(../images/leftbgbot.jpg) no-repeat left bottom;
	height: 105px;
	width:241px;
}

/* home page boxes */
.post h1 a {
	color: #004488;
	text-decoration: none;
}
.post1,.post2,.post3,.post4{
	width:350px;
	height:229px;
	border-bottom: 10px solid #FFFFFF;
	vertical-align: bottom;
}
.post1 img,.post2 img,.post3 img,.post4 img{
	float:right;
}
.post1{
	float:left;
	background: #fd387d;
}
.post2{
	float:right;
	background: #f8856a;
}
.post3{
	float:left;
	background: #03a6e7;
}
.post4{
	float:right;
	background: #864fad;
}
.info {
	height:230px;
}
.info p {
	color:#FFFFFF;
	font-weight: bolder;
	padding-top: 130px;
	padding-left:5px;
	padding-right: 5px;	
}
.lastword{
	font-size:150%
}
.info a {
	padding-top: 150px;
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
}/*end of home boxes*/
.entry{
	height:230px;
	padding-bottom:30px;
}
/*footer area*/
.footer{
	margin-bottom:10px;
	width:992px;
	height:113px;
	text-align:center;
	background: url(../images/footerbt.gif) no-repeat bottom;		
}
.footer a:link, .footer a:visited{
	color: #74696f;
	text-decoration:none;
}
.footer a:hover{
	color: #B3AAAF;
	text-decoration:underline;
}
.footerinfo{
	padding-top:20px;
} 
/*---- designed by ----------*/
.designed{
	font-size:90%;
	text-align:center;
	}
.designed a:link,.designed a:visited{
	color:#ffeef8;
	text-decoration:none;
}
.designed a:hover{
	color:#ffeef8;
	text-decoration:underline;}
/* misc */
.clearer {
	clear: both; font-size: 0;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}  /* for IE/Mac */

* html .clearfix {
height:1%;
}

.clear {
clear:both;
}
.clearbox {
	margin-bottom:10px;
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
}
img.left {
	float: left;
	padding: 5px 5px 10px 0;
}
img.right {
	float: right;
	padding: 10px 0 0 5px;
}
.address, .address a{
	font-size:90%;
	color: #B3AAAF;
}

/* content images
======================*/
.picRight{
	float:right;
	padding-bottom:10px;
	padding-left:10px;
}
.picRightB{
	float:right;
	margin-bottom:10px;
	margin-left:10px;
	border: 2px solid #999999;
}
.picleft{
	float:left;
	padding-bottom:10px;
	padding-right:10px;