/* Main Document */
body {
	background-image:url('/images/clouds-test.jpg');
	background-repeat: repeat;
	}
.header{ 
	width:900px;
	height:70px;
	border: 0px solid black;
	background-image:url('/images/test-banner.gif');
	margin:0px auto;
	padding:0px;
	overflow:hidden;
	}
	
.wrapper { 
	width:900px;
	border: 1px solid black;
	background-image:url('/images/wrapper-background.jpg');
	background-repeat:repeat-y;
	background-position:top right;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
	position:relative;
	}

.content 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-position: bottom center;
	background-repeat:no-repeat;
	padding:0px 4px 2px 4px;
	overflow:hidden;
	float:left;
	border:0px;
	border-right:1px solid black;
	position:relative;
	}

.side-bar {
	
	float:right;
	overflow:hidden;
	top:0px;
	bottom:0px;
	background:transparent;
}

.login {
	background:transparent;
	border:1px solid black;
	margin:2px;
}
.navigation {
	background-image:url('/images/nav-background2.jpg');
	background-repeat:repeat-y;
	border-bottom:1px solid black;
	}
.navigation_item a:link, .navigation_item a:active, .navigation_item a:visited{
	color: black;
	text-decoration:none;
	}
.navigation_item a{
	padding-left:3px;
	height:30px;
	width:195px;
	display:block;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.side-bar-images {
	width:196px;
	position:relative;
	bottom:100px;
	margin:2px auto;
}
.side-bar-images img {
	border:1px solid black;
	width:180px;
	margin:3px auto;
	display:block;
}

.navigation_item:hover{
	background-image:url('/images/nav-background-hover2.jpg');
}

.navigation_item a:hover{
	color:white;
}

.navigation_item {
	/*background-image:url('/images/nav-background2.jpg');*/
	background:transparent;
	border:1px solid black;
	height:30px;
	width:198px;
	font-size:16px;
}

.footer{
	width:900px;
	border: 1px solid black;
	border-top:0px;
	background-image:url('/images/wrapper-background.jpg');
	background-position:top right;
	background-repeat: repeat;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
}

.footer a:link img, .footer a:visited img, .footer a:hover img, .footer a img {
	border:0px;
	margin:0px;
	padding:0px;
}

#logo {
	border:1px solid black;
	margin:3px auto 1px auto;
} 

.troops {
	height:100px;
	position:absolute;
	bottom:0px;
	left:0px;
	color:red;
	margin:3px;
}







/* Gallery */

.gallery_slide_bar{
	width:685px;
	height:160px;
	border:1px solid black;
	margin-bottom:5px;
	overflow:auto;
	postion:relative;
}

.gallery_thumbnail {
	border:1px solid black;
	margin:2px;
	height:135px;
}

.gallery_main_image {
	display:block;
	margin:2px auto;
}
.gallery_main_content{
	width:685px;
	height:510px;
	border:1px solid black;
	margin:0px auto;

}

/* OLD */

.galleryTable img { /* thumbnail images parameters here*/
	width:160px; /* width of the thumbnail images */
	border:3px double #999999; /* thumbnail images border */
	}	

.galleryTable td {
	text-align:center;
	vertical-align:top;
	padding:6px;
	}
	
.galleryDescription { /*define description text here*/
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	}




/*Inventory List */

.inventory_table a:link, .inventory_table a:active, .inventory_table a:visited {
	color: #000000; 
	text-decoration:none;
}

.inventory_table a {
	display:block;
}

.inventory_table td {
	border-right: 1px solid black;
	border-top: 1px solid black;
}

.inventory_table th {
	border-right: 1px solid black;
	border-top: 1px solid black;
	text-align:left;
}

.inventory_table th input {
	background:none;
	border:none;
}

.inventory_table a:hover {
	color: #FF3333;
	text-decoration:none;
}

.inventory_table {
	table-layout:fixed;
	width:890px;
	border:1px solid black;
	border-collapse:collapse;
}

.inventory_table td input{
}


/* Inventory Detail Gallery   */

.detail_wrapper {
	float:left;
	width:325px;
	height:275px;
	margin:3px;
	border:1px solid black;
}

.left_detail_column {
	float:left;
	margin:5px;
}

.right_detail_column {
	float:right;
	margin:5px;
}

.admin, .user {
	width:150px;
	clear:both;
	
}

.admin label, .user label{
	float:left;
	width:80px;
}

.admin input, .user input {
	float:right;
	width:60px;
}

.detail_buttons {
	float:left;
	width:105px;
	height:150px;
	overflow:hidden;
}

.detail_buttons input{
	display:block;
}

.detail_images {
	margin-top:3px;
	margin-bottom:3px;
	float:right;
	height:275px;
	width:250px;
	overflow:auto;
	border:1px solid black;
}

.detail_image {
	clear:both;
	width:675px;
	height:420px;
	margin:3px;
	padding:10px;
	overflow:hidden;
	border:1px solid black;
}

.detail_image img {
	width:600px;
	height:400px;
	margin:1px auto;
	display:block;
}



/* Testimonials  */

.testimonials {
	padding:3px;
	margin:3px auto;
	border:1px solid black;
}
.testimonial{
	background:#cc9966;
	width:600px;
	padding:10px;
	margin:15px auto;
	border:2px solid black;
}

.testimonials h3 {
	padding:5px;
	font-size:12px;
	font-weight:bold;
	margin: 1px auto;
}

.testimonials h4 {
	font-size:10px;
	font-weight:bold;
	text-align:right;
}

.testimonial_text {
	background:#ffcc99;
	padding:1px;
	margin:1px auto;
	border:1px solid black;
}


