/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */



/* MAIN ELEMENTS 
Main page elements, page layout, links and other common
styles. */
html, body { 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:center;
color:#000000;
background-color:#ffffff;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#c7200e;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#000000;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
}

h1 {font-size:22px;line-height:24px;padding:4px 0 4px 0;}
h2 {font-size:20px;line-height:22px;padding:4px 0 4px 0;}
h3 {font-size:18px;line-height:20px;padding:4px 0 4px 0;}
h4 {font-size:16px;line-height:18px;padding:4px 0 4px 5px;color:#c7200e;background-color:#c6c6c6;}
h5 {font-size:14px;line-height:16px;padding:4px 0 4px 0;}
h6 {font-size:12px;line-height:14px;padding:4px 0 4px 0;}



/* OTHER DEFAULT ELEMENTS */
acronym {border:none;}
p {padding-top:0;margin-top:0;}

.small {font-size:11px;}
.small-center {font-size:11px;text-align:center;font-style:italic;}


.clearer {
clear:both;
font-size:0;
line-height:0;
height:0;
padding:0 0 0 0;
margin:0 auto;
border:none;
}

.divider {
clear:both;
font-size:0;
line-height:5px;
height:5px;
padding:0 0 0 0;
margin:5px 0 0 0;
border-top:solid #CCCCCC 1px; 
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:10px;}
.gap2 {float:left;width:15px;}


/* IMAGE HOLDERS
hold images to the left or right */
.img-left {float:left;margin-right:15px;margin-top:4px;margin-bottom:6px;text-align:center;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;text-align:center;}
.img-main, .img-center {text-align:center;margin-bottom:6px;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:6px;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
	ul li {
	line-height:18px;
	list-style:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:7px;
	margin-left:0;
	padding-left:20px;
	background-image:url(../images/point.gif);
	background-position:5px 7px;
	background-repeat:no-repeat;
	}




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
width:979px;
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

#container2 {
width:979px;
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}


	/* MAIN HEADER */
	#header {
	height:138px;
	margin:0 2px;
	}
	
		#header #header-title {
		float:left;
		display:inline-block;
		height:80px;
		line-height:80px;
		font-family:"Times New Roman", Times, serif;
		font-size:72px;
		color:#c7200e;
		padding-top:58px;
		}
		
		#header #header-text {
		float:left;
		width:400px;
		height:46px;
		line-height:46px;
		font-family:"Times New Roman", Times, serif;
		font-size:18px;
		padding-top:92px;
		padding-left:33px;
		}
	
		#header #logo {
		float:right;
		display:inline-block;
		}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	height:59px;
	line-height:59px;
	color:#c7200e;
	font-size:13px;
	background-color:#d3d3d3;
	background-image:url(../images/navigation_bg.gif);
	background-position:left 0px;
	background-repeat:repeat-x;
	}
		#navigation ul {
		margin:0 0 0 0;
		padding:0 0 0 0;
		}
			#navigation ul li {
			float:left;
			display:inline-block;
			line-height:59px;
			list-style:none;
			margin-top:0;
			padding-top:0;
			padding-bottom:0;
			margin-left:0;
			padding-left:0;
			background:none;
			position:relative;
			}
	
		#navigation a {
		float:left;
		display:inline-block;
		height:59px;
		line-height:59px;
		padding:0 17px;
		font-weight:bold;
		text-transform:uppercase;
		background-image:url(../images/navigation_bg.gif);
		background-position:left 0px;
		background-repeat:repeat-x;
		}
			#navigation a:hover,
			#navigation .over,
			#navigation .on {
			color:#ffffff;
			background-image:url(../images/navigation_bg.gif);
			background-position:left -59px;
			background-repeat:repeat-x;
			}
			
			#navigation .nav-div {
			display:inline-block;
			float:left;
			width:10px;
			/*font-size:0;*/
			text-align:center;
			background-image:url(../images/nav_div.gif);
			background-position:center;
			background-repeat:no-repeat;
			line-height:59px;
			height:59px;
			padding:0 0 0 0;
			margin:0 auto;
			border:none;
			}
				#navigation .sub-nav {
				position:absolute;
				top:40px;
				display:none;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:normal;
				text-transform:none;
				line-height:14px;
				z-index:6000;
				}
					#navigation .sub-nav li {
					width:180px;
					line-height:14px;
					}
						#navigation .sub-nav a {
						float:left;
						display:inline-block;
						width:180px;
						line-height:14px;
						border-right:none;
						color:#ccfff8;
						background:none;
						padding:8px 13px;
						background-color:#000000;
						border-bottom:solid #000000 1px;
						}
							#navigation .sub-nav a:hover {
							color:#ffffff;
							background-color:#6699cc;
							}

		
		
		
	/* MAIN SHOPPING LINKS */
	#cart-nav {
	float:right;
	height:30px;
	line-height:30px;
	color:#bcbeb4;
	background-color:#ffffff;
	padding-right:20px;
	padding-left:20px;
	}
	
		#cart-nav a {font-weight:bold;}
		#cart-nav a:hover {}
		
		
		
		
		
	/* FLASH IMAGE */	
	#flash {
	float:right;
	width:200px;
	height:120px;
	position:relative;
	margin-left:20px;
	}
		
		#flash #flash-over {
		position:absolute;
		left:0px;
		top:0px;
		z-index:800;
		}
		
		#flash table {
		position:absolute;
		left:0px;
		top:0px;
		z-index:600;
		display:none;
		}
		

	
	/* BREADCRUMB */
	#breadcrumb {
	font-size:11px;
	line-height:24px;
	padding:4px 20px;
	}

		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:18px;
	margin:0 2px;
	}
	
		#main h1 {
		font-family:"Times New Roman", Times, serif;
		font-size:38px;
		line-height:48px;
		font-weight:normal;
		}

		
		
		
		
		.home-boxes {
		float:left;
		width:325px;
		height:223px;
		position:relative;
		z-index:530;
		}
			.home-boxes .box-header {
			position:absolute;
			left:0px;
			top:0px;
			width:39px;
			height:223px;
			background-color:#c7200e;
			}
			
			.home-boxes .box-text {
			position:absolute;
			left:39px;
			bottom:0px;
			width:266px;
			height:52px;
			padding:8px 10px;
			background-image:url(../images/home_white_over.png);
			background-position:left;
			background-repeat:repeat;
			}
			
			.home-boxes .box-link {
			position:absolute;
			display:inline-block;
			right:8px;
			bottom:0px;
			line-height:18px;
			}
				.home-boxes .box-link a {
				display:inline-block;
				color:#ffffff;
				line-height:18px;
				background-color:#c7200e;
				padding:0 8px;
				}
					.home-boxes .box-link a:hover {
					display:inline-block;
					color:#ffffff;
					background-color:#989e9f;
					}
					
					
					
		
		.home-left {
		float:left;
		width:626px;
		padding:20px 0;
		}	
		
		
		
		.main-ful {
		padding:20px 0;
		}	
		
		
		.services-summery {
		font-size:18px;
		}	
			.services-summery a {color:#000000;}
			.services-summery a:hover {color:#c7200e;}	
			
			
			
		.home-right-map {
		float:right;
		width:262px;
		height:314px;
		background-image:url(../images/home_map.gif);
		background-position:right;
		background-repeat:no-repeat;
		}
			.home-right-map a {display:block;color:#000000;}
			.home-right-map a:hover {color:#c7200e;}	
		


	/* MAIN FOOTER */
	#footer {
	height:29px;
	line-height:29px;
	font-size:10px;
	color:#ffffff;
	text-align:left;
	text-transform:uppercase;
	padding:0 43px 0 12px;
	background-color:#c7200e;
	margin:0 2px;
	}
		#footer .footer-right {
		float:right;
		width:450px;
		text-align:right;
		}
		
		#footer .footer-left {
		float:left;
		width:450px;
		}
		
		#footer a {color:#ffffff;}
		#footer a:hover {text-decoration:underline;}
		
		
	#base {
	height:29px;
	line-height:29px;
	font-size:10px;
	text-align:left;
	margin:0 2px;
	}
		#base .base-right {
		float:right;
		width:500px;
		text-align:right;
		}
		
		#base .base-left {
		float:left;
		width:400px;
		}
		
		
	
	
	
		
		
	/* COMMON PAGE STYLES
	Common styles for database pages. */	
	
	/* NEWS PAGES */
	.news-holder {display:block;}
		.news-holder .news-item {display:block;margin-bottom:10px;}
			.news-holder .news-item .image {
			float:left;
			margin-right:10px;
			overflow:hidden;
			}
		.news-holder .news-detail {display:block;}
			.news-holder .news-detail .image {
			float:right;
			margin-left:10px;
			margin-bottom:10px;
			}
		.news-holder .date {font-size:12px;color:#333333;}
		.news-holder .base {font-size:11px;}
		
		
	.news-summery {}
		.news-summery .news-item {
		color:#000000;
		font-size:12px;
		}
		.news-summery .news-item .text {}
			
			
		
	/* PHOTO GALLERY PAGES */	
	.gallery-holder {display:block;}
		.gallery-holder .gallery-item {
		float:left;
		width:140px;
		text-align:center;
		}
			.gallery-holder .gallery-item .image {
			width:140px;
			height:100px;
			margin-bottom:5px;
			overflow:hidden;
			}
			
	.photo-holder {
	display:block;
	text-align:center;
	}
				
				
				
	/* STAFF PAGES */	
	.staff-holder {display:block;}
		.staff-holder .staff-cat {display:block;}
			.staff-holder .staff-member {
			float:left;
			width:140px;
			text-align:center;
			}
			.staff-holder .staff-member .image {
			width:140px;
			height:100px;
			margin-bottom:5px;
			overflow:hidden;
			}
				
							
				
	/* TESTIMONIALS PAGES */	
	.testimonial-holder {display:block;}
		.testimonial-item {display:block;margin-top:18px;}
		.testimonial-holder .th-person {font-weight:bold;}
			
			
		
	/* FAQS PAGES */
	.faq-holder {display:block;margin-top:18px;}
		.faq-item {display:block;margin-top:0px;margin-bottom:18px;}
		
		
		
	/* LINKS PAGES */
	.links-holder {display:block;margin-top:18px;}
				
		
		
		
		
	/* NEXT PREVIOUS PAGES */		
	.nextprev {float:right;}
		.nextprev .num {
		color:#333333;
		background-color:#E0E0E0;
		padding:0 4px 0 4px;
		margin-left:3px;
		}
		.nextprev .cur {
		font-weight:bold;
		background-color:#B5B5B5;
		}
		.nextprev .np {
		color:#ffffff;
		background-color:#000000;
		padding:0 4px 0 4px;
		margin-left:3px;
		}
		.nextprev .se {
		color:#A0A0A0;
		background-color:#F3F3F3;
		}
		.nextprev a:hover {
		text-decoration:none;
		color:#CCCCCC;
		background-color:#000000;
		}
			
			
	/* FORM STYLES
	Form styles for standard forms. */	
			
			
	/* Login PAGES */	
	#login {}
		#login .login-form {}
		
			#login .login-form li {
			padding-left:0px;
			background:none;
			}
			
				#login .login-form li label {
				display:inline-block;
				width:200px;
				}
		


	/* MAIN FORM */
	form {
	margin:0 auto; 
	padding:0 0 0 0;
	}
				
		form .req {
		color:#D60309;
		font-weight:bold;
		font-size:12px;
		}
	
		form .label {
		clear:both;
		float:left;
		width:140px;
		font-size:12px;
		font-weight:bold;
		color:#353535;
		line-height:16px;
		text-align:left;
		margin-top:2px;
		margin-right:10px;
		margin-bottom:6px;
		}
		
		form .label2 {
		clear:both;
		float:left;
		width:140px;
		font-size:14px;
		font-weight:bold;
		color:#353535;
		line-height:16px;
		text-align:right;
		margin-top:2px;
		margin-right:10px;
		margin-bottom:6px;
		}
		
		form .label-details {
		font-weight:normal;
		font-size:11px;
		color:#666666;
		line-height:15px;
		}
		
		form .input {
		float:left;
		width:240px;
		height:25px;
		}
			form .input input {
			font-size:12px;
			width:200px;
			}
			
		form .select {
		float:left;
		width:240px;
		height:25px;
		}
			form .select select {
			font-size:12px;
			width:205px;
			}
			
		form .checkbox {
		float:left;
		width:250px;
		}
		
		form .radio {
		float:left;
		width:250px;
		}
		
		form .textarea {
		float:left;
		font-size:11px;
		width:250px;
		height:113px;
		}
			form .textarea textarea {
			font-size:12px;
			width:240px;
			height:100px;
			}
			form .textarea img {
			padding-top:3px;
			}
		
		form .subbut {
		margin-top:2px;
		padding-left:150px;
		padding-bottom:5px;
		}
	
	
		form .form-footer {
		float:left;
		width:250px;
		padding-left:150px;
		font-size:11px;
		color:#666666;
		padding-bottom:5px;
		}
		
		
		
		form .subform {}
		
			form .subform th {
			background-color:#CCCCCC;
			}
			
			form .subform td {
			border-bottom:solid #CCCCCC 1px;
			}
			
			form .sub-button-holder {
			text-align:right;
			margin:10px 0;
			}
			
			form .sub-form-holder {
			padding:10px 0;
			border:solid #CCCCCC 1px;
			display:none;
			margin:10px 0;
			}
			
				form .sub-form-holder .subbut2 {
				padding-left:150px;
				}
		
		
		
		
		
		