/** 
 * OPC Pty. Ltd. Theme
 * http://www.adamcolwell.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
@import "typography.css";

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif;
	background: url(../images/interface/bg-repeat-top.gif);
	background-repeat: repeat-x;
}

html {
	background: url(../images/interface/bg-repeat.gif);
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 786px;  
	margin: 0 auto; 
}
#Container { 
	width: 786px;
	padding-top: 33px;
}
#Layout {
	width: 760px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
}
#Content {
	width: 760px;;
	margin: 0;
	text-align: left;
}
/* HEADER
----------------------------------------- */
#Header { 
 	width: 786px;
	height: 175px;
 	margin: 0 auto;
	overflow: hidden;
	background: url(../images/interface/menu-bg.png) left center;
}

/* MENU POSITIONING */

#MainMenu {
	display: block;
	float: right;
	position: relative;
	margin-right: 53px;
	margin-top:34px;
}
#MainMenu2 {
	display: block;
	float: right;
	position: relative;
	margin-right: 52px;
	margin-top:0px;
}

/* CONTENT POSITIONING 
--------------------------------------*/

#FrontStrip {
	display: block;
	width: 786px;
	height: 92px;
	background: url(../images/interface/front-imagerow.png) left center no-repeat;
}

#Strip {
	display: block;
	width: 786px;
	height: 92px;
	background: url(../images/interface/content-titlerow.png) left center no-repeat;
}

#HomeContent {
	width: 786px;
	height: 376px;
 	margin: 0 auto;
	overflow: hidden;
	background: url(../images/interface/front-basebg.png) left center;
}

#HomeCopy {
	display: block;
	width: 220px;
	height: 70px;
	margin-top: 80px;
	margin-left: 66px;
}

#Copy {
	width: 786px;
 	margin: 0 auto;
	overflow: hidden;
	background: url(../images/interface/content-repeat.png) left center;
}

#ContentPadding {
	padding:30px 52px 52px 40px;	/* top
  padding-left:52px;	
	padding-right:52px;	
	padding-bottom:30px; */	
}
   
#CopyFooter {
	width: 786px;
	height: 24px;
 	margin: 0 auto;
	overflow: hidden;
	background: url(../images/interface/content-base.png) left center;
}

#galleryContainer {
	width: 696px;
	margin-left:10px;
}

/* Layout Fonts */
#Strip h1 {
	margin-top:32px;
	margin-right: 52px;
	float: right;
	font-size: 24px;
	font-family: "Impact", Verdana, Geneva, sans-serif;
	color: #6f6f6f;
}

.typography .baseSupplyLeft {
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left:30px;
	text-align: left;
	float:left;
}

.typography .baseSupplyRight {
	margin-right: 30px;
	margin-bottom: 50px;
	float:right;
}


/* Menu 2 Positioning */
#StripMenu {
	float: left;
	position: relative;
	margin: auto auto;
	font-size: 16px;
	font-family: "Impact", Verdana, Geneva, sans-serif;
	font-weight: bold;
	width: auto;
	display: none;
}

#StripMenu a {
	color: #6f6f6f;
	text-decoration: none;
}

#StripMenu a:hover, #StripMenu a.current {
	color: #999;
}

/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p a {
		margin: 0;
		color: #999;
	}


/* FOOTER
----------------------------------------------- */

#FootMenu {
	padding-top:40px;
 	clear: both;  
	width: 786px; 
	text-align: center; 
}
#FootMenu a {
	color:#666;
	font-size:9px;
	text-decoration:none;
}

#Footer {
 	clear: both;  
	width: 786px; 
	text-align: center; 
	color:#666;
	font-size:9px;
}
