html, body{margin:0;padding:0;}
body{background:#251F1C url(../images/bg_body.jpg) repeat-x center top;}
td,th{font:13px/18px Tahoma;color:#B2A299;}
a img{border:none;}
a{text-decoration:none;color:#B2A299;}
a:hover{text-decoration:none;color:#6C9D31;}
p, ul, ol, h1, h2, h4, h5, h6{margin-top:0;}
h3{margin:5px 0px 0px;color: #DF7224;font-size: 14px;font-weight: bold;}
h4{margin:10px 0px 10px 10px;color:#FF9900;font-size: 16px;font-weight: bold;line-height: 26px;}
.content{background:url(../images/bg_content_inside.gif) no-repeat center top;padding-top:20px;}
.warp{background:#201C19 url(../images/bg_content_top.gif) repeat-x center top;}
.footer{background:#1F1A17 url(../images/bg_foot.gif) no-repeat center top;height:100px;text-align:center;}
.model{margin:20px 0px 0px 20px;}
.modelimg{background-color: #4E433E;padding: 5px;border: 1px solid #5C5450;}
.content-box{padding:20px;background:#3A302B;}
.pagenav{text-align: center;margin-top: 20px;}
.small-box tr td{border-collapse: collapse;padding: 3px;background: url(../images/dotted-line_b.gif) repeat-x bottom;}
.small-box a{color:#66CCCC;}
.detail-box tr td{border-collapse: collapse;padding: 2px 0px;background: url(../images/dotted-line.gif) repeat-x bottom;}

.pagenav a{padding: 2px 4px;border: 1px solid #5F5551;background: #4E433E;text-decoration: none;color: #B2A299;}
.pagenav a:hover{color: #FFF;background: #DF7224;border-color: #5F5551;text-decoration: none;}
.pagenav a.current{color: #FFF;background: #DF7224;border-color: #5F5551;text-decoration: none;}

/*/////////////// MENU //////////////////*/

.menu {padding:0; margin:0 0 0 4px; list-style:none; height:65px; position:relative;}
.menu li {float:left; height:65px;}
.menu li a {float:left; display:block; height:65px; line-height:63px; text-decoration:none; text-align:center; padding:0 15px; background:url(../images/menu_bg.gif) no-repeat left top; cursor:pointer;}
.menu li.current a {color:#E28138; background:url(../images/menu_bg.gif) no-repeat left bottom;}
.menu li a:hover {color:#E28138; background:url(../images/menu_bg.gif) no-repeat left bottom;}
.menu li.current a:hover {color:#B2A299; background:url(../images/menu_bg.gif) no-repeat left bottom; cursor:pointer;}

/*CSS Popup Image Viewer*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #4E433E;
	padding: 5px;
	left: -1000px;
	border: 1px solid #161412;
	visibility: hidden;
	color: #6C9D31;
}

.thumbnail span img{ /*CSS for enlarged image*/
background-color: #FFFFFF;
padding: 5px;
border: 1px solid #161412;}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -460px; /*position where enlarged image should offset horizontally */
}

/*/////////////// TIP //////////////////*/
#tip{
	border-collapse: collapse;
	width: 750px;
	text-align: left;
}
#tip tbody tr td{
	padding: 4px 4px 4px 20px;
	background: url(../images/dotted-line.gif) repeat-x bottom;
}
#tip a{
	background: url(../images/tip.gif) no-repeat;
	padding-left: 20px;
}
#tip a:hover{
	color: #C4FC14;
	text-decoration: none;
}

.tip{
	padding: 20px;
	background: #3A302B;
}

.tip h2{
	font-size: 18px;
	font-weight: bold;
	color: #DF7224;
	background: url(../images/header/header_tip_head.gif) no-repeat;
	padding-left: 90px;
	height: 66px;
	line-height: 66px;
	letter-spacing: 2px;
}

.tip h3{
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
	line-height: 24px;
	padding: 20px 0px;
}

.tip u{
	color: #66CCCC;
	text-decoration: underline;
}

ul.tip-main{
	margin-left: 15px;
}

.img-left{
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
}

/*/////////////// LINKS //////////////////*/
#links{
	border-collapse: collapse;
	width: 750px;
	text-align: left;
}
#links tbody tr td{
	padding: 4px 4px 4px 20px;
	background: url(../images/dotted-line.gif) repeat-x bottom;
}
#links a{ padding-left: 20px; background: url(../images/external.gif) no-repeat center left;
}
#links a:hover{
	color: #66CCCC;
	text-decoration: none;
	padding-left: 20px; background: url(../images/external_on.gif) no-repeat center left
}

/*/////////////// IMAGE CAPTION //////////////////*/

.caption-right{
	text-align: center;
	margin: 5px;
	width: 150px;
	padding-left: 15px;
	float: right;
}
.caption-right img{
padding: 0px;
margin: 0px;
border: 0px;
width: 150px;
 }

.caption-left{
text-align: center;
margin: 5px;
width: 150px;
float: left;
padding-right: 15px;
}
.caption-left img{
padding: 0px;
margin: 0px;
border: 0px;
width: 150px;
 }

/*/////////////// IMAGE FADER //////////////////*/
#imageContainer {
	height:252px;
	width:620px;
	float: right;
}

#imageContainer img {
	display:none;
	position:absolute;
}
