﻿/*
      Created by Ibrar Hussain of Freeman Holland Ltd
	  
	  E-Mail: ibrar@freemanholland.com
	  
*/

* { padding: 0; margin: 0; }

/********************************************

   LAYOUT

********************************************/ 

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 999px;
}

a{
 color:#0b779a;
 text-decoration:none;
}

a:hover{
 text-decoration:underline	
}

span{ 
 color: #0b779a;
}

h1{
 font-family:"Arial Black";
 font-size:30px;
 text-transform:uppercase;
 letter-spacing:-3px;
}

/********************************************

   FLASH

********************************************/ 

#flash-stretch {
 width: 100%;
 height:520px;
 margin: 0px 0px 5px 0px;
 background-color:#000000
}

/********************************************

   CONTENT WRAPPER

********************************************/ 

#content-wrapper { 
 width: 967px;
 float: left;
 padding:15px;
 overflow:hidden;
 background-color:#4e4e4e
}

/********************************************

   LEFT

********************************************/ 

#leftcolumn { 
 color: #fff;
 background:url('images/left-back.png');
 margin: 0px 5px 0px 0px;
 padding: 15px;
 padding-left: 25px;
 width: 596px; 
 height: 502px; 
 float: left;
}
.tabs{
margin-top:10px; 
height:148px;
margin-bottom:10px
}
.tabs img{
float:left;
margin-right:7px;
}
.tabs h4{
margin-bottom:3px;
font-size:15px
}

/********************************************

   RIGHT

********************************************/ 

#rightcolumn { 
 float: right;
 margin: 0px 0px 0px 0px;
 width: 323px;
 display: inline;
 color:#fff
}
.boxes { 
 background:url('images/right-back.png');
 margin: 0px 0px 0px 0px;
 padding: 15px;
 padding-left: 20px;
 width: 281px; 
 height: 234px;
 margin-bottom:4px
}
#rightcolumn h3{ 
font-family:"Arial Black";
font-size:28px;
letter-spacing:-2px;
line-height:24px;
margin-top:20px
}

.buttons{
	margin-top:35px;
	border:0px;
}

.watch{
	margin-top:10px;
	border:0px;
}

/********************************************

   FOOTER

********************************************/ 

#footer { 
 width: 977px;
 clear: both;
 color: #fff;
 background: #4e4e4e;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 height:15px;
}
#footer-left { 
float:left;
margin-left:6px
}
#footer-right{ 
float:right;
margin-right:6px
}


