@charset "utf-8";

* {
	margin: 0;
}

html {
		height: 100%; 
}



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e2e2e2;
	background-image: url(../images/page-back.jpg);
	background-repeat: repeat-x;
	height: 100%; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


.oneColFixCtrHdr #outer {
		/*
Sticky Footer by Ryan Fait http://ryanfait.com/
*/
	min-height: 100%; 
    height: auto !important; 
    height: 100%; 
	width: 650px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
}



/* MAIN CONTAINER */

.oneColFixCtrHdr #container {
	background: #e2e2e2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:650px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}

/* HEADER */

.oneColFixCtrHdr #header {
	display: none;
}

/* HEADER NAVIGATION */

.oneColFixCtrHdr #top-nav {
	display: none;
}

.oneColFixCtrHdr #top-nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 90px;
}

.oneColFixCtrHdr #top-nav li {
	float: left;
	padding: 0px;
	margin: 8px 0px 30px 30px;
}

.oneColFixCtrHdr #top-nav a:link,  .oneColFixCtrHdr #top-nav a:visited {
	color:#FFFFFF;
	font-size: 70%;
	font-weight: bold;
	text-decoration:none;
	margin: 0px; 
	padding: 0px;

}

.oneColFixCtrHdr #top-nav a:hover {
	color:#000000;
	font-size: 70%;
	font-weight: bold;
	text-decoration:none;
	margin: 0px; 
	padding: 0px;
}

/* PAGE CONTENT */

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding: 30px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 13px;
	line-height: 22px;
	height: 100%;
}


.oneColFixCtrHdr #banner {
	display: none;
}

.oneColFixCtrHdr #mainContent h1{
	clear: left;
	font-size: 13px;
	padding-bottom: 30px;
}

.oneColFixCtrHdr #mainContent h2{
	clear: left;
	font-size: 13px;
	padding-top: 0px;

}


.oneColFixCtrHdr #mainContent h3{
	clear: left;
	font-size: 13px;
	padding-top: 0px;
	color:#e65c5c;

}
.oneColFixCtrHdr #mainContent p {

}


.oneColFixCtrHdr #mainContent table {
	margin-bottom: 15px;
}


.oneColFixCtrHdr #mainContent a:link, .oneColFixCtrHdr #mainContent a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

.oneColFixCtrHdr #mainContent a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}


.oneColFixCtrHdr #mainContent ul {
	padding: 0px 0px 0px 25px;
}

.oneColFixCtrHdr #mainContent td {
	vertical-align: top;
}

.right-box{
	border: 1px solid #ff0000;
	float: left;
	marging-left: 200px;
	width: 300px;
}


/* HOME PAGE COLUMNS */

#column1 {
	float: left;
	width: 600px;
}

#column2 {
	float: left;
	width: 600px;
}



/* FOOTER PUSH*/

.push {
	/*
Sticky Footer by Ryan Fait http://ryanfait.com/
*/
	height: 126px; /* .push must be the same height as .footer */
	
}


/* FOOTER*/

.oneColFixCtrHdr #footer {
	margin: 0 auto; 
	text-align: center;
	background: url(../images/template_11b.jpg);
	background-repeat: no-repeat;
	height: 126px;
	padding: 0px;
	width: 600px;
}

.oneColFixCtrHdr #footer p {
	color:#FFFFFF;
	font-size: 70%;
	font-weight: bold;
	line-height: 22px; 
	margin: 0; 
	padding-top: 10px; 
	text-align: center;
}

.oneColFixCtrHdr #footer a:link,  .oneColFixCtrHdr #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.oneColFixCtrHdr #footer a:hover {
	color:#cccccc;
	text-decoration:none;
}

/* IMAGE ALIGNMET*/

.float-left {
	float: left;
	margin: 0px 10px 0px 0px;	
	border: 1px solid #cccccc;
}

.float-left-no-border {
	float: left;
	padding: 0px 10px 25px 0px;
}


.float-left2 {
	float: left;
	margin: 0px 10px 10px 0px;	
	border: 1px solid #cccccc;
}

.border-right {
	border: 1px solid #cccccc;
	margin-left: 25px;
}


.clear {
	clear:left;
	padding: 10px 0px;
}

 /* GALLERY PAGE */
 
 
.gallery-thumb {
	border: 1px solid #cccccc;
	margin: 0px;
	padding: 1px;
}

.oneColFixCtrHdr #loadarea2 {
	margin: 1px;
	width: 662px;
	height: 440px; 
	border: 1px solid #cccccc;
	padding: 1px;
}



/* PRICING TABLES */


.prices_table_top {
	background-color: #444343;
	COLOR: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding: 2px 0px;
}

.prices_table_odd {
	background-color: #F2F2F2;
	COLOR: #000000;
	text-align: center;
	padding: 2px 0px;
}

.prices_table_even {
	background-color: #ffffff;
	COLOR: #000000;
	font-size: 12px;
	text-align: center;
	padding: 2px 0px;
}

.prices_table_even_bottom {
	background-color: #ffffff;
	COLOR: #000000;
	text-align: center;
	border-bottom: 1px solid #444343;
	padding: 2px 0px;
}

.prices_table_odd_bottom {
	background-color: #F2F2F2;
	COLOR: #000000;
	text-align: center;
	border-bottom: 1px solid #444343;
	padding: 2px 0px;
}
