/* TABLE OF CONTENT

1 Headers
2 Text elements
3 Colours
4 Lists
5 Form elements
6 Positioning
7 Tables
8 Hidden Menu
 */

/* ------- 1 HEADERS ---------- */

h1, h2, h3, h4 {  
margin: 0;
font-size:100%;
}

h1.imgSection {
	padding:0 0 0px 6px;
	}

h2 {
	margin:0px 0 15px 0;
	color: #bf202f;
	font-size:200%;
	font-weight: normal;
	}
	
h3 {
	margin:15px 0 0 0; 
	padding:0px;
	color: #bf202f;
	font-size:120%;
	font-weight: normal;
	}

ul#portfolio{
	list-style-type:none;
	margin:0px ;
	padding:0px;
	}
	
ul#portfolio li img{
	
}


/* ------- 2 TEXT ELEMENTS ---------- */

 p { 	
 	padding: 0 0 14px 0;
	margin: 2px 0 0 0;
 	text-align:left;
 	line-height:1.7em; 
	}

a:link, a:visited { 
	color:#0098db;
	text-decoration: underline; 
	}

a:hover, a:focus, a:active { 
	color:#70c7eb;
	text-decoration: none; 
	}

acronym {
	border-bottom: none;
	}


/*P styles*/
p.smalltext {
	font-size:80%;
	}

span.smalltext {
	font-size:40%;
	}


p.halfline{
	padding: 0 0 5px 0;
	}




/* ------- 3 COLOURS  ---------- */
/* Add specific background and font colours for body content here */

	.bluetext{
	color:#0098bd;
	font-size:120%;}
	
	.pinktext{
	color:#f4307a;}	
	

 /* ------- 4 LISTS   ---------- */
/* Add definition, ordered and unordered list classes for body content here */

ul{
	margin:5px 0 16px 16px;
	padding:0px;
	text-align:left;
	}

ol{
	margin:5px 0 16px 25px;
	padding:0px;
	text-align:left;
	}
	
ul li{
	margin:0px 0 5px 0;
	}
	
ol li{
	margin:0px 0 5px 0px;
	}









/* ------- 5 FORM ELEMENTS   ---------- */

#content form {
	margin:0px;
	display:block;
}

#content fieldset {
	border:0;
	margin:0px;
	padding:0px;
}

#content legend {
	font-size:100%;
	margin: 0px 0px 6px -7px;
	padding:0px;
	color: #000000;
	font-weight:bold;
}

#content input, textarea {
	font-family: verdana, arial, sans;
	font-size:95%;
}

#content select{
	font-family: verdana, arial, sans;
	font-size:95%;
	margin:0px;
}


.backtop{
	margin:0px;
	padding:15px 0 0 0 ;
	}



.halfpadding{
	margin:0px;
	padding:5px 0 0 0 ;
	}





/* Add all  form specific classes  here */



/* ------- 6 POSITIONING   ---------- */
/* Add positioning classes  here eg: boxed ads,  special layouts etc */



.floatleft{
	float:left;
	}
	
.floatright{
	float:right;
	}

.clearboth{
	clear:both;
	}


/* ------- 7 TABLES   ---------- */	




/* ------- 8 HIDDEN NAVIGATION & TEXT   ---------- */	

.hidden
{
    position: absolute;
    left: -900px;
    width: 900px;
    overflow: hidden;
	height:0;
}

.logohidden
{
    position: absolute;
    left: -900px;
    width: 900px;
    overflow: hidden;
	height:0;
}

#accessiblenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#accessiblenav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#accessiblenav a:link, #accessiblenav a:visited {
	font-size: 60%;
	height: 0;
	left: 18px;
	overflow: hidden;
	position: absolute;
	top: 0.8em;
	width: 0;
	z-index: 1002;
}
#accessiblenav a:active, #accessiblenav a:focus { /* Only show skiplinks on focus */
	background: #FFF;
	border: 0;
	height: auto;
	margin: 0;
	overflow: visible;
	padding: 4px;
	position: absolute;
	text-decoration:underline;
	width: auto;
	z-index: 10000;
}


/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
}

	/* ----------- stylized ----------- */
	#stylized{
		border:solid 2px #b7ddf2;
		background:#ebf4fb;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		margin:2px 0 20px 10px;
	}
	#stylized button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666 url(../images/buttons/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}



/******About us styles********/

.aboutcontainer{
	min-height:360px; width:650px; 
	line-height:1.7em; 
	padding-top:50px; 
	margin:0px; 
	border-bottom: 1px solid #bf202f;
}

.aboutcontainer .noline{
	border-bottom: 0px solid #bf202f;
	}

.aboutleft{
	background: url('../images/pictures/photo_kush.jpg') no-repeat top left; 
}

.aboutright{
	background: url('../images/pictures/photo_amo.jpg') no-repeat top right; 
}


.aboutcontainer .detailsright{
width:370px; font-size:100%;
}

.aboutcontainer .detailsleft{
width:330px; font-size:100%; margin-left: 300px;
}

/******Main Homepage styles********/

.greenContainer{
	float:right; 
	margin:0 12px 15px 0
	}
.greenContainerBody{
	background: url('../images/site_objects/backgrounds/front_green_back.gif') no-repeat top; 
	width: 220px; 
	min-height:304px; 
	margin:0px
	
}

.greenContainerBody h3{
	margin:0px;
	padding:0px 0 10px 15px
	}

.greenContainerBody ul{
	background: url("../images/site_objects/bg_navigation_bottom.gif") bottom no-repeat;
	display: block;
	float: left;
	font-size: 100%;
	font-weight: normal;
	list-style-type:none;
	margin: 0 0 0 18px;
 	padding: 0 0 18px 0;
}
.greenContainerBody ul li {
	display:list-item;
	white-space:nowrap;
	
}

.greenContainerBody ul li a, .greenContainerBody ul li a:visited {
	background: url("../images/buttons/arrow_green.gif") left no-repeat;
	padding: 10px 2px 10px 10px;
	margin: 0 25px 0 0;
	text-decoration: none;
}
.greenContainerBody ul li a:hover, .greenContainerBody ul li a:active, .greenContainerBody ul li a:focus {
	background: url("../images/buttons/arrow_red.gif") left no-repeat;
	color: #bf202f;
	text-decoration:underline;
}

.greenContainerBody ul li a.lit, .greenContainerBody ul li a.lit:visited {
	background: transparent;
	color: #bf202f;
	text-decoration:none;
}
.greenContainerBody ul li a.lit:hover, .greenContainerBody ul li a.lit:active, .greenContainerBody ul li a.lit:focus {
	background: transparent;
	color: #bf202f;
	text-decoration:underline;
}


.greenContainerBody a:link, .greenContainerBody a:visited {
	color: #1f2f51;
	text-decoration:none;
	
}
.greenContainerBody a:active, .greenContainerBody a:focus, .greenContainerBody a:hover { 
	color: #bf202f;
	text-decoration:underline!important;
}
.greenContainerBody p, .greenContainerBody h4{
	line-height: 1.5em;
	width:150px;
	padding: 5px 0 0 18px; 
	}


/******Services styles********/


#contentsiteservices h2{
	margin:0px;
	padding:0px 0 10px 25px
	}
#contentsiteservices .servicesList
	{	
	background:#bf202f!important; 
	width:100%; 
	}


#contentsiteservices ul{
background:#bf202f!important; 
	display: inline;
	float: left;
	font-size: 95%;
	font-weight: normal;
	list-style-type:none;
	margin: 25px 0 0 0;
 	padding: 0 0 0 25px;
	width:676px;
}
#contentsiteservices ul li {
	display: inline;
	white-space:nowrap;
	
}
#contentsiteservices ul li a, #contentsiteservices ul li a:visited {
	color: #ffffff;
	float:left;
	padding: 10px 8px 10px 2px;
	margin: 0 0 0 0;
	text-decoration: none;
}
#contentsiteservices ul li a:hover, #contentsiteservices ul li a:active, #contentsiteservices ul li a:focus {
	background: transparent;
	color: #ffffff;
	text-decoration:underline;
}

#contentsiteservices ul li a.lit, #contentsiteservices ul li a.lit:visited {
	background: transparent;
	color: #ffffff;
	text-decoration:none;
}
#contentsiteservices ul li a.lit:hover, #contentsiteservices ul li a.lit:active, #contentsiteservices ul li a.lit:focus {
	background: transparent;
	color: #ffffff;
	text-decoration:underline;
}


#contentsiteservices .servicesText
	{
	width:441px; 
	/*background: url("../images/site_objects/backgrounds/ser_greenBack.gif") left repeat-y;*/
	float:left;
	padding:25px 25px 10px 25px;
	margin-bottom:30px;
	color: #334c56;
	line-height: 1.5em;
}


/******Our Work********/
.workContainer{
	padding-top:25px;
	clear: both;
	}

.workBox{
	height: 165px;
	width:160px;
	float: left;
	background: url("../images/site_objects/backgrounds/ourwork_green.gif") top no-repeat;
	padding:10px;
	}

.workBox h3{
	padding:0px;
	margin:0px;
	
	}

/* -------END OF THIS STYLESHEET  ---------- */
