/* CSS Document */

/* Catchlite - catchlite_main.css  =============================================== */
/* Copyright ENjOY! Group 2006  =============================================== */
/* Author ENjOY! Group  =============================================== */

/* Quick Colour Reference  =============================================== */
/* Purple #672689 */
/* Grey #CCCCCC */

/* Generic Selectors  =============================================== */

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background: #FFFFFF url(../images/main_bg.gif) repeat-x;
}
h1 {
	color: #672689;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}
h2 {
	color: #672689;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
}	
p {
	margin-bottom: 15px;
	line-height: 16px;
	text-align: justify;
}	
a {
	color: #672689;
	text-decoration: none;
}
a:hover, a.current {
	text-decoration: none;
	color: #CCCCCC;
}		

/* Begin Page Layout  =============================================== */

#divContainer {
	width: 650px;
	margin: 20px auto;
	border: 10px  #FFFFFF solid;
	background:  #FFFFFF;
}	
#divMainNav {
	background: #672689;
	color: #FFFFFF;
	text-align: right;
	padding: 4px;
	font-size: 12px;
	border-bottom: #CCCCCC 1px solid;
	margin-top: 10px;
}
#divMainNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#ulMainNav a:hover, #ulMainNav a.current {
	color: #CCCCCC;
	text-decoration: none;
}		
#ulMainNav ul {
	margin: 0px;
}		
#ulMainNav li {
	list-style-type: none;
	display: inline;
	padding-left: 10px;
}
#divMainImg {
	margin-bottom: 20px;
}	
#divFooter {
	background: #672689;
	height: 10px;
	border-top: #CCCCCC 1px solid;
	margin-top: 10px;
}	
#divCopyright {
	width: 650px;
	margin: 0 auto 20px auto;
	text-align: right;
	font-size: 9px;
}	 

/* Additional Page Layout  =============================================== */

#tblMainLinks td {
	text-align: center;
	vertical-align: middle;
}	
#tblMainLinks img {
	margin-bottom: 10px;
}
#tblGallery {
	width: 650px;
}
#tblGallery img {
	margin-bottom: 10px;
	border: 1px  #CCCCCC solid;
}
#tdGalleryOffer {
	padding: 3px;
	text-align: center;
}
#tdGalleryOffer h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
#tdGalleryOffer p {
	margin-bottom: 5px;
	text-align: center;
}		

/* Contact Page Layout  =============================================== */

#divContact {
	width: 300px;
	float: right;
}	
#tblContact {
	width: 250px;
}
#tblContact td {
	padding: 0 3px 5px 0;
}		

