/*
* Project: Gorringe Graphics
* Date   : 26/07/08
* Client : Ricky Gorringe
*/

/* Layout */

body{
	background-color: #999;
	text-align: center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: "Myriad Pro Light", "Avante Grade", "Verdana", "Arial";
	font-size: 14px;
	color: #CCCCCC;
	cursor: default;
}

.Container{
	width: 955px;
	height: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #999;
}


.Logo{
	background-image: url(../images/Logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 129px;
	width: 898px;
	position: relative;
	left: 5px;
	top: 2px;
	overflow: hidden;
}

.menu{
	float: left;
	height: 110px;
	width: 100px;
	position: relative;
	clear: left;
	left: 130px;
	top: 35px;
	overflow: hidden;
	padding-left: 45px;
	padding-top: 7px;
	font-size: 15.5px;
}

.menu ul, .menu li{
	list-style-image: none;
	list-style-type: none;
	padding: 0 0 5px 0;
	margin-left: 0;
}

.menu a, .menu a:visited {
	color: #FFF;
	text-decoration: none;
}

.menu a:hover, .menu a:active {
	color: #FFF;
	font-weight: bold;
}

a.image, a.image:hover  {
	border:0;
}

.BodyContent{
	background-image: url(../images/Body.png);
	background-repeat: no-repeat;
	position: relative;
	height: 476px;
	width: 897px;
	float: right;
	left: -53px;
	top: 2px;
}

.BodyInner{
	background-image: url(../images/Inner_Body.png);
	background-repeat: no-repeat;
	height: 370px;
	width: 418px;
	float: right;
	position: relative;
	top: 60px;
	left: -15px;
	right: 15px;
	padding: 10px 6px;
	overflow: hidden;
	font-size: 16.5px;
}

.FooterContainer{
	height: 98px;
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
	right: 48px;
	float: right;
	width: 772px;
	overflow: hidden;
}

.Footer_L{
	background-image: url(../images/Footer_L.png);
	background-repeat: no-repeat;
	height: 98px;
	width: 30px;
	left: -3px;
	position: relative;
}

.Footer_R{
	background-image: url(../images/Footer_R.png);
	background-repeat: no-repeat;
	float: right;
	height: 88px;
	width: 30px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	top: -196px;
	right: 4px;
}

.Footer_C{
	background-image: url(../images/Footer_C.png);
	background-repeat: repeat-x;
	height: 78px;
	width: 735px;
	padding-top: 15px;
	padding-bottom: 5px;
	position: relative;
	top: -98px;
	left: 13px;
	overflow: hidden;
}

.leftModule {
	height: 275px;
	width: 285px;
	clear: left;
	float: left;
	position: relative;
	top: 65px;
	left: 130px;
	overflow: hidden;
	padding: 10px 5px 1px 20px;
}

.leftModule p {
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	line-height: 180.5%;
	font-family: "Myriad Pro Light", "Avante Grade", "Verdana", "Arial";
	font-size: 13px;
	padding:0 0 0 20px;
}

p{
	font-size: 15px;
	color: #FFFFFF;
}

.debug{
	width: 800px;
	margin: 0 auto;

}

/*General Styles*/
a, a:visited {
	color: #FFF;
	text-decoration: none;
}

.Footer_C a, .Footer_C a:visited {
	color: #00AEEF;
	text-decoration: none;
}

a:hover, a:active {
	color: #09F;
}

a.image, a.image:hover  {
	border:0;
}

li{ 
	list-style: square;
}

ul {
	list-style: square;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #00CCFF;
}

h2 {
	font-size: 18px;
	color: #CCCCCC;
}

h3 {
	font-size: 18px;
	color: #CCCCCC;
	text-transform:uppercase;
	margin-top:0;
}

.contentheading {
	font-size: 24px;
	font-weight: bold;
	color: #00CCFF;
}

.button {
	background-image: url(../images/button.png);
	height: 48px;
	width: 158px;
	font-weight: bold;
	color: #CCC;
	font-size: 18px;
	padding: 5px 5px 10px;
	overflow: hidden;
	margin:-60px 0 0 40px;
}

.button2 {
	background-image: url(../images/button.png);
	height: 28px;
	width: 148px;
	font-weight: bold;
	color: #CCC;
	font-size: 18px;
	padding: 10px 5px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	clear: right;
	float: right;
	position: relative;
	top: -65px;
	right: 10px;
	margin-left:90px;
}

.button3 {
	background-image: url(../images/button.png);
	height: 28px;
	width: 148px;
	font-weight: bold;
	color: #CCC;
	font-size: 18px;
	padding: 10px 5px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	margin:10px 0 0 250px;
}

.button a, .button a:visited, .button2 a, .button2 a:visited, .button3 a, .button3 a:visited {
	color: #FFF;
}

.poundSign{
	background-image: url(../images/poundSign.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	padding-left: 70px;
	padding-top: 15px;
	width: 150px;
	float: left;
	margin-left:20px;
}


.emailIcon{
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	padding-top: 15px;
	width: 180px;
	position: relative;
	padding-left: 100px;
	background-image: url(../images/emailIcon.png);
	float: left;
}

.blog{
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	padding-left: 70px;
	padding-top: 15px;
	width: 110px;
	float: right;
	background-image: url(../images/blog.png);
}

textarea{
	height: 200px;
	width: 300px;
}

textarea:hover, textarea:focus{
	height: 200px;
	width: 300px;
	background-color: #CCC;
}

input{
	width: 300px;
}

input:hover, input:focus{
	background-color: #CCC;
}

button{
	background-image: url(../images/button.png);
	height: 48px;
	width: 158px;
	font-weight: bold;
	color: #CCC;
	font-size: 18px;
	padding: 5px 5px 10px;
	overflow: hidden;
	background-color: #383838;
	border-style: none;
}

button:hover{
	background-color: #383838 ;
}

.portfolio_img{
	width:  358px;
	margin: auto;
	height: 327px;
	padding-left: 28px;
	padding-top: 20px;
}

a.button{
	background-image: url(../images/button.png);
	height: 28px;
	width: 148px;
	font-weight: bold;
	color: #CCC;
	font-size: 18px;
	padding: 10px 5px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	clear: left;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}

a.button2{
	background-image: url(../images/button.png);
	height: 28px;
	width: 148px;
	font-weight: bold;
	color: #CCC;
	font-size: 18px;
	padding: 10px 5px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	clear: left;
	float: left;
	position: relative;
	left: 127px;
	margin-top:5px;
}

span.footer-blue {
	color:#00CCFF;
	font-size:1.1em;
}

p.style1 {
	padding:0 15px;
	font-size:14px;
	margin:12px 0;
}

div.Footer_Copy {
	color:#333333;
	float:left;
	margin:0 0 20px 140px;
	width:750px;
	text-align:center;
}