/*   
Theme Name: AIS Security
Theme URI: http://greenturtle.com.au/
Description: designed for AIS Security.
Author: Green Turtle Web Design
Author URI: http://greenturtle.com.au/
Version: 1.0

*/


/*Reset default browser CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
*{
	font-family:Arial, Helvetica, sans-serif;
}




.clear {clear:both;}

body {
	background-color:#000;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
	

#wrapper {
	margin: 0 auto;
	width: 960px;

}

#header {
	width:914px;
	margin-left:22px;
	height:330px;
	background-color:#000;
	background-position:top;
	position:relative;
	z-index:50;
}

#logo {
	width:480px;
	float:left;
}

#logo img{
	width:450px;
}

#call  {
	width:480px;
	float:left;
	position:relative;
	margin-top:-90px;
	 text-align:center;
	
}
#call a {
		font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	color:#da251c;
	font-size:45px;
	text-decoration:none;
	text-shadow:
   -1px -1px 0 #FFF,  
    1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
     1px 1px 0 #FFF;
}

#slides {
float:left;
width: 400px;
height: 300px;
z-index: 5;
border-radius:15px;
margin-top:15px;

}

#slides img{
	border-radius:15px;
}


#menu {
	width:938px;
	position:relative;
	margin-top:0px;
	z-index:50;
	background-image:url(menu-bg.png);
	background-repeat:no-repeat;
	height:88px;
	color:#FFF;
	padding-left:22px;
	padding-top:2px;	
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	text-align:center;
	text-transform:uppercase;

}


#menu a, #menu a:hover {
	border:none;
	display:block;
	text-decoration:none;
	padding-top:3px;
	color:#FFF;
}

#menu li {
	list-style:none;
	float:left;
	padding: 10px 22px 14px 22px;
	background-color:#000;
	font-size:15px;
}


#menu li:hover {
	background:#da251c;
	text-decoration:none;
}

/* Drop Down Menu added at v1.8 */
/*#menu ul {
  margin: 0;
  padding: 0;
}*/
#menu ul li {
  display: block;
  position: relative;
  float: left;
}
#menu ul li ul { 
display: none; 
margin-top:12px;
margin-left:-25px;
width:200px; }
#menu ul li a {
  display: block;

}
#menu ul li a:hover {}
#menu ul li:hover ul {
  display: block;
  position: absolute;
  z-index: 99;
 -webkit-box-shadow: 0px 10px 10px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 10px 10px rgba(50, 50, 50, 0.5);
box-shadow:         0px 10px 10px rgba(50, 50, 50, 0.5);
}
#menu ul li ul li {
	border-bottom: 2px solid #707070;
	font-size:13px;
}
#menu ul li:hover li {float: none;}
#menu ul li:hover a {}
#menu ul li:hover li a:hover {}
/* Drop Down Menu */




#container {
	width:913px;
	margin-left:22px;
	min-height:600px;
	background-color:#FFF;
	position:relative;
	z-index:10;
	margin-top:-50px;
	
}

#primary {
	float:left;
	overflow:hidden;
	width:600px;
	margin-left:20px;
	padding-top:30px;
	padding-bottom:40px;
}

#primary h1 {
	width:100%;
	margin-top:10px;
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:20px;
}

#primary h2 {
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:15px;
	font-size:18px;
	color:#da251c;
	font-style:italic;
}

#primary hr {
	width: 100%;
color: #279bcb;
background-color: #be2026;
height: 2px;
border: 0;
}

#primary p {
	width:100%;
	margin-top:10px;
	margin-bottom:15px;
	font-size:14px;
	color:#333;
	line-height:1.4em;
	text-align:justify;
}

#primary td{
	padding:5px;
	border:1px solid #999;
}
#primary a {
	color:#cd252f;
	text-decoration:none;
	border-bottom:1px dashed #cd252f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#primary a:hover {
	color:#cd252f;
	border-bottom:1px solid #cd252f;
}

#primary img{
	border:1px solid #000;
	border-radius:2px;
}

#primary li {
	list-style-position:outside;
	margin-left:30px;
	font-size:14px;
	line-height:1.6em;
	color:#333;
}
#primary input[type=text], #primary input[type=email], #primary textarea {
padding: 10px;
border: 1px solid #666;
margin-top: 3px;
margin-bottom: 3px;
width: 320px;

background-color: #ebebeb;
border-radius: 3px;
}

#primary input[type=submit] {
display:inline-block;
margin-top:5px;
background-color: #000;
background-image:url(button-bg.jpg);
background-repeat:repeat-x;
height:50px;
font-size:22px;
border: 1px solid #000;
border-radius: 6px;
color: #f5c500;
padding: 5px 20px 5px 20px;
text-align: center;

}

.wpcf7-mail-sent-ok {
border: 0;
}

#secondary {
	float: right;
	width: 270px;
	margin-left:10px;
	margin-right:10px;
	min-height:400px;
}

#sidebar {
	width:250px;
	margin-left:20px;
	position:relative;
	left:35px;
	margin-top:40px;
	margin-bottom:50px;
}

#sidebar h2{
	float:right;
	background-image:url(sidebar-title.png);
	background-repeat:no-repeat;
	width:282px;
	height:55px;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	padding-top:12px;

}

#sidebar h3 {
	width:210px;
	font-size:16px;
	color:#000;
	text-align:center;
	margin-bottom:5px;
}

#sidebar p {
	width:210px;
	margin-bottom:5px;
	color:#333;
	font-size:13px;
	text-align:center;
	line-height:1.6em;
}

#sidebar a {
	width:210px;
	display:block;
	color:#cd252f;
	text-align:right;
	font-size:13px;
	margin-bottom:5px;
	text-decoration:none;
}

#sidebar hr {
	border:0;
	height:2px; 
	color:#cd252f;
	background-color:#cd252f;
	width:210px;
	margin-bottom:10px;
	margin-right:39px;
}

#foot-links {
	float:left;
	background:#000;
	width:883px;
	-webkit-box-shadow: 0px 10px 15px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 10px 15px rgba(50, 50, 50, 0.5);
box-shadow:         0px 10px 15px rgba(50, 50, 50, 0.5);
margin-bottom:40px;
padding-left:30px;
}

#foot-links h2 {
	color:#da251c;
	font-size:18px;
	margin:10px 10px 5px 10px;
	text-transform:uppercase;
}
#foot-links img {
	margin:5px 10px 20px 10px;
}

#foot-credits {
	position:relative;
	width:100%;
	margin-top:40px;
	text-align:center;
	color:#da251c;
	margin-bottom:50px;
	font-size:13px;
}

#foot-credits a {
	color:#CCC;
	font-weight:bold;
	text-decoration:none;
}

#foot-credits a:hover {
	color:#FFF;
}
ul#menu-shiftmenu li.current-page-item, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
	background-color:#da251c !important;
	color:#FFF !important;
}

	
	
/*media queries
-------------------------------------------------------------- */
@media only screen and (max-width: 950px) {
	
	#wrapper {
		width:100%;
	}
	
	body {
		background-image:none;
	}
	#header {
		width:100%;
		text-align:center;
		height:600px;
		margin-left:0px;
		
	}
	
	#logo {
		float:none;
		width:100%;
		text-align:center;
	}
	#call {
		float:none;
		width:100%;
		text-align:center;
		margin-top:15px;
	}
	#slides {
		float:none;
		width:100%;
		text-align:center;
	}
	
	#menu {
		display:none;
	}
	
	#container {
		width:100%;
		margin:0;
	}
	
	#primary {
		width:100%;
		margin:0;
	}
	
	#primary p, #primary h1, #primary h2 {
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}
	
	#foot-links{
		display:none;
	}
	
	#logo-container {
		margin-top:40px;
	}
	
	a#callnow {
	display:inline-block;
	
	}
	
	#logo-container h2 {
		display:none;
	}
	
	
	 #secondary {
	 display:none;
}
}

@media only screen and (max-width: 550px) {

	#logo img {
		
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}
	#call a {
		
	font-size:30px;
	
}

#primary img {
	max-width:300px !important;
}


}



