/*
Theme Name: GPR 2
Theme URI: http://www.
Description: Custom template for 
Version: 1.0
Author: Image Design
*/
html, body{
	height: 100%;	
}
body{
	font-size:62.5%; /*equals 10px*/
	background-image: url(images/gate-bg.png);
	min-width: 960px;
	font-family:Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}
.clear {
	clear: both;
}
.alignleft{
	float:left;
	margin-right: 10px;
}
.alignright{
	float:right;
	margin-left: 10px;
}
p.alignleft{
	text-align:left;
	float:none;
	margin-right: 0;
}
p.alignright{
	text-align:right;
	float:none;
	margin-left:0;
}
.centre{
	text-align:center;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
small{
	font-size: 10px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
}
h1{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color:#2C2E57;
	text-transform:uppercase;
}
h2{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color:#383D92;
}
h3{
	font-size: 20px;
	color: #BE8229;
}
h4{
	font-size: 18px;
	color: #383D92;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}
p{
	font-size: 13px;	
	padding: 5px 0;
	line-height: 1.4;
}
ul, ol{
	margin-left: 15px;
	padding-left: 15px;
	font-size: 11px;
}
ul{
	list-style-type: disc;	
}
ol{
	list-style-type: decimal;	
}
li{
	padding: 3px 0;	
}
a{
	color: #003366;
	text-decoration:none;
}
a:hover, a:active, a:focus{
	color: #990000;
}

#Header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	position: fixed;
	height: 205px;
	top:0;
	left:0;
	width:100%;
	z-index: 25;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#Header *{
	margin-left: -9999px;
}	
#Footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 159px;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:25;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
}
.push{
	height: 159px;	
}
#Footer div{
	width: 960px;
	margin-right:auto;
	margin-left:auto;
	padding-top: 80px;
	padding-left: 25px;
}
#Footer p{
	font-size: 18px;
	color:#9696BB;
	font-weight:bold;
	padding: 0;
	line-height:normal;
	padding-bottom: 3px;
}
#Footer p small{
	font-size: 13px;
}
#Footer p.logos{
	padding-top: 8px;
	padding-right: 40px;
	width: 600px;
	float:right;
}
#Footer p img{
	padding: 0 10px;	
}
#Wire {
	background-image: url(images/wire.png);
	background-repeat: repeat-y;
	background-position: center top;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}


#Container {
	width: 960px;
	min-height: 100%;
	margin: 0 auto -159px;
	position: relative;
	background-image: url(images/metal-bg.jpg);
	background-position: left top;
}
#Sidebar {
	position: fixed;
	width: 139px;
	float: left;
	padding: 0;
	margin: 0;
	list-style-type:none;
	padding-top: 200px;
	font-size: 16px;
	font-weight:bold;
	text-transform:uppercase;
	z-index: 5;
}
#Sidebar li{
	padding:0;
	padding-bottom: 3px;
}
#Sidebar li a{
	display:block;
	text-align:right;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 5px;
	color:#2C2E57;
}
#Sidebar li a:hover, #Sidebar li a:focus, #Sidebar li a:active, #Sidebar li.current_page_item a, #Sidebar li.current_page_parent a, #Sidebar li.current_hover a{
	color:#FFF;
	background-image: url(images/menu-hover-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#Sidebar li ul{
	position:absolute;
	left: -999em;
	margin:0;
	padding:0 0 13px;
	list-style-type:none;
	margin-left : 133px;
	margin-top : -26px;
	background-image: url(images/submenu-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:auto;
	min-width: 150px;
	z-index: 35;
}
#Sidebar li:hover ul{
	left:auto;	
}
#Sidebar li li{
	padding:0;
}
#Sidebar li li.topsub{
	background-image: url(images/submenu-bg-top.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: -5px;		
}
#Sidebar li li a, #Sidebar li.current_page_item li a, #Sidebar li.current_page_parent li a, #Sidebar li.current_hover li a{
	padding:0;
	margin:0;
	text-align:left;
	color: #DCA94E;
	padding: 8px 10px 3px;
	background:none;
}
#Sidebar li li a:hover, #Sidebar li li a:active, #Sidebar li li a:focus, #Sidebar li li.current_page_item a{
	background:none;	
	color:#fff;
}
#Wrapper{
	position:relative;
	margin-left: 140px;
	padding: 165px 30px 0;
	z-index:2;
}
#Home{
	margin-left:-30px;
	margin-right:-30px;
	position:relative;
	margin-top: 0;
}
.homebox {
	float: left;
	width: 390px;
	position: relative;
	margin-top: 0px;
	margin-left: 5px;
	padding-right: 15px;
}
.homebox h2 {
	text-transform: none;
	color: #000;
	font-size: 20px;
	background-image: url(images/home-box-top.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 20px;
}
.homebox .image {
	float: right;
	display: block;
	height: 100%;
}
.homebox a{
	color:#000;	
}
.homebox p {
	background-image: url(images/home-box-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-bottom: 35px;
	padding-left: 35px;
	padding-right: 35px;
	font-weight: bold;
}
form label{
	display:block;
	float:left;
	width: 120px;
	text-align:right;
	padding-right: 5px;
}
form .wpcf7-form-control-wrap{
	display:block;
	float:left;
}
form p, form h1, form h2, form h3, form h4, form h5, form h6{
	clear:left;	
}
iframe#catalogue{
	width: 100%;
	height: 400px;
	margin-top: 20px;
	border:none;
}