﻿body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;}

/*  Every Page Content Area */

#divWrapper {
	width: 770px;
	border: 1px solid #5F1E46;
	position: absolute;
	top: 25px;
	margin-bottom: 25px;
	display: block;
	background-image: url(../_images/col_bkgrnd2.jpg);
	background-repeat: repeat-y;
	background-position: left;
	overflow: visible;
	z-index: 500;
	left: 10px;}

#divContentWrapper {
	overflow: hidden;
	display: block;
	float: left;
	font-size: 12px;
	color: #5F1E46;
    line-height: 15px;}

#colLeftWrapper {
	float: left;
	width: 180px;}
	
#divLeft {
	float: left;
	width: 180px;}
	
#colRightWrapper {
	width: 590px;
	background-color: #FFFFFF;
	float: left;
}
#colRightContent {
    text-align:justify;
	padding-top: 55px;
	padding-right: 85px;
	padding-bottom: 25px;
	padding-left: 35px;
        min-height:600px;
}

/*  Top of the Page */

#logo {
	position: absolute;
	top: 100px;
	height: 105px;
	width: 180px;
	visibility: visible;
	display: block;
	z-index: 2000;
	left: 11px;
}
#tag {
	width: 210px;
	height: 65px;
	top: 10px;
	position: absolute;
	visibility: visible;
	display: block;
	z-index: 2000;
	left: 485px;
}

/* Navigation */

#divNav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 200px;
	left: 105px;
	width: 85px;
	z-index: 2000;}
	
#divNav ul {
	margin: 0px;
	padding: 0px;}
	
#divNav ul li {
	width: 80px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5F1E46;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	list-style-type: none;
	text-align: right;}
	
#divNav ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #5F1E46;
	display: block;}
	
#divNav ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #A96500;
	display: block;}

/*  Page Footer */

#footer {
	background-color: #FFFFFF;
	clear: both;
	float: left;
	width: 770px;
	padding-top: 5px;
	padding-bottom: 5px;}
	
#footerLeft {
	float: left;
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	color: #5F1E46;
	text-align: right;}
	
#footerLeft a {
	color: #B38EAC;
	text-decoration: none;}
	
#footerLeft a:hover {
	color: #BE7A0C;
	text-decoration: none;}

#footerRight {
	width: 590px;
	float: left;
	font-size: 11px; 
	color: #5F1E46;
	text-align: center;}
	
#footerRight a {
	color: #5F1E46;
	text-decoration: none;
}
#footerRight a:hover {
	color: #BE7A0C;
	text-decoration: none;
}

/* Form and Table Size */

.formTable {
	width: 375px;
}
.divTable {
	padding-left: 35px;
}

/* Send to Friend */

/* On both the side menu and Contact Us Page */

#divSAF {
	position: absolute;
	left: 80px;
	top: 815px;
	z-index: 2000;}	

a#divSAFbutton {
    display: block;
    width: 130px;
    height: 22px;
    border: 1px solid #5F1E46;
    background-image: url('http://www.catalyst-global.com/_images/saf.png');
    margin: 0 auto;
}
a#divSAFbutton:hover {
    background-image: url('http://www.catalyst-global.com/_images/saf_over.png');
}

a .divSAFtext { display: none; }

