/*------Default Page Settings------*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 2px auto;
	background: url(./images/page-bg.jpg);
}

.blank {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}


img {
	border: none;
	margin: 5px;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

span {
	font-weight: bold;
	color: #0a6893;
}

.loader{
	display:none;
	visibility: hidden;
}


/*------Header Settings------*/

#pgcontainer{
	width: 950px;
	margin: 0 auto;
}

#headwrap{
	height: 150px;
	width: 880px;
	margin: 0 auto;
	text-align: center;
}

#logo{
	float: left;
	width: 345px;
	height: 150px;
	background: url('./images/logosplat.png') no-repeat;
}

#logotxt{
	margin: 80px auto 0 auto;
	width: 520px;
	height: 20px;
	float: left;
	text-align: center;
}

#logotxt h1 { 	
	line-height: normal;
	font: bold italic 26px "Georgia";
	text-decoration: none;
	color: #0a6893;
}

#contactdets {
	width: 950px;
	height: 25px;
	margin: 5px auto 0 auto;
	color: #ffffff;
	font: bold 19px "Garamond";
	text-align: center;
	line-height: 20px;
}
	


/* Top Navigation Settings  */

#navwrap{
	width: 950px;
	height: 80px;
	margin: 0 auto;
}

#navbar{
	width: 950px;
	margin: 0 auto;
}

#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#navbar li {
	display: block;
	float: left;
	margin-left: 10px;
	padding-top: 30px;
	height: 80px;
	width: 145px;
	text-align: center;
	background: url('./images/navbtn.png') no-repeat;
}

#navbar .current_item a {
	text-decoration: underline;
}

#navbar a {
	letter-spacing: -.5px;
	text-decoration: none;
	font: bold 17px "Garamond";
	color: #0a6893;
}

#navbar a:hover {
	text-decoration: underline;
}



#navbar ul li:hover ul{
	
visibility: visible;

	position: relative;
	display: block;
}

#navbar ul ul{
	position: relative;
	z-index: 1;
	
visibility: hidden;
	display: none;
 
	width: 160px;
	height: 135px;
	
background: #ffffff;
	
padding: 0;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #0a6893;
}
	

#navbar ul ul:hover{
	visibility: visible;

	position: relative;
	display: block;
}

#navbar ul ul a {
	display: block;
	text-align: center;
	width: 160px;
	height: 20px;
	margin: 5px auto;
	padding: 0;
	letter-spacing: -.5px;
	text-decoration: none;
	font: bold 16px "Garamond";
	color: #0a6893;
	background: #ffffff;
}

#navbar ul ul li{
	height: 20px;
	
width: 160px;

	margin: 5px auto;
	padding: 0;
	background: #ffffff;
}



/*  Main Page Setting  */

#maintop{
	margin: 0 auto;
	width: 950px;
	height: 20px;
	background: url('./images/main-top.png') center no-repeat;
	display: block;
}

#mainpage{
	width: 950px;
	margin: 0 auto;
	background: url('./images/main-mid.png') center;
}

#mainbtm{
	width: 950px;
	height: 20px;
	margin: 0 auto;
	background: url('./images/main-btm.png') center no-repeat;
	display: block;
}

#mainwrap{
	width: 910px;
	margin: 0 auto;
}

/*  Leftside Settings  */

#leftside{
	width: 220px;
	float: left;
	display: block;
	text-align: center;
}

#lt-top{
	width: 220px;
	height: 10px;
	margin: 0 auto;
	background: url('./images/leftside-top.png') center no-repeat;
}

#lt-content{
	width: 220px;
	margin: 0 auto;
	background: url('./images/leftside-mid.png') center;
}

#lt-btm{
	margin-bottom: 10px;
	width: 220px;
	height: 10px;
	background: url('./images/leftside-btm.png') center no-repeat;
}

#leftwrap{
	width: 200px;
	margin: 0 auto;
}

/*   Sidenav Settings  */

#sidenav{
	width: 200px;
	margin: 0 auto;
	text-align: center;
}

#sidenav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidenav li {
	width: 200px;
	height: 25px;
}

#sidenav .current_item a {
	text-decoration: underline;
}

#sidenav a {
	text-align: center;
	width: 200px;
	margin: 0 auto 5px auto;
	letter-spacing: -.5px;
	text-decoration: none;
	font: bold 18px "Garamond";
	color: #0a6893;
}

#sidenav a:hover {
	text-decoration: underline;
}






#sidenav ul li:hover ul{
	display: block;
	
visibility: visible;

	position: relative;
}

#sidenav ul ul{
	position: relative;
	
visibility: hidden;
	display: none;
 
	z-index: 1;
	width: 180px;
	height: 280px;
	
background: #ffffff;
	
padding: 0;
	margin: 0 auto 5px auto;
	text-align: center;
	border: 2px solid #0a6893;
}
	

#sidenav ul ul:hover{
	visibility: visible;

	position: relative;

}

#sidenav ul ul a {
	display: block;
	text-align: center;
	width: 160px;
	height: 25px;
	margin: 5px auto;
	padding: 0;
	letter-spacing: -.5px;
	text-decoration: none;
	font: bold 17px "Garamond";
	color: #0a6893;
	background: #ffffff;
}

#sidenav ul ul li{
	height: 25px;
	
width: 160px;

	margin: 5px auto;
	padding: 0;
	background: #ffffff;
}

/*-----Leftbox Checklists-----*/

#checklist {
	width: 180px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

#checklist h1{
	padding-bottom: 5px;
	font: bold 24px "Garamond";
	text-decoration: underline;
	color: #0a6893;
}

#checklist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#checklist li {
	margin: 0;
	padding-left: 5px;
	height: 30px;
	display: block;
	background: url('./images/tickbtns.gif') no-repeat left 50%;
}

#checklist a {
	display: block;
	width: 180px;
	margin: 0 auto;
	padding: 6px 0 0 10px;
	letter-spacing: -.5px;
	text-decoration: none;
	font: bold 17px "Garamond";
	color: #0a6893;
}



/* Rightside Settings  */

#rightside{
	float: right;
	width: 650px;
	margin: 0 auto;
	text-align: center;
}

#rt-top{
	width: 650px;
	height: 10px;
	margin: 0 auto;
	background: url('./images/rightside-top.png') center no-repeat;
	display: block;
}

#rt-content{
	width: 650px;
	margin: 0 auto;
	background: url('./images/rightside-mid.png') center;
}

#rt-btm{
	width: 650px;
	height: 10px;
	margin: 0 auto 10px auto;
	background: url('./images/rightside-btm.png') center no-repeat;
	display: block;
}

.slideshow {
	text-align: center;
	margin: 0 auto 10px auto;
}

/*   Posting & Content Settings  */

.post{
	width: 630px;
	margin: 0 auto;
	text-align: center;
}

.post h1{
	font: bold 20px "Garamond";
	color: #0a6893;
	text-decoration: underline;
	padding-bottom: 10px;
}

.post h2{
	font: bold 16px "Garamond";
	color: #0a6893;
	margin-bottom: 5px;
}

.post p{
	margin: 0 auto;
	font: normal 16px "garamond";
	color: #3d0202;
	padding-bottom: 3px;
}

.post p span{
	font-size: 17px;
}

.post a{
	font: bold 18px "Garamond";
	color: #0a6893;
	text-decoration: underline;
}

.post a:hover{
	text-decoration: none;
}

.post .entry{
	clear: both;
	padding-bottom: 5px;
	display: block;
}

.post .entry .entryleft{
	width: 50%
	float: left;
	margin: 0 auto;
}

.post .entry .entryright{
	width: 50%
	float: right;
	margin: 0 auto;
}

.post .entrybrk{
	display: block;
	width: 90%;
	margin: 0 auto 10px auto;
	height: 2px;
	border-bottom: 2px dotted #0a6893;
} 

.post .entry-end{
	padding-bottom: 10px;
}

.post .entry .meta {
	clear: both;
	width: 95%;
	height: 15px;
	margin: 0 auto;
	border-top: 1px dotted #0a6893;;
	border-bottom: 1px dotted #0a6893;;
}

.post .meta p {
	float: left;
	display: block;
	margin: 0 0 0 10px;
	padding-top: 1px;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	color: #0a6893;
}

.post .meta .links {
	float: right;
	font-size: 11px;
	line-height: normal;
}


	

/*-----Picture & Text Placement Settings-----*/

.centerimg {
	margin: 0 auto;
	text-align: center;
}

.newsimg{
	margin: 10px;
	float: left;
	display: block;
}

.centered-text {
	text-align: center;
}

.justified-text {
	text-align: justify;
}
	
.larger-text {
	font: bold 18px "garamond";
}	

.sale-text {
	font: bold 17px "garamond";
	color: #f60b0b;
}




/*-----Hoverbox Gallery-----*/

.hoverbox {
	width: 85%;
	cursor: default;
	list-style: none;
	text-align: center;
	margin: 0 auto;
}

.hoverbox a {
	cursor: default;
}

.hoverbox a .preview {
	display: none;
	visibility: hidden;
}

.hoverbox a:hover .preview {
	visibility: visible;
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img {
	text-align: center;
	padding: 12px;
	vertical-align: top;
	width: 140px;
	height: 140px;
}

.hoverbox li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.hoverbox .preview {
	display: none;
	border-color: #000;
	width: 200px;
	height: 200px;
	visibility: hidden;
}




/*-----Contact Form Settings-----*/

.contact_form { 
	margin: 0 40px;
	padding: 0;
	font-size: 16px;
}

fieldset{
	margin-bottom: 10px;
	border: 1px solid #0a6893;
}

fieldset legend {
	margin: 0 10px;
	padding: 0 2px;
	color: #0a6893;
}

.tcontactus {
	width: 95%;
	margin: 0 auto 10px auto;
}

.tcontactus tbody td {
	text-align: left;
	vertical-align: center;
	border-width: 2px;
	padding: 5px;

}

.tcontactus tbody td.label {
	text-align: right;
	vertical-align: center;
	border-width: 2px;
	padding: 5px;
	font-size: 16px;
	color: #0a6893;

}

.align-btns {
	text-align: center;
	margin: 10px auto;
}


input, textarea, select {
	font-family: "Garamond";
	font-size: 16px;
	color: #333333;
}


/*-----Price Table Settings-----*/

table.prices {
	margin: 0 auto 0 auto;
	border-color: #0c7bae;
	border-width: 2px;
	border-spacing: 2px;
	border-style: solid;
	border-collapse: collapse;
}


table.prices tbody tr td {
	text-align: center;
	vertical-align: center;
	border-width: 2px;
	padding: 10px 20px;
	border-style: solid;
	border-color: #0c7bae;
}

table.prices tbody tr td span {
	text-decoration: underline;
}



/* Footer Settings  */

#footer{
	clear: both;
	width: 900px;
	height: 80px;
	margin: 5px auto 0 auto;
	text-align: center;
	display: block;
}

.copytxt{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 900px;
	height: 25px;
	font: bold 18px "Garamond";
	color: #ffffff;
}

.addlinks{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 900px;
	height: 50px;
	font: bold 16px "Garamond";
	color: #0a6893;
}

.addlinks p{
	margin-bottom: 5px;
}

.addlinks a{
	color: #0a6893;
	text-decoration: underline;
}

.addlinks a:hover{
	text-decoration: none;
}




