div.main-product{
	margin: 15px 0px 15px 0px;
	font-size: 13px;
	width: 298px;
	height: 60px;
	padding: 5px;
	float: left;
	font-family: Myriad Pro, Verdana, Helvetica, sans-serif;
	line-height: 1.2;
}
div.main-product h3{
	font-size: 15px;
	margin-bottom: 0px;
}
div.main-product img{
	width: 45px;
	float: left;
	margin-right: 10px;
	position:relative;
	bottom: 3px;
}

/* 
	Dividers 
*/

.vertdivide{
	height: 349px;
	width: 7px;
	float: left;
	background: black url(../_img/gradients/vertdivide.png) no-repeat;
}

.horidivide{
	height: 7px;
	margin: auto;
	background: black url(../_img/gradients/horidivide.png) no-repeat;
	width: 880px;
	clear: both;
}

.small-vertdivide{
	background: black url(../_img/gradients/small_div.png) no-repeat;
	width: 5px;
	height: 117px;
	float: left;
}

.vertdivide600{
	height: 600px;
	width: 5px;
	float: left;
	background: black url(../_img/gradients/vertdivide_600px.png) no-repeat;
}

.vertdivide60{
	height: 60px;
	width: 5px;
	float: left;
	background: black url(../_img/gradients/vertdivide_60px.png) no-repeat;
}
.horidivide600{
	height: 5px;
	width: 600px;
	float: center;
	background: black url(../_img/gradients/horidivide_600px.png) no-repeat;
}
div#latest-news{
	display: block;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #d7ebfc;
	float:left;
}
ul#news-items{
	margin-left: 0px;
	float:right;
	padding-left: 0px;
	height: 100px;
	width: 280px;
	list-style: none;
	margin-right: 0px;
}
ul#news-items li a, ul#news-items li a:visited{
	font-style: italic;
	border-bottom: 1px #aaa dotted;
}
ul#news-items li a:hover{
	border-bottom: none;
	text-decoration: underline;
}

div#leftside{
	padding-right: 30px;
	width: 630px;
	float:left;
	font-size: 14px;
	line-height: 1.2;
	color: #ccc;
	position:relative;
	top: 5px;
}

div#leftside-half{
	padding-right: 30px;
	width: 440px;
	float:left;
	font-size: 14px;
	line-height: 1.2;
	color: #ccc;
	position:relative;
	top: 5px;
}
div#leftside p, div#leftside h3{
	margin-bottom: 15px;
}
div#leftside p.last{
	margin-bottom: 0px;
}
img.rightitem{
	margin-right: 20px;
	float:right;
}
