/*   
Theme Name: HYD-ELEC Equipment Services
Theme URI: http://greenturtle.com.au/
Description: designed for HYD-ELEC.
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 {

}
	

#wrapper {
	margin: 0 auto;
	width: 960px;

}

#head-container {
	width:100%;
	height:275px;
	background-image:url(head-bg.png);
	background-repeat:repeat-x;
	position:relative;
	z-index:50;
}

#menu-container {
	width:100%;
	height:80px;
	background-image:url(menu-bg.png);
	background-repeat:repeat-x;
	position:relative;
	z-index:50;
	top:-2px;
}

#body-container {
	width:100%;
	background-image:url(main-bg.png);
	background-repeat:repeat-x;
	background-color:#f37543;
	position:relative;
	z-index:50;
	min-height:500px;
	padding-bottom:100px;
}



#logo {
	float:left;
}




#menu {
	position:relative;
	z-index:50;
	background-repeat:no-repeat;
	height:80px;
	color:#FFF;
	padding-left:150px;
	padding-top:2px;	
	font-family:Arial, Helvetica, sans-serif;
}

#menu ul {
	display:inline-block;
	text-align:right;
}


#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: 7px 20px 10px 20px;
	font-size:18px;
	border-bottom:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
}


#menu li:hover {
	text-decoration:none;
	background-image:url(hover-bg.png);
	background-repeat:repeat-x;
	border-bottom: 1px solid #2d2e8d;
	border-left: 1px solid #2d2e8d;
	border-right: 1px solid #2d2e8d;
}





#container {
	width:100%;
	min-height:600px;
	position:relative;
	z-index:10;
	
}

#primary {
	float:left;
	overflow:hidden;
	width:600px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:40px;
}

#primary h1 {
	width:100%;
	margin-top:10px;
	margin-bottom:15px;
	color:#2d2e8d;
	font-size:32px;
	font-weight:normal;
	text-shadow:1px 1px 1px #CCC;

}

#primary h2 {
	width:100%;
	margin-top:10px;
	margin-bottom:15px;
	color:#2d2e8d;
	font-size:24px;
	font-weight:normal;
	text-shadow:1px 1px 1px #CCC;
}

#primary h3 {
	width:100%;
	margin-top:20px;
	margin-bottom:10px;
	color:#2d2e8d;
	font-size:18px;
	font-weight:normal;
	text-shadow:1px 1px 1px #CCC;
}


#primary p {
	width:100%;
	margin-top:10px;
	margin-bottom:15px;
	font-size:14px;
	color:#333;
	line-height:1.4em;
	text-align:justify;
}
#primary a {
	color:#2d2e8d;
	text-decoration:none;
	border-bottom:1px dashed #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#primary a:hover {
	color:#cd252f;
	border-bottom:1px solid #2d2e8d;
}

#primary li {
	list-style-position:outside;
	margin-left:30px;
	font-size:14px;
	line-height:1.6em;
	color:#333;
}

#primary img {
	margin:20px;
	border:5px #fff solid;
	-webkit-box-shadow: 0px 10px 15px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 10px 15px rgba(50, 50, 50, 0.3);
box-shadow:         0px 10px 15px rgba(50, 50, 50, 0.3);
}

#primary input[type=text], #primary input[type=email], #primary textarea {
padding: 7px;
border: 1px solid #666;
margin-top: 3px;
margin-bottom: 3px;
width: 350px;
background-color: #ebebeb;
border-radius: 3px;
}

#primary input[type=submit] {
	height:35px;
	padding:0px 15px 0px 15px;
	font-size:16px;
	border:1px solid #000;
	text-align:center;
	color:#FFF;
	background-image:url(button.png);
	background-repeat:repeat-x;
	border-radius:6px;
}



#secondary {
	float: right;
	width: 280px;
	margin-left:10px;
	margin-right:10px;
	min-height:400px;
}

#contact-box {
	width:100%;
	margin-left:50px;
}

#contact-box h1{
	color:#2d2e8d;
	font-style:italic;
	font-size:24px;
	text-align:center;
	line-height:1.7em;
}

#contact-box p {
	text-align:center;
	margin-top:20px;
	color:#2d2e8d;
	line-height:1.6em;
	font-size:18px;
}

#hi-tec {
	width:100%;
	text-align: right;
position: relative;
left: 12px;
margin-top:35px;
}



#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:#cd252f;
	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%;
	text-align:center;
	color:#2d2e8d;

	font-size:13px;
}

#foot-credits a {
	color:#2d2e8d;
	font-weight:bold;
	text-decoration:none;
}

#foot-credits a:hover {
	text-decoration:underline;
}

#link-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.4);
box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.4);
  width: 958px;
  height: 226px;
  z-index: 17;
  float:left;
  margin-bottom:30px;
  border:1px solid #999;
}

#link-box-inner {
	border-right:1px solid #999;
	width:317px;
	height:226px;
	float:left;
}

#link-box-inner h2 {
	margin:15px;
	color:#2d2e8d;
	font-size:22px;
	font-weight:normal;
	text-align:left;
text-shadow:1px 1px 1px #333333;
}

#link-box-inner img {
	margin:0px 15px 0px 15px;
}

	
	

