body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #989898;
	background: #000000;
}

a:link, a:visited { color: #edad0f; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #edad0f; text-decoration: underline; }

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner_w10 {
	float: left;
	width: 10px;
	height: 100%;
	font-size: 1px;	
}

.cleaner_h10 {
	clear: both;
	width: 100%;
	height: 10px;
	font-size: 1px;	
}

.cleaner_h20 {
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 1px;	
}

.cleaner_h30 {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_h40 {
	clear: both;
	width: 100%;
	height: 100%;
	font-size: 1px;	
}

.cleaner_w50 {
	float: left;
	width: 50px;
	height: 1px;
	font-size: 1px;	
}

.horizontal_divider_01 {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
	background: url(images/horizontal_divider.jpg) repeat-x;
}

.rc_btn_01 a {
	color: #FFCC00;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.rc_btn_01 a:hover {
	color: #996600;
}


#cobra_container {
	width: 900px;
	margin: 0 auto;
	padding: 0 30px 0px 30px;
} 

#cobra_header {
	width: 900px;
	height: 78px;
	margin: 20px 100px 0px 140px;
	padding: 0px;
	background: url(images/banner.jpg) no-repeat;
}

#cobra_header #website_title {
	width: 1200px;
	height: 178px;
	padding: 0px 0 0 0;
	text-align: center;
}

#website_title #title {
	font-size: 50px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 15px;
}

#website_title #salgon {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	color:#cccccc;
}

/* banner */
#cobra_menu{
	float: left;
	width: 1200px;
	height: 70px;
	background: url(images/menu_bg.jpg) no-repeat;
}

#cobra_menu ul {
	width: 1000px;
	margin: 20px 0 0 160px;
	padding: 0px;
	list-style: none;
}

#cobra_menu ul li{
	display: inline;
}

#cobra_menu ul li a{
	float: left;
	padding: 5px 30px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	background: url(images/menu_divider.gif) top right repeat-y;
	color: #ffffff;
	font-weight: bold;
	outline: none;
}

#cobra_menu li a:hover, #cobra_menu li .current{
	color: #edad0f;
}

#cobra_menu ul li img{
	float: right;
	padding: 0 17px;
	border: 0px;
}

/* end of menu*/
/* end of banner */

/* content */

#cobra_content_wrapper {
	clear: both;
	width: 900px;
	margin:0 auto;
	background: url(images/content_repeat.jpg) repeat-y;	
}

#cobra_content {
	padding: 50px 100px 0 100px;
	background: url(images/content_top.jpg) top center no-repeat;
}

#cobra_content img{
	float: left;
	margin: 3px 5px 5px 0;
	border: 0px solid #10100f;
}

#cobra_content .main img{
	float: right;
	margin: 3px 0px 5px 30px;
	border: 5px solid #10100f;
}

#cobra_content p{
	text-align: justify;
	margin-bottom: 20px;
}

#cobra_content .content_title_01{
	color: #2B65EC;
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}

#cobra_content .content_title_02{
	color: #2B65EC;
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-style: italic;
}

#cobra_content .content_title_03{
	color: #0000cc;
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

#cobra_content .content_title_04{
	color: #ff0000;
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

#cobra_content .desc{
	color: #c8c8c8;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 5px;
}

#cobra_content .column_01 {
	float: left;
	width: 330px;
}

#cobra_content .column_02 {
	float: right;
	width: 325px;
}

#cobra_content .news_title {
	color: #edad0f;
	font-size: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

#cobra_content .news_section {
	padding-left: 10px;
	background:url(images/icon_01.jpg) top left no-repeat;
}

#cobra_content  .column_02 p{
	margin-bottom: 0px;
}

/* footer */
#cobra_footer {
	clear: both;
	width: 1200px;
	height: 35px;
	padding-top: 55px; 
	color: #eca90e;
	text-align: center;	
	background: url(images/footer.jpg) no-repeat;
}

#cobra_footer a{
	color: #eca90e;
	font-weight: bold;
}
/* end of footer */

/* gallery */
.gallerycontainer{
position: relative;
height: 600px;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 10px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: #edad0f;
text-decoration: none;

}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 200px;
left: 410px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
