/*------------------------------------------------------------------------
# JoomlAxe CSS
# ------------------------------------------------------------------------
# Author: Spy2furious@gmail.com
# Websites:  http://www.spicatheme.com
# License:  Creative Commons Attribution 3.0 License
-------------------------------------------------------------------------*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	font-size: 12px;
	line-height: 1.5em;
}

body#background{
	font: 12px/20px "Lucida Grande","Lucida Sans Unicode",sans-serif;
	color: #222; 	
	margin: 0; 
	padding: 0; 
	background: #000 url(../images/bg-repeated.jpg) repeat-x; 
	text-align: left;
}

/* Normal link */
a:link, a:visited {
	text-decoration: none;
	color: #82BC32;	
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
	text-decoration: none;
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em "Lucida Grande","Lucida Sans Unicode",sans-serif;
	color: #897A41;
	padding:;
	letter-spacing: -0.5px;	 
}

h1 { font-size: 120%; font-weight: ; letter-spacing: ; }
h2 { font-size: 140%; font-weight: ; color: ; }
h3 { font-size: 160%; font-weight: ; letter-spacing: ; padding-top: }
h4 { font-size: 150%; }

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: ;
}
dd {
  padding-left: 25px; 
}

p, dl { padding: ; }


/* Images */
img {
	background: transparent;
    border: none;
	padding: none;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
} 

.container{
	width: 850px;
	overflow: hidden;
	margin: 0 auto;
}

.clear{
	clear: both;
}

/* ================================ Layout ================================*/
/* -- Header -- */
#header{
	width: 100%;
	background: transparent url(../images/header-bg-repeated.png) repeat-x top;
	height: 85px;
}

.logo{
	width: 200px;
	height: 140px;
	position: absolute;
}

.menu-nav{
	width: 650px;
	height: 60px;
	float: right;

}

.menu-nav ul{
	padding: 0;
	margin: 0;
}

.menu-nav ul li{
	list-style: none;
	float: right;
}

.menu-nav ul li a{
	display: block;
}

/*-------------------- Menu Nav Section -------------------------*/
/* Menu1 - Home */
.menu-nav ul li.menu1 a{
	width: 85px;
	height: 60px;
	background: url(../images/menu-home.jpg) no-repeat 0px 0px;
	margin: 0 10px 0 0;
}

.menu-nav ul li.menu1 a:hover{
	width: 85px;
	height: 60px;
	background: url(../images/menu-home.jpg) no-repeat 0px -60px;
}

/* Menu2 - Download */
.menu-nav ul li.menu2 a{
	width: 125px;
	height: 60px;
    background : url(../images/menu-download.jpg) no-repeat 0px 0px;
}

.menu-nav ul li.menu2 a:hover{
	width: 125px;
	height: 60px;
	background: url(../images/menu-download.jpg) no-repeat 0px -60px;
}

/* Menu3 - Download */
.menu-nav ul li.menu3 a{
	width: 130px;
	height: 60px;
    background : url(../images/menu-read.jpg) no-repeat 0px 0px;
	margin:0 15px 0 0;
}

.menu-nav ul li.menu3 a:hover{
	width: 130px;
	height: 60px;
	background: url(../images/menu-read.jpg) no-repeat 0px -60px;
}

/* Menu4 - Download */
.menu-nav ul li.menu4 a{
	width: 90px;
	height: 60px;
    background : url(../images/menu-who.jpg) no-repeat 0px 0px;
	margin:0 15px 0 0;

}

.menu-nav ul li.menu4 a:hover{
	width: 90px;
	height: 60px;
	background: url(../images/menu-who.jpg) no-repeat 0px -60px;
}

/* Menu5 - Download */
.menu-nav ul li.menu5 a{
	width: 120px;
	height: 60px;
    background : url(../images/menu-contact.jpg) no-repeat 0px 0px;
}

.menu-nav ul li.menu5 a:hover{
	width: 120px;
	height: 60px;
	background: url(../images/menu-contact.jpg) no-repeat 0px -60px;
}
/*-------------------- Menu Nav Section End ---------------------*/

.about-site{
	width: 600px;
	height: 60px;
	margin: 0px 0 0 250px;
	position: relative;
}

/* --- Template Preview --- */
.tpreview{
	width: 830px;
	height: 380px;
	background: url(../images/tp-bg.png) no-repeat top;
	margin: 10px 0 0 10px;
}

/* Template Screenshoot */
.tpthumb{
	width: 450px;
	float: left;
	margin: 25px 0 0 60px;
	overflow: hidden;
}

.tpinfo{
	width: 270px;
	height: 240px;
	float: left;
	margin: 65px 0 0 0;
}

/* Template Info */
.tpinfoinfo{
	width: 100%;
	height: 170px;
	/* Hapus
	background: #555;
	opacity: 0.5;  */
}

/* Template Button */
.tpinfobutton{
	width: 100%;
	height: 60px;
	margin-top: 20px;
}

.button-more{
	width: 90px;
	height: 60px;
	display: block;
	float: left;
	background: url(../images/tp-button-more.png) 0px 0px no-repeat;
	margin: 0 0 0 20px;
}

.button-more:hover{
	background: url(../images/tp-button-more.png) 1px -60px no-repeat;
	cursor: pointer;
}

.button-demo{
	width: 90px;
	height: 60px;
	float: left;
	display: block;
	background: url(../images/tp-button-demo.png) 0px 0px no-repeat;
	margin: 0 0 0 20px;
}

.button-demo:hover{
	background: url(../images/tp-button-demo.png) 1px -60px no-repeat;
	cursor: pointer;
}

/* Template Screenshoot */
.tpthumbpic{
	width: 395px;
	height: 238px;
	border: 5px solid #EFEFD5;
	margin: 25px 0 0 15px;
	position: absolute;
}

.sellotape1{
	width: 100px;
	height: 100px;
	background: url(../images/tp-sellotap.png) left top no-repeat;
	position: absolute;
	margin: 5px 0 0 0px;
}

.sellotape2{
	width: 100px;
	height: 100px;
	background: url(../images/tp-sellotap.png) right bottom no-repeat;
	position: absolute;
	margin: 195px 0 0 350px;
}


/* --- Mainbody --- */
.mainbodytop{
	width: 800px;
	height: 31px;
	margin : 40px 0 0 25px;
	background:url(../images/body-top-bg.png) no-repeat top;
}

.mainbodymid{
	width: 800px;
	margin : 0 0 0 25px;
	background:url(../images/body-mid-bg.jpg) repeat-y;
	overflow: hidden;

}

.mainbodybottom{
	width: 800px;
	height: 51px;
	margin : 0 0 30px 25px;
	background:url(../images/body-bottom-bg.png) no-repeat bottom;
}

/* Breadcrumb */
.breadcrumb{
	width: 500px;
	height: 22px;
	background: url(../images/breadcrumb-here.jpg) no-repeat 40px 7px;
	padding: 7px 0 0 140px;
}

/* Main Body Inside */
.inbodyleft{
	width: 520px;
	overflow: hidden;
	float: left;
	margin-top: 10px;
}

.inbodyright{
	width: 200px;
	overflow: hidden;
	float: right;
	margin : 10px 30px 0 0;
}

.inbodylefttop{
	width: 520px;
	overflow: hidden;

}

.inbodyleftmid{
	width: 520px;
	overflow: hidden;

}

.inbodyleftbottom{
	width: 520px;
	overflow: hidden;

}

/* --- Footer --- */
#footer{
	width: 100%;
	background: #1E1109 url(../images/footer-bg.jpg) repeat-x bottom;
}

.columnseparator{
	width: 100%;
	background: url(../images/footer-separator.gif) repeat-y center;
	margin: 10px 0px;
	overflow: hidden;
}

.column1{
	width: 250px;
	float: left;
}

.column2{
	width: 150px;
	float: left;
	margin-left: 20px;
}

.column3{
	width: 140px;
	float: left;
	margin-left: 20px;
}

.column4{
	width: 250px;
	float: left;
	margin-left: 20px;
}

/* --- Copyright --- */
#copyright{
	width: 100%;
	background: #0E0603;
}

.copyrightby{
	width: 439px;
	height: 35px;
	float: left;
	background: url(../images/copyright-by-spica.jpg) no-repeat top;
	margin: 10px 0 5px 0;
}

.social{
	width: 75px;
	height: 25px;
	float: right;
	margin: 15px 0 0 0 ;
}

.facebookicon a{
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	background: url(../images/facebook-button.jpg) no-repeat top;
}

.twittericon a{
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	background: url(../images/twitter-button.jpg) no-repeat top;
}

.rssicon a{
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	background: url(../images/rssfeed-button.jpg) no-repeat top;
}




































