
/* -------------------------------------- */
/* -------  GLOBAL ELEMENTS  ------------ */
body,h1,h2,h3,h4,h5,h6,form,img,span,div,ul,li,p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul{
list-style: none;
}

body {
	font:14px Helvetica, Arial, "Bitstream Vera Sans";
	text-align: center;
	background-color: #000;
	color: #171717;
}

table, td {
	vertical-align: top;
}

h1{
font-family: Helvetica, Arial, "Bitstream Vera Sans";
font-size: 15px;
/*font-weight: 100;*/
color: #3eff25;
margin-bottom: 10px;
text-transform: uppercase;
}

h2{
font-family: Helvetica, Arial, "Bitstream Vera Sans";
font-size: 15px;
/*font-weight: 100;*/
color: #3eff25;
margin-bottom: 5px;
}

h3{
font-family: Helvetica, Arial, "Bitstream Vera Sans";
font-size: 18px;
color: #FFF;
padding: 5px 0;
}

h4{
font-family: Helvetica, Arial, "Bitstream Vera Sans";
font-size: 15px;
color: #666;
padding-left: 25px;
background: url("images/quote_l.png") top left no-repeat;
}


/* general elements */
a { text-decoration: none; color: #3eff25; }
a:hover { text-decoration: none; color: #666; }
a:focus { outline: 0; }
p { font-size: 14px;}

.nomargin{
	margin: 0;
}

/* ALL ROUNDED CORNER BOXES */
.rounded-10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
} 

.rounded-5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
} 

#centered{
	width: 950px;
	margin: 10px auto;
}

#data{
	position: relative;
	width: 950px;
	text-align: center;
}

#data #header{
	position: relative;
	width: 950px;
	height: 100px;
	text-align: left;
}

#data #header .logo{
	position: absolute;
	top: 10px;
	left: 20px;
	text-align: left;
}

#data #header .logo2{
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: left;
}

#data #header ul{
	position: absolute;
	top: 85px;
	right: 0px;
	list-style: none;
}

#data #header ul li {
	float: left;  
	position: relative; 
	z-index: 1;
}

#data #header ul li a{
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
	height: 30px;
	color: #FFF;
	font: 13px Helvetica, Arial, "Bitstream Vera Sans";
	text-transform: uppercase;
}

#data #header ul li a:hover, #data #header ul li a.mouseover{

}
#data #header ul li a.active{
	color: #CCC;
}

#data .main{
	position: relative;
	width: 950px;
	background-color: #FFF;
	margin-top: 20px;
	overflow-y: hidden;
}

#data .main .submenu{
	width: 170px;
	height: 100%;
	margin-left: 50px;
	padding-top: 30px;
	background-color: #EEE;
	display: block;
}

#data .main .submenu a{
	width: 138px;
	height: auto;
	padding: 5px 10px;
	padding-left: 20px;
	display: block;
	margin-bottom: 10px;
	background-color: #666;
	text-align: left;
	border-left: 2px solid #3eff25;
	font-weight: bold;
	font-size: 13px;
}

#data .main .submenu a:hover, #data .main .submenu a.active{
	color: #FFF;
}

#data .main .submenu a.sub, #data .main .submenu a.subactive{
	width: 123px;
	height: auto;
	padding: 5px 10px;
	padding-left: 35px;
	display: block;
	margin-bottom: 10px;
	background-color: #666;
	text-align: left;
	border-left: 2px solid #3eff25;
	font-weight: 100;
	font-size: 13px;
}

#data .main .submenu a.sub:hover, #data .main .submenu a.subactive{
	color: #FFF;
}

#data .main .container{
	width: 690px;
	height: auto;
	margin-top: 0px;
	text-align: left;
	padding: 10px;
	padding-left: 20px;
	clear: both;
}

#data .main .container .social{
	width: 100%;
	margin: 10px 0px;
}

#data .main .container p{
	padding: 5px;
	text-align: justify;
}

#data .main .container img{
	padding: 5px;
}


#data .main .container .box{
	width: 215px;
	display: block;
	margin-left: 20px;
}

#data .main .container .box li{
	padding-left: 10px;
	padding-bottom: 5px; 
	background: url("images/dot.jpg") top left no-repeat;
}

#data .main .container .box .top{
	height: 26px;
	width: 195px;
	padding: 10px;
	background: url("images/box_top.png") top left no-repeat;
	font-size: 25px;
	color: #FFF;
}

#data .main .container .box .bottom{
	height: 12px;
	width: 215px;
	padding: 0px;
	background: url("images/box_bottom.png") bottom left no-repeat;
}

#data .main .container .box .middle{
	min-height: 200;
	width: 195px;
	padding: 10px;
	background: url("images/box_main.png") top left repeat-y;
	color: #666;
	font-size: 12px;
}

#data .main .container .box .img_a{
	width: 100%;
	height: 90px;
	overflow: hidden;
	padding-bottom: 10px;
}

#data .main .container .box p{
	text-align: justify;
	padding: 0px;
}

#data .main .container .box .more, #data .main .container .more{
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 15px;
	border: 1px solid #EEE;
	border-right: 2px solid #EEE;
	border-bottom: 2px solid #EEE;
	background: url("images/more.png") center left no-repeat;
}

#data .main .container .box .more:hover{
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 15px;
	border: 1px solid #666;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	background: url("images/more.png") center left no-repeat;
}

#data .bottom{
	width: 950px;
	height: 20px;
	text-align: center;
	padding: 20px;
	background: url("images/int-control-box.gif") top left no-repeat;
}

#footer_menu {
	width: 950px;
	height: 60px;
	border-top: 2px solid #CCC;
	margin: 0px auto;
	text-align: center;
	padding-top: 15px;
	color: #666;
	font: 13px Helvetica, Arial, "Bitstream Vera Sans";
	background: #191919 url("images/footer-logo.jpg") center 40px no-repeat;
}

#footer_menu ul a{
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
	height: 30px;
	color: #666;
	font: 13px Helvetica, Arial, "Bitstream Vera Sans";
}

#footer_menu a:hover, #data #header a.mouseover{
	color: #CCC;
}
#footer_menu a.active{
	color: #CCC;
}

#footer_txt {
	width: 950px;
	height: 30px;
	margin: 0px auto;
	text-align: center;
	padding-top: 15px;
	color: #CCC;
	font-size: 11px;
	font-family: Helvetica, Arial, "Bitstream Vera Sans";
}


/* -------------------------------------- */
/* -------  GLOBAL MENULIST  ------------------ */
#submenuNav { 
	margin-bottom: 2px;
	padding: 5px;
	list-style: none; 
	height: 15px;
}
#submenuNav li {float: left; padding-right: 5px; position: relative; color: #CCC; list-style: none;}
#submenuNav li a {
	font: 14px "Helvetica neue", Helvetica, Arial, "Bitstream Vera Sans";
    color: #b3b3b3;
    text-decoration: none;
    vertical-align: top;
    padding: 0px;
}
#submenuNav li a:hover {
    color: #666;
}
#submenuNav li ul {  
	padding: 10px; 
	list-style:none; 
	border: 0px; 
	position: absolute;
	left: 0px;
	top: 15px;
	z-index:100;
    display: none;
    width: auto;
    width: 150px;

	background: transparent url("images/slide-bg.png") left top;

	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-ms-box-shadow: rgba(0, 0, 0, 0.8) 0 4px 20px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 0 2px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 4px 20px;}

#submenuNav li ul li{ width: 150px;}
#submenuNav li ul li a, #submenuNav li ul li a:link { 
	font: 13px "Helvetica neue", Helvetica, Arial, "Bitstream Vera Sans";
	color: #FFF;
	width: 150px;
	background: none;
}

#submenuNav li ul li a:hover {
	color: #CCC;  
}

#submenuNav li ul li:hover {
	cursor:pointer;
}

#submenuNav li:hover ul {display: block;} 
#submenuNav li ul li:hover ul {display: block;} 

/* -------------------------------------- */
/* -------  PORTFOLIO  ------------------ */		
.imgSlideshow {
	float:left;
	margin-left:13px;
	margin-top: 10px;
	position:relative;
	display:inline;
	width: 124px;
	height: 150px;
	overflow: hidden;

}

.imgSlideshow .imgborder{
	width: 120px;
	height: 120px;
	border: 1px solid #CCC;
}

.imgSlideshow .imgborder:hover{
	width: 120px;
	height: 120px;
	border: 1px solid #999;
}

.imgslide {
	position:absolute;
	left:0px;
	top: 0px;
}

.firstpic {
	margin-left:20px;
	display:inline;
	margin-right:10px;
}
.lastpic {
	margin-left:40px;
	display:inline;
	margin-right:10px;
}
.imgSlideshow h3 {
	text-align:center;
	font:normal 10px "Helvetica neue", Helvetica, Arial, "Bitstream Vera Sans";
	margin: 0;
}
.imgSlideshow h3 a {
	color:#000;
	text-decoration:none;
}
.imgSlideshow a img {
	opacity:1;
}
.imgSlideshow a:hover img {
	opacity:1;
}
.imgSlideshow p {
	text-align:center;
	font:normal 12px Arial;
	color:#595959;
	margin:13px 0 13px 0;
}
.imgSlideshow p a {
	color:#595959;
	text-decoration:none;
}

/* -------------------------------------- */
/* -------  GLOBAL BLOG PAGE NUM  ------------------ */
.blogpn{
	font-style: normal;
	color: #CCC;	
	padding: 3px;
	margin: 0px;
	width: 10px;
	text-align: center;
}

.blogpn a, .blogpn a:link{
	color: #2e2e2e;
	padding: 3px;
	text-decoration: none;
	width: 10px;
	text-align: center;
}

.blogpn a:hover{
	background-color: #3d3d3d;
	color: #FFF;
	padding: 3px;
	text-decoration: none;
	width: 10px;
	text-align: center;
}


/*ADDON*/
.addon{
	width: 970px;
	height: auto;
	margin-left: 14px;
	margin-top: 0px;
	text-align: left;
	padding: 10px;
	clear: both;
}
#addon { 
	padding: 0px;
	margin-top: 10px; 
	list-style:none; 
	border:0;
}
#addon li {float: left; padding-left: 1px; position: relative; height: 30px;}
#addon li a {
	font: 13px "Helvetica neue", Helvetica, Arial, "Bitstream Vera Sans";
    display: block;
    padding: 0px 10px;
    color: #FFF;
    text-decoration: underline;
    font-weight: normal;
}
#addon li a:hover{
	font: 13px "Helvetica neue", Helvetica, Arial, "Bitstream Vera Sans";
    color: #000;
    background: #FFF;
    font-weight: normal;
}
#addon li ul {  
	padding: 10px; 
	list-style:none; 
	border: 0px; 
	position: absolute;
	left: 0px;
	top: 30px;
	z-index:100;
    display: none;
    width: auto;
    text-align: left;
    height: 100px;
    width: 270px;

	background: transparent url("images/slide-bg.png") left top;

	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-ms-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	
	-ms-box-shadow: rgba(0, 0, 0, 0.8) 0 8px 40px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 0 4px 20px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 8px 40px;}

#addon li ul li{ width: 100%; height: 25px;}
#addon li ul li:hover ul {display: block;} 
#addon li ul li:hover {width: 270px;}


/* addon  */
/************************************************************************************/

#error{
font-family: Helvetica, Arial;
font-size: 14px;
color: red;
}

#activecode{
	width: 100%;
	height: auto;
	text-align: center;
	color: #4a4a4a;
	background-color: #f8dd31;
}
#activecode p{
	padding-top: 5px;
	padding-bottom: 5px;
}
.btn{
	border: 1px solid #FFF;
	background-color: #CCC;
	color: #666;
}
.license{
	overflow:auto;
	padding: 10px;
	width: 600px;
	height: 200px;
	border: 1px solid #CCC;
	font-family: Helvetica, Arial;
	font-size: 13px;
	color: #4a4a4a;
}
input, select{
border: 1px solid #CCC;
font-size: 13px;
color: #4a4a4a;
}

textarea{
border: 1px solid #CCC;
height: 100px;
width: 200px;
color: #4a4a4a;
}

search_fld { width: 240px; height:20px; margin-left:5px; border: solid 1px #CCC;}
search_btn { 	
position: relative;
border: 0px;
width: 20px;
height: 20px;
background: url("images/search2.gif") no-repeat center center;
display: block;
}		

.addon .img{
width: 100px;
height: 100px;
float: left;
padding: 5px;
}

.addon .highlight{
background-color: #ff8719;
color: #000000;
}

.addon {
	font:14px Helvetica, Arial, "Bitstream Vera Sans";
	color: #666;
}
