/********************************************
   AUTHOR:  			InteSols 
   WEBSITE:   			http://www.intesols.com.au/
   LAST MODIFIED:       Sep-2009       	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #000 url(../../images/body_bg_.jpg) repeat;
	height:700px;
	font: 70%/1.5em Tahoma, arial, sans-serif;
	color: #fffdd2; 
	text-align: center;
margin-top:20px;
}

/* links */
a, a:visited {	
	color: #fffdd2;
	background: inherit;
	text-decoration: underline;
}
a:hover {
	background: inherit;
	text-decoration: none;
}

img.services_img {
padding:10px;
border:1px solid #fffdd2;
}
/* headers */
h1, h2, h3 {
	font-family: Georgia, Arial,Verdana, Tahoma, Sans-serif;
	font-weight:normal; 
	padding-bottom: 5px;		
	padding-left:0px;
	margin: 0;		
}
h1 { font-size:1.65em; 		color:#fffdd2; margin-bottom:17px;}

h2 {
	font: normal 1.5em Georgia, Arial, Tahoma, Sans-serif;
	color: #000000; 
	text-transform: none;		
}
h3 {	font: normal 1.4em Georgia, Arial, Tahoma, Sans-serif;
}

p {
	padding: 3px;		
	padding-left:0px;
	margin: 0;
  margin-bottom:5px; 

}
ul, ol {
	margin: 5px 10px;
	padding: 0 10px;
color:#fffdd2;

}
ul {
	list-style-type: square;
}

hr.gallery-divider{

margin:15px 0px 15px 0px;
border:0px;
color: #fffdd2;
background-color: #fffdd2;
height: 1px;
clear:both;
}
/* images */
img {
border:0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: url(post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em Arial, Tahoma, Sans-serif;
	color: #A89A6A;
}



/* form elements */
form {
	margin:0px; padding: 0 5px;
 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(nav.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
#search form{
	background-color: transparent;
	border: none;	
	margin: 0 0 0 3px; padding: 0px 0 9px 0;	
	
}
#search p { margin: 0; padding: 0; }
#search .textbox input{ 
	width: 150px;
	color: #FFF; 
	height: 16px;
	padding: 2px;	
    border:0px;
	vertical-align: top;
	background:#417eb7;
}
#search input.button { 
	width: 30px;
	height: 22px;
	padding: 2px 2px;
	vertical-align: top;
	text-align:center;
	background:#1F7BC6;
	color:#e6ffff;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
}


/* form */
#sidebar form {
	background-color: transparent;
	border: none;	
	margin: 0px; 
	padding: 0px;	
	color:#FFF;
}
span.textbox input { 
	width: 130px;
	color: #FFF; 
	height: 18px;
	padding: 0px;	
    border:0px;
	vertical-align: top;
	background:#b9dff6;
}
input.button { 
	width: 30px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
	text-align:center;
	background:#1F7BC6;
	color:#e6ffff;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
	
}

/********************************************
   LAYOUT
********************************************/ 
#wrap{
	position: relative;
	width: 849px;
	margin: 0 auto;
	padding:0px;
	text-align: left;
	border: 1px solid #fffdd2;
}

#header {
	position: relative;
	padding: 0;
	height:107px;	
	background: url(../../images/logo.jpg) left top no-repeat;
	text-align:center;
}

#header_right {
float:right;

}

#banner{
background:#000000 url(../../images/banner_image.jpg) 80% 80% no-repeat;
height:142px;
padding-top:183px;
padding-left:24px;
padding-right:24px;
}

#banner.internal {
background:#000 url(../../images/internal_banner.jpg) no-repeat;
height:161px;
padding-top:30px;
padding-left:24px;
padding-right:24px;
}

#banner_top {
background:url(../../images/banner_bottom_background.jpg) repeat-x;
height:9px;
}

#banner_bottom {
background:url(../../images/banner_bottom_background.jpg) repeat-x;
height:9px;
}

#picture_list {
background-color: #EFEFEF;
/*opacity:.80;
filter: alpha(opacity=80);
-moz-opacity: 0.8;*/
padding:6px 3px 3px 6px;
width:508px;
}

#picture_list img {
margin-right:4px;

}
#content-wrap {
	background: #F5F5F5 url(../../images/content_bg.jpg) repeat;
	float: left;	
	padding: 0; 	
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:1;
width:100%;
}

.content-divider {
margin-bottom:10px;clear:all;
}
/* Left Column */
#left 
{
    float: left;
    width:336px;
		padding: 38px 0px;
		margin: 0px;
		z-index:1;
}



/* Main Column */
#main {
	padding: 20px 24px 0px 24px; 
	margin: 0px;
	overflow:auto;
	overflow-x: hidden;
		color:#fffdd2;	
font-size:12px;
 	
}

#main a {

}
#main ul {
	list-style-type: square;
}
#main ul li {

   padding: 2px 5px 2px 5px;
   color: #fffdd2;;
   min-height:1em;

}


/* right */	
#right {
	float: right;
	width:175px;
	padding: 0px; 
	margin: 0px 0px 0px 0px;
	 height:auto;
	 border:0px solid black;

}	

#right table{
	border-collapse: collapse;
	margin:0px 0px 10px 0px;
	border:0px solid black;

}

#right table.right tr td{
	border-bottom:0px solid #d6d6d6;
	padding:7px 5px 15px 2px;
	vertical-align:top;
}

#right table.right tr td h2{
	color:#ba163b;
	margin:0px;
	padding:0px;
	font-size:13px;
}

#right table.right tr td p{
	padding:0px;
	margin:0px;
}
.banner_right img{
  border:2px solid white;
}


/* footer */
#footer-wrap {
	clear: both;
	font-size: 11px;	
	text-align: center;
	padding: 20px 6px 0 0px;

	height:110px;
				background: #F5F5F5 url(../../images/content_bg.jpg) repeat;
}

#intesols_footer{
		text-align:right;
		background:none;
		width: 849px;
	padding-right:17px;
	margin:0px auto;
}


/* gallery */

.albumlist .thumb{display: inline-block; list-style:none;}
.thumb a
{
background-color:transparent;
height:95px;
}

.tell{       
    display: inline-block;
    text-align: right;
width: 800px;
	position: relative;
	width: 845px;
	margin: 0 auto 5px;

}

.h_contact {
    float: right;
    font-size: 14px;
    margin-right: 10px;
    padding-top: 8px;
}
.h_contact br { display:none;}
.social {
    float: right;
}
.social strong {
    display: inline-block;
    margin-top: 8px;
    vertical-align: top;
}
.picturelist .thumb{display: inline-block; list-style:none; width: 9.3%;}
.feed-rgt{
bottom: -2px;
 position: fixed;
 right: 0;
 z-index: 1;
}


/* google widget on left side */
.wp-gr .wp-google-badge-fixed {
    position: fixed!important;
    right: 30px!important;
    bottom: 30px!important;
    max-width: none!important;
    z-index: 2147482999!important;
}
.wp-gr .wp-google-badge {
    display: inline-block;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif!important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26)!important;
}
.wp-gr .wp-google-badge-fixed {
    position: fixed!important;
    right: 30px!important;
    bottom: 30px!important;
    max-width: none!important;
    z-index: 2147482999!important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26)!important;
}
.wp-gr .wp-google-badge {
    display: inline-block;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif!important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26)!important;
}
.wp-gr .wp-google-border {
    width: 100%!important;
    height: 6px!important;
    background: #4fce6a!important;
}
.wp-gr .wp-google-badge * {
    cursor: pointer!important;
}
.wp-gr .wp-google-border {
    width: 100%!important;
    height: 6px!important;
    background: #4fce6a!important;
    border-radius: 2px 2px 0 0!important;
}
.wp-gr .wp-google-badge-btn {
    position: relative!important;
    padding: 6px 6px 2px 6px!important;
    background: #fff!important;
    transition: all .2s ease-in-out!important;
}

.wp-gr .wp-google-badge-btn {
    position: relative!important;
    background: #fff!important;
    transition: all .2s ease-in-out!important;
    border-radius: 2px!important;
}
.wp-gr .wp-google-logo {
    position: absolute!important;
    top: 10px!important;
}
.wp-gr .wp-google-logo {
    position: absolute!important;
    top: 10px!important;
}

.wp-gr .wp-google-badge-score {
    margin: 0 0 4px 46px!important;
}

.wp-gr .wp-google-badge-score {
    display: inline-block;
    margin: 0 0 0 4px!important;
    vertical-align: middle!important;
}
.wp-gr .wp-google-rating {
    color: #e7711b!important;
    font-size: 20px!important;
    margin: 0 6px 0 0!important;
    vertical-align: middle!important;
}
.wp-gr .wp-google-rating {
    color: #e7711b!important;
    font-size: 20px!important;
    margin: 0 6px 0 0!important;
    vertical-align: middle!important;
}
.wp-gr .wp-google-stars {
    padding-right: 7px!important;
}

div .wpac .wp-google-form {
    left: 0 !important;
}

.wp-gr .wp-google-badge-score {
    margin: 0 0 4px 46px!important;
}
@media (max-width:769px){
	.grmh
	{
		display  :none;
	}
}
/* Stylesheet: style Modified On 2019-07-15 06:15:49 */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

dfn {
display:none;
}
#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
height:25px;
border-top:0px solid #fffdd2;
padding-left:40px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #000;
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 220px;
background-color: #fffdd2; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: 25px;
   float: left; 

}
#primary-nav li li { 
   margin-left: 0px;
   float: none; 
   position: relative; 

}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #fffdd2;
}
#primary-nav li a { 
}
#primary-nav li li a { 
   border: 1px solid #C0C0C0;
border-top:0px;
color: #000;
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #000; 
}

#primary-nav li li.menuparent {
background-color: #FFF;
background-color: #fffdd2; 

}
/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
background-color: #AB9156; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #AB9156; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}




#header_right ul {
margin-top:10px;
list-style-type:none;
}

#header_right ul li{
float:left;
border:0px solid black;
}
#header_right ul li a{
   text-decoration:none;
   display: block;
   padding: 3px 7px 3px 13px;
	 margin-left:10px;
   color: #fffdd2;
   min-height:1em;
font-family:tahoma,arial;
}

#header_right ul li a:hover{
   text-decoration:none;
   padding: 2px 6px 2px 12px;
	 border:
/* Stylesheet: Navigation: CSSMenu - Horizontal Modified On 2015-04-20 05:40:14 */
