/* global*/
* {
	margin:0;
	padding:0;
}
body {
	text-align:         center;
	margin-left:        0px;
	margin-right:       0px;
	margin-top:         0px;
	margin-bottom:      20px;
	padding:            20px 0;
}
img {
	border:             0;
	background-color:   #151515;
}
hr {
    border:	solid #B09B61 1px; 
    height: 2px; 
    margin: 10px;
}


/* fonts */
body, h1, h2, h3, h4, h5, h6, p, a, ul, li {
    background-color:   #151515;
	font-size:          14px;
	font-family:        verdana, arial, helvetica, tahoma, sans-serif;
	font-weight:        bold;
}

h1, h2, h3, h4, h5, h6, p, a, ul, li {
	color:              #CCCCCC;
}

body {
	color:              #B09B61;
}



/* links */
a, a:link, a:visited, a:hover, a:active {
	text-decoration:    underline;
	cursor:             pointer;
}

a, a:link, a:visited {
	color:              #CCCCCC;
}

a:hover, a:active {
	color:              #B09B61;
}



/* misc */
.clear {
	clear: both;
}

.full_width {
    width:          1000px;
}

.thin_border  {
    border-top:     1px solid #151515;
    border-left:    1px solid #151515;
    border-right:   1px solid #151515;
    border-bottom:  1px solid #151515;
}

/* wrappers */
.text_left {
    text-align:     left;
	margin:         0 auto;
	padding-left:   10px;
	padding-right:  10px;
}

/* report text block */
.report_text {
	float:              left;
	position:           relative;
	color:              inherit;
    background-color:   #151515;
    width:              860px;
    margin:             0 auto;
	padding-left:       10px;
	padding-right:      10px;
	padding-top:        5px;
}
.report_text ul , .report_text ol {
    margin-left:        25px;
}

/* contact*/
.contact {
	margin-bottom: 10px;
	padding: 5px 0;
}

/* grids */
.thumbnail {
	float:              left;
	position:           relative;
	width:              110px;
	height:             110px;
	overflow:           hidden;
    background-color:   #151515;
    color:              inherit;
}
.thumbnail:hover {
	color:              inherit;
    background-color:   #B09B61;
}

.detailNav {
	width: 100%;
	float:left;
	clear: both;
	text-align: left;

}
.detailNav ul {
	margin: 10px auto;
	text-align: left;
}
.detailNav ul li {
	display:inline;
	text-align: left;
	list-style: none;
	padding: 10px;
}
.detailNavCenter {
	width: 100%;
	float:left;
	clear: both;
	text-align: center;

}
.detailNavCenter ul {
	margin: 10px auto;
	text-align: center;
}
.detailNavCenter ul li {
	display:inline;
	text-align: center;
	list-style: none;
	padding: 5px;
}


.icon {
    border:     2px solid #B09B61;
	position:   relative;
}


.preview {
    border:     2px solid #808080;
	position:   relative;
}

.thumb {
    border: 1px solid #808080;
	position: relative;
}

.dropShadow {
	background: url(./shadow.png) right bottom no-repeat;
	display: block;
	float: left;
	margin: 13px -10px -10px 10px;
	position: relative;
}


.dropShadow:before, .dropShadow:after {
	background: inherit;	
	content: " ";
	display: block;
	height: 10px;
	width: 10px;
}

.dropShadow:before {
	background-position: right top;
	margin: -10px 0 0 auto;
	position: absolute;
	right: 0;
	top: 0;
}

.dropShadow:after {
	background-position: left bottom;
	margin: -13px 0 0 -10px;
}

.dropShadow .inner {
	display: block;
	left: -10px;
	margin: 0;
	overflow: hidden;
	position: relative;
	top: -13px;
}

/* prev-next links */
.detailText {
    color:              #CCCCCC;
    background-color:   inherit;
}

/* disclaimer */
.diclaimer {
    margin-left:    10px;
    color:          #CCCCCC;
}

.disclaimer  h1 {
    font-size:      24px;
    margin-top:     18px;
    margin-bottom:  18px;
}


.disclaimer h2 {
    font-size:      18px;
    margin-top:     16px;
    margin-bottom:  16px;
}

.disclaimer h3 {
    font-size:      14px;
    margin-top:     12px;
    margin-bottom:  12px;
}
