/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*{
    margin: 0px;
    padding: 0px;
}

img, fieldset{
    padding: 0px;
    border: none;
	margin: 0px;
	line-height: 0px;
}

a{
    color: #666666;
    text-decoration: none;
	font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

body{	
    font: 12px Arial, Helvetica, sans-serif;
    color: #666666;
    background:url(images/yellow.png);
}

h2{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f07905;
	padding-bottom: 10px;	
}

h3{
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	padding-bottom: 10px;
	padding-top: 13px;	
	text-align: center;
}

h4{
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #f07905;
	padding-bottom: 20px;	
}

.clear{
	clear: both;	
}

.read{
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}

.read a{
	color: #ff0000;
	font-weight: normal;
	font-size: 11px;
}

.read a:hover{
	color: #666666;
}

/*
	wrapper
*/

#wrap{
	width: 997px;
	margin: auto;
}


#top_box{
	padding-bottom: 20px;
}

/*logo*/

#logo{
	width: 337px;
	height: 66px;
	padding-top: 20px;
	background: url(images/logo.jpg) no-repeat top left;
	float: left;
}

#logo h1 a{
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 38px;
}

#logo a small{
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-left: 38px;
}

/*
	menu
*/

#menu{
	float:none;
	padding-left: 50px;
	padding-top: 36px;
}

#menu ul{
	padding-left: 100px;
    list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	font: 14px  Arial, Helvetica, sans-serif;
    color: #ffffff;
	text-align: center;
    font-weight: normal;
    text-decoration: none;
    display: block;
	float: left;
    width: 109px;
    height: 33px;
	line-height: 33px;
	background: url(images/menu_bg.png) no-repeat top left;
	margin-right: 8px;
}

#menu ul li a:hover,  #menu ul li .active{
	color: #ffffff;
	background: url(images/menu_bg_active.png) no-repeat top left;
}

/*
	content
*/

.content_top{
	background:url(images/content_top.png) no-repeat top left; 
	height: 19px;	
}

.content_bot{
	background: url(images/content_bot.png) no-repeat top left;
	height: 20px;
}

#content{
	background: #ffffff;
	padding: 0px 15px;	
}

/*
	prew_box
*/

#prew_button_box ul{

	padding-top: 10px;
	width: 101px;
    list-style: none;
	margin-left:90px;
}

#prew_button_box ul li{
	display: inline;
}

#prew_button_box ul li a{
    display: block;
	float: left;
    width: 24px;
    height: 22px;
	background: url(images/prew_img_button.png) no-repeat center;
	margin-right: 1px;
}

#prew_button_box ul li a:hover,  #prew_button_box ul li .active{
	background: url(images/prew_img_button_hover.png) no-repeat center;
}

/*
	column 3 box
*/

#column_box{
	
	margin: 15px 20px 0px 16px;
}

#column_box p{
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}

#bg_left{
	/*background: url(images/st_left.jpg) no-repeat top left;*/
	float: left;
	width: 1px;
	height: 1px;
}


#column1{
	float: left;
	width: 650px;
	height: 200px;
	padding: 20px 45px 10px 20px;
	font-size:20px;
	font-family:"Courier New", Courier, monospace;
}
#column2{
	float: left;
	width: 900px;
	height: 660px;
	padding: 20px 45px 10px 20px;
	font-size:20px;
	font-family:"Courier New", Courier, monospace;
}
#column3{
	float: left;
	width: 850px;
	height: 660px;
	padding: 20px 15px 10px 50px;
	font-size:20px;
	font-family:"Courier New", Courier, monospace;
}
#column4{
	float: left;
	width: 900px;
	height: 125px;
	padding: 20px 45px 10px 20px;
	font-size:20px;
	font-family:"Courier New", Courier, monospace;
}
#column5{
	float: left;
	width: 900px;
	height: 775px;
	padding: 20px 45px 10px 50px;
	font-size:20px;
	font-family:"Courier New", Courier, monospace;
}
#column6{
	float: left;
	width: 900px;
	height: 785px;
	padding: 20px 45px 10px 30px;
	font-size:20px;
	font-family:"Courier New", Courier, monospace;
}
#column8{
	float: left;
	width: 900px;
	height: 560px;
	padding: 20px 45px 10px 30px;
	font-size:20px;
	font-family:"Courier New", Courier, monospace;
}
#column1, #column2{
	
}

#column3{
	
}

/*
	last_box
*/
.button {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #CC9933;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
  float:right;
}

.button:hover {background-color:#000000;
color:#FFFFFF}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
#last_box{
	/*background: url(images/bor_vertical.gif) repeat-y  492px;*/
	margin-top: 5px;
}

#last_box_left{
	width: 465px;
	float: left;
	padding-left: 15px;
}



#last_box_left img{
	float: left;
	padding: 0px 10px 5px 0px;
}

#last_box_right{
	width: 445px;
	float: right;
}

#last_box_right1{
	float: left;
	width: 210px;
}

#last_box_right2{
	float: right;
	width: 200px;
}

.ls2{
    list-style: none;
    padding-left: 0px;
}

.ls2 li{
    background: url(images/ls_black.gif) no-repeat 0px 6px;
    margin-bottom: 5px;
    padding-left: 15px;
}

/*
	footer_top
*/

#footer_bg{
	background: url(images/footer_bg.png) no-repeat top left;
	max-height: 260px;

}

#footer_top{
	padding-bottom: 10px;
}

#footer_top p, #footer_top p a, #footer_top a{
	color: #ffffff;
}



#footer_top_column1{
	float: left;
	width: 175px;
	padding-left: 25px;
}

#footer_top_column2{
	float: left;
	padding-left: 25px;
	width: 240px;
}

#footer_top_column2 p{
	line-height: 20px;
}

#footer_top_column3{
	float: left;
	width: 215px;
	padding-left: 25px;
}

#footer_top_column4{
	float: left;
	padding-left: 25px;
	width: 250px;
}

.ls{
    list-style: none;
    padding-left: 0px;
}

.ls a{
	color: #ffffff;	
}

.ls li{
    background: url(images/ls_white.gif) no-repeat 0px 6px;
    margin-bottom: 5px;
    padding-left: 0px;
}

.link1{
    background: url(images/link1.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.link2{
    background: url(images/link2.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.link3{
    background: url(images/link3.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.link4{
    background: url(images/link4.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.ls{
    list-style: none;
    padding-left: 0px;
}

.ls li{
    background: url(images/ls1.gif) no-repeat 0px 6px;
    margin-bottom: 8px;
    padding-left: 15px;
}

.under{
	text-decoration: underline;
}

/*
	footer_bot
*/

#footer_bot{
	background: url(images/bor_gorizontal.gif) top repeat-x;
	padding: 15px;
	margin: 0px 20px;
	text-align: center;
}

#footer_bot p a, #footer_bot p{
	color: #ffffff;
}


/*
scroll styles here
*/

.item { width: 966px; height: 384px;}
.item img {float:left;}
.item h2 { border:none; margin-bottom:15px;}

.scrollable { position:relative; overflow:hidden; width: 966px; height: 384px;} 
.scrollable .items { width:20000em; position:absolute;}
.scrollable .items div { float:left;} 
.scrollable .items .item { overflow:hidden;}
.scrollable .items .item p { line-height:16px;}
.navi { width:auto; height:20px;  margin: 15px 0; padding-left: 400px;} 
.navi a { width: 24px; cursor:pointer; height: 22px; float:left; margin:0 0 0 3px; background:url(images/prew_img_button.png) no-repeat scroll top; display:block; font-size:1px;} 
.navi a:hover, .navi a.active { background-position:left top; margin:0 0 0 3px;  background:url(images/prew_img_button_hover.png) no-repeat scroll top}

.header1
{
width: 966px; height: 384px;
}

.header2
{
width: 966px; height: 384px;
}

.header3
{
width: 966px; height: 384px;
}

.header4
{
width: 966px; height: 384px;
}

.header5
{
width: 966px; height: 384px;
}
/* ------------------------------------------------------------------------
DO NOT CHANGE
------------------------------------------------------------------------- */


div.pp_overlay {background: #000;display: none;left: 0;position: absolute;top: 0;width: 100%;z-index: 9500;}
div.pp_pic_holder {display: none;position: absolute;width: 100px;z-index: 10000;}

@import url(http://fonts.googleapis.com/css?family=Varela+Round);

.jm-item {
    padding: 10px;
    display: inline-block;
    text-align: left;
}
.jm-item-wrapper {
	position: relative;
	padding: 7px;
	background: #E8D7B6;
}
.jm-item-image {
	position: relative;
    overflow: hidden;
	
}

.jm-item-image img {
	display: block;
}
.jm-item-title {
    position: absolute;
    left: 23px;
    bottom: 12px;
    background: #CC9933;
    line-height: 1.5em;
    font-weight:bold;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 0.55em;
}
.jm-item-title1 {
    position: absolute;
    left: 13px;
    bottom: 12px;
    background: #CC9933;
    line-height: 1.5em;
    font-weight:bold;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 0.55em;
}
.jm-item-title2 {
    position: absolute;
    left: 25px;
    bottom: 17px;
    background: #CC9933;
    line-height: 1.5em;
    font-weight:bold;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 0.55em;
}
.jm-item-title3 {
    position: absolute;
    left: 20px;
    bottom: 17px;
    background: #CC9933;
    line-height: 1.5em;
    font-weight:bold;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 0.55em;
}
.jm-item-title4 {
    position: absolute;
    left: 38px;
    bottom: 17px;
    background: #CC9933;
    line-height: 1.5em;
    font-weight:bold;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 0.55em;
}
.jm-item-title5 {
    position: absolute;
    left: 38px;
    bottom: 17px;
    background: #CC9933;
    line-height: 1.5em;
    font-weight:bold;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 0.55em;
}
.jm-item-title6 {
    position: absolute;
    left: 25px;
    bottom: 17px;
    background: #CC9933;
    line-height: 1.5em;
    font-weight:bold;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 0.55em;
}
.jm-item-title7 {
    position: absolute;
    left: 25px;
    bottom: 17px;
    background: #CC9933;
    line-height: 1.5em;
    font-weight:bold;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 0.55em;
}
.jm-item-title8 {
    position: absolute;
    left: 12px;
    bottom: 17px;
    background: #CC9933;
    line-height: 1.5em;
    font-weight:bold;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 0.55em;
}
.jm-item-title9 {
    position: absolute;
    left: 17px;
    bottom: 17px;
    background: #CC9933;
    line-height: 1.5em;
    font-weight:bold;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 0.55em;
}
.jm-item-title10 {
    position: absolute;
    left: 18px;
    bottom: 17px;
    background: #CC9933;
    line-height: 1.5em;
    font-weight:bold;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 0.55em;
}
.jm-item-title11 {
    position: absolute;
    left: 18px;
    bottom: 17px;
    background: #CC9933;
    line-height: 1.5em;
    font-weight:bold;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 0.55em;
}
.jm-item-title12 {
    position: absolute;
    left: 41px;
    bottom: 17px;
    background: #CC9933;
    line-height: 1.5em;
    font-weight:bold;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 0.55em;
}
.jm-item-overlay {
	background: #000;
	opacity: 0;
	position: absolute;
	width: 183px;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	transition: opacity 0.5s ease-in 0s;
}
.jm-item-wrapper:hover .jm-item-overlay {
	opacity: 0.3;
}
.jm-item-button {
	height: 50px;
	width: 50px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -25px;
}
.jm-item-button a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #CC9933;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 0.8em;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-decoration: none !important;
    display: block;
}
.jm-item-button a:hover {
	background: #3b3b3b;	
}
.first .jm-item-button {
	-webkit-transition: all 0.5s ease-in 0.5s;
	-moz-transition: all 0.5s ease-in 0.5s;
	-o-transition: all 0.5s ease-in 0.5s;
	transition: all 0.5s ease-in 0.5s;
	top: -50px;	
}
.first .jm-item-wrapper:hover .jm-item-button {
	top: 20%;	
}
