/*CSS for IMD300 (Row by Row)
Colors:
Deep Green (logo): #203c1e;
Paper: #f4eee5;
Brown (tagline): #4a3415;
Bright Sky Blue: #116dfe;
Olive Green: #90ad46;
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #203c1e;
	background-color: #f4eee5;
	background-image: url(images/crinkled-paper.jpg);
	background-repeat: repeat;
	}
	
#video-container-bg {
	background-image: url(images/video-container.jpg);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 1;
	top: 140px;
	left: 0px;
	width: 100%;
	height: 500px;
	min-height: 500px;
	/*border: 1px solid cyan;*/
	}
	
#global {
	position: relative;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	/*border: 1px solid red;*/
	}
	
#logo {
	margin-top: 25px;
	}

#nav {
	/*float: right;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;*/
	
	position: absolute;
	top: 15px;
	right: 0px;
	}
	
ul {
	list-style-type: none;
	display: block;
	}
	
ul  li{
	float: left;
	}
	
.end {
	border-left: 1px solid #203c1e;
	}
	
#nav img {
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #203c1e;
	cursor: hand;
	text-align: center;
	}
	
#applegirl {
	position: absolute;
	top: 204px;
	left: -15px;
	}
	
#videoplayer {
	position: absolute;
	top: 204px;
	right: 0px;
	width: 720px;
	height: 405px;
	z-index: 10;
	/*border: 1px solid yellow;*/
	}
	
#intro {
	top: 120px;
	left: 0px;
	width: 720px;
	height: 405px;
	/*background-color: black;*/
	}
	
#business2business{
	top: 120px;
	left: 0px;
	width: 720px;
	height: 405px;
	/*background-color: purple;*/
	}
	
#consumers {
	top: 120px;
	left: 0px;
	width: 720px;
	height: 405px;
	/*background-color: yellow;*/
	}
	
	
#textcontent {
	margin-top: 550px;
	width: 980px;
	/*border: 1px solid blue;*/
	}
	
#column1 {
	width: 300px;
	margin-right: 26px;
	margin-bottom: 15px;
	float: left;
	}
	
#column2 {
	width: 300px;
	margin-right: 26px;
	margin-bottom: 15px;
	float: left;
	}
	
#column3 {
	width: 300px;
	margin-right: 26px;
	margin-bottom: 15px;
	float: left;
	}	
	
#column3 p {
	margin-top: 0px;
	}
	
.txtfield_details {
	background-color: !important #f4eee5;
	color: #203c1e;
	font-size: 12px;
	}
	
.btns {
	background-color: #f4eee5;
	color: #203c1e;
	border: 1px solid #203c1e;
	}
	
.btns:hover {
	background-color: #203c1e;
	color: #f4eee5;
	border: 1px solid #203c1e;
	}
	
	
h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	}
	
	
.clearfloat {
	clear: both;
	}
	
#footer {
	border-top: 1px solid #203c1e;
	padding-top: 5px;
	padding-bottom: 11px;
	font-size: 10px;
	text-align: center;
	}
	
.contact {
	font-size: 11px;
	}
	
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #203c1e;
	font-weight: bold;
	}
	
#footer a:visited {
	text-decoration: underline;
	}
	

	

	

	
	
