/* FORMAT */
body {
	margin: 0;
	padding: 0;	
	margin-top: 16px;
	margin-bottom: 16px;
	background-image: url(img/bg.jpg); background-position: top; background-repeat: repeat-x;
	background-color:#f0f0f0;	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4756b2;
}
#header1 {
	width: 744px;
	height: 145px;
	text-align: right;
	vertical-align: top;
	background-image: url(img/header.gif); background-position: top; background-repeat: no-repeat;
}
#header2 {
	padding: 32px 32px 56px 32px;
	text-align: right;
}
#frame {
	width: 744px;
	background-image: url(img/frame.gif); background-position: top; background-repeat: repeat-y;
}
#category {
	height: 28px;
	padding: 1px 32px 0px 32px;
	text-align: left;
	background-image: url(img/cat.gif); background-position: top; background-repeat: no-repeat;
}
#content {
	padding: 32px 32px 32px 32px;
	height: 600px;
	text-align: left;
	vertical-align: top;
}
#footer{
	margin: 0;
	padding: 0px 32px 0px 32px;
	height: 26px;
	text-align: right;
	vertical-align: top;
	background-image: url(img/footer.gif); background-position: top; background-repeat: no-repeat;
	font-size: 10px;
	text-transform:uppercase;
	color: #999999;
}
#product1{
	width: 227px;
	height: 211px;
	background-image: url(img/boxbg1.gif); background-position: top; background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
}
#product2{
	padding-top: 40px;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
}
#flashbox{
	width: 227px;
	height: 227px;
	background-image: url(img/pro.gif); background-position: top; background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}
#break1 {
	height: 60px;
}
#break2 {
	height: 262px;
}
#dash{
	padding-top: 13px;
	border-top: 1px dashed #7b88db;
}
#spec{
	padding-top: 29px;
	padding-bottom: 32px;
	border-top: 1px dashed #7b88db;
	border-bottom: 1px dashed #7b88db;
}
#spec2{
	padding-top: 16px;
	border-top: 1px dashed #7b88db;
}
#indent {
	padding-left: 24px;
	text-align: justify;
}
#text{
	padding-left: 2px;
	text-align: justify;
}




/* TEXT and FORM CLASSES */
.title {
	font-size: 18px;
	font-weight: bold;
	color: #283165;
	line-height: 18px;
}
.title2 {
	font-size: 18px;
	font-weight: bold;
	color: #283165;
	border-bottom: 1px solid #7b88db;
	padding-bottom: 16px;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #283165;
	line-height: 12px;
}
.small {
	font-size: 10px;
	text-transform:uppercase;
	color: #999999;
}
.vision {
	font-size: 14px;
	font-weight: normal;
	color: #7b88db;
}
.searchtitle {
	font-size: 14px;
	font-weight: bold;
	color: #FF6633;
	text-transform: uppercase;
}




/* LINKS */
a.prod:link {
	font-weight: normal;
	color: #4756B2;
	text-decoration: none;
}
a.prod:visited {
	font-weight: normal;
	color: #4756B2;
	text-decoration: none;
}
a.prod:active {
	font-weight: normal;
	color: #4756B2;
	text-decoration: none;
}
a.prod:hover {
	font-weight: normal;
	color: #7b88db;
	text-decoration: underline;
}
a:link {
	font-weight: normal;
	color: #7b88db; 
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #7b88db; 
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #7b88db;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #4756B2;
	text-decoration: underline;
}