/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:arial,sans-serif;
	font-size:11px;
	line-height:18px;
	color:#333;
	background:url(../images/cotton.jpg) #ddd;
	}

h1, h2, h3, h4 {
	padding:0;
	margin:7px 0;
	}

h1 {font-size:16px; color: #69BED3; }
h2 {font-size:14px; color: #69BED3; }
h3 {font-size:13px; color: #69BED3; }
h4 {font-size:12px; color: #69BED3; }



a, a:visited { color: #FF0000; text-decoration:none; }
a:hover	{ color: #000066; text-decoration:underline; }	
	
img	{border:none;}

.clear {
	height:0;
	width:0;
	line-height:0;
	clear:both;
	}


.wrapper {
	}
	
	.body {
		width:790px;
		background:#fff;
		margin:auto;
		border:15px solid #ea2f02;
		}

		.header {
			height:295px;
			width:780px;
			padding:5px;
			margin:0;
			background:#000066;
			}

		#navigation {
			position:relative;
			z-index:1;
			background:#EA2F02;
			width:790px;
			height:25px;
			font-weight:bold;
			text-transform:uppercase;
			}

		.main {
			width:760px;
			padding:10px;
			margin:0;
			border:5px solid #000066;
			}
			.content_block {
				padding:12px 0;
				}
			.content_fp {
				width:500px;
				float:left;
				padding:12px 0;
				}
			.features {
				width:250px;
				float:right;
				}
				.features ul {
					padding:0;
					margin:0;
					list-style:none;
					}
					.features ul li {
						padding-bottom:5px;
						}
				.features a img, .features a:visited img {
					margin:7px 0;
					}
				.features a:hover img {
					filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
					}
	
	.footer {
		height:124px;
		padding:0 5px 5px;
		background:#000066;
		}
		
	.titan_footer {
		width:790px;
		background:transparent;
		margin:auto;
		}
		
	#footer {
    width:770px;
    height:40px;
    font-size:12px;
    margin:auto;
	padding:5px 22px 0 22px;
	background: #fff;
	border:3px solid #ea2f02;
	}
	
	#footer strong a {
	
	    background-image:url(../images/titan_interactive.gif);
	    background-repeat:no-repeat;
	    width:117px;
	    height:41px;
	    text-indent:-9999px;
	    display:block;
		float:right;
	
	}
	
	#footer p {
		font-weight: bold;
		padding-top:10px;
	    float:left;
	    position:relative;
	    top:-15px;
		left:15px;
	
	}



/* =========== Products ================= */


	.product_styling {
		float:left;
		text-align:center;
		width:160px;
		margin:10px;
		/*	
		background-color: #ffff66;
		border: 4px solid #000066;
		height: 230px;
		*/
		padding-bottom: 10px;
		color: #000099;
		}

.product_name {
	margin-bottom: 10px;
}

.product_display_style {
	text-align: center;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.product {
	text-align:center;
	}
	.product_image {
		width:100px;
		margin:auto;
		background:#fff;
	}
	.product_title a:hover {
		text-decoration:underline;
	}
	
	
.product_link {
	color: #FF0000;
	text-decoration: underline;
}
.product_desc {
	margin-top: 10px;
}
.product_price {
	font-size: 110%;
	font-weight: bold;
	color: #FF0000;
}
.Form_Container {
	margin-left: 10px;
	margin-bottom: 20px;
}
ul {
	color: #333333;
	list-style: none;
}
.product_img {
	text-align: center;
}


/* ========= Contact Form ================== */

	#contact_map {
		position:relative;
		z-index:0;
		}

	.contact_list {
		float:left;
		width:300px;
		}
	.contact_form {}
	.contact_details {
		width:350px;
		float:left;
		}
		.contact_form label {
			width:300px;
			float:left;
			clear:left;
			}
		.contact_form input.txt {
			width:300px;
			float:left;
			clear:left;
			}
		.contact_form textarea.txt {
			width:300px;
			float:left;
			clear:left;
			}
		.contact_form input.btn {
			float:left;
			clear:left;
			}
		
/* ========= Gallery ================== */
		
	.photo_thumb {
		float:left;
		height:100px;
		width:160px;
		text-align:center;
		margin:14px;
		}
		.photo_thumb a img, .photo_thumb a:visited img {
			border:1px solid #000066;
			padding:1px;
			}
		.photo_thumb a:hover img {
			border:1px solid #000066;
			filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
			}
		
