 /*   
Name: Testing and Tagging
Description: Testing Team
Author URI: http://www.company.com.au
Version: 1.0
Tags: Building
Web Design: Pitstop101media.com
-------------------------------------------------------------- */


/* Base
-------------------------------------------------------------- */

body {
	background:#1f1d4f url(i/testingtagging_bg.jpg) top center repeat-x;  
	margin:0; 
}
.wrapper {
	width:1100px;
	margin:0 auto;

}
/******************************************************
header
******************************************************/
.header {
	background:url(i/headerbg.jpg);
	width:1063px;
	height:63px;
	margin-top:32px;
	padding:24px 0 0 37px;
}
.headermain {
	height:282px;
}
.menu {
	float:left;
	margin:10px 0 0 28px;
	width:160px;
	height:263px;
	padding:0 30px 0 33px;
	background:url(i/menubg.png);
}
.menu ul {
	list-style:none;
	list-style-type:none;
	display:inline;
}
.menu li a {
	display:block;
	font:bold 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
	line-height:36px;
	color:#2e2e60;
	text-shadow: 0px 1px  .5px #bbb;
}
.menu li a:hover {
	color: #ddd;
	text-shadow: 0px -1px  .5px #666;
}
.profile {
	float:left;
	margin:18px 0 0 100px;
	width:205px;
	height:249px;
}
.heading {
	float:left;
	margin:50px 0 0 40px;
	text-align:right;
}

/******************************************************
content
******************************************************/
.content1 {
	background:url(i/content1bg.png) repeat-y;
	overflow:auto;
}
.content1heading {
	background:url(i/content1headingbg.png);
	height:49px;
}
.contentheading {
	font:19px "Century Gothic", Arial, Helvetica, sans-serif;
	width:351px;
	line-height:49px;
	color:#FFFFFF;
	padding-left:15px;
	text-decoration:none;
	float:left;
}
.contentheading:hover {
	color:#66CCFF;
}
.content1main {
	width:326px;
	font:italic bold 14px Arial, Helvetica, sans-serif;
	float:left;
	padding:10px 20px;
	color:#666;
	line-height:25px;
}
.shadow {
	height:20px;
	background:url(i/shadow.png) center top no-repeat;
	position:relative;
}

.content2 {
	background:#f7f7f7;
	overflow:auto;
}
.content2heading {
	font:19px "Century Gothic", Arial, Helvetica, sans-serif;
	line-height:49px;
	color:#FFFFFF;
	padding-left:15px;
	text-decoration:none;
	background: url(i/content2headingbg.png) repeat-x;
}
.insideheading {
	font:19px "Century Gothic", Arial, Helvetica, sans-serif;
	line-height:49px;
	color:#FFFFFF;
	padding-left:25px;
	text-decoration:none;
	background: url(i/content2headingbg.png) repeat-x;
}
.content2main {
	width:625px;
	font: 14px Arial, Helvetica, sans-serif;
	float:left;
	padding:0 20px;
	color:#1f1d4f;
	line-height:21px;
}
.content2right {
	width:170px;
	height:225px;
	float:right;
	margin:20px 18px 20px 0;
	background:#1f1d4f;
	padding:15px;
	color:#FFFFFF;
	font:12px Arial, Helvetica, sans-serif;
	line-height:16px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px #7f7f7f solid;
}
.iphonereg {
	width:204px;
	height:374px;
	background: url(i/iphonebg.png) no-repeat;
}
.iphonetext {
	margin-top:48px;
	font:bold 21px Arial, Helvetica, sans-serif;
	text-align:center;
	letter-spacing:-1px;
	height:47px;
	line-height:20px;
	padding-top:10px;
	color:#FFFFFF;
	text-shadow: 0px 0px 5px #333333;
}
.content3 {
	background:#f7f7f7;
	overflow:auto;
}
.content3main {
	width:513px;
	font:italic 13px Arial, Helvetica, sans-serif;
	float:left;
	margin-left:25px;
	color:#666;
	line-height:21px;
}
.contentinside {
	font:13px Tahoma, Geneva, sans-serif;
	float:left;
	margin:0 25px;
	color:#525252;
	line-height:21px;
}
.input {
	width:152px;
	height:24px;
	margin:0 0 10px 26px;
	float:left;
}
.sendrequest {
	margin:5px 26px 0 26px;
	width:152px;
	height:31px;
	float:left;
	background:url(i/sendrequest.png) top no-repeat;
}
.sendrequest:hover {
	background-position: 0 -31px;
}

/**************************************************************************
footer
**************************************************************************/
.footer {
	height:40px;
	padding:0 20px;
}
.copyright {
	color:#CCCCCC;
	font:12px Arial, Helvetica, sans-serif;
	float:left;
}
.website {
	color:#CCCCCC;
	font:12px Arial, Helvetica, sans-serif;
	float:right;
}