/*Global page settings, margins and links default colours etc*/

html{
height:100%;
}
body {
	background-color: #303030;
	background-image: url(http://www.corporatewebsolutions.net/images/bg-1000px.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CC00;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CC00;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00CC00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #00CC00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CC00;
}

/* LOGO UNDERLINE FIX */

a:link, a:hover, a:visited, a:active, #websitebg #logo{
border:none;
text-decoration:none;
}

/* END OF LOGO UNDERLINE FIX */



.boxes {
	color: #FFFFFF;
	background-color: #1B1B1B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.green_colour {
	color: #00DD13;
}

h2 {
	font-size: x-small;
	margin: 5px;
}

/*---------------------------------------------------------*/



/* Layout boxes */


#design,h1 {
	font-size: 10px;
	margin: 0px;
	width: 430px;
	position: absolute;
	top: 23px;
	padding: 0px;
	left: 170px;
}
#designconsultancy {
	font-size: 10px;
	letter-spacing: 16px;
	padding-left: 9px;
	margin-bottom:-8px;
}
#design {
	color: #FFFFFF;
	border: 0px none #000000;
	background-image: url(http://www.corporatewebsolutions.net/images/top-bg.jpg);
	background-repeat: no-repeat;
}

#design #form1 {
	position: absolute;
	width: 180px;
	top: -5px;
}
#websitebg {
	background-image: url(http://www.corporatewebsolutions.net/images/top-bg.jpg);
}

#design #uk_town_designers #form1 {
	margin-bottom: 0px;
}


#green_filler {
	background-image: url(http://www.corporatewebsolutions.net/images/green-filler.gif);
	background-repeat: repeat-x;
	height: 2px;
}
#navigation {
	font-size: 10px;
	padding-top: 2px;
}


/* End of layout boxes */




/*  Mid section boxes */

#content {
	height: 250px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content #primary {
	padding: 5px;
	float: left;
	width: 246px;
	text-align: center;
	background-image: url(http://www.corporatewebsolutions.net/images/top-bg.jpg);
	background-repeat: no-repeat;
}
#content #secondary {
	padding: 5px;
	float: left;
	width: 246px;
	text-align: center;	
	background-image: url(http://www.corporatewebsolutions.net/images/top-bg.jpg);
	background-repeat: no-repeat;
}
#content #tertiary {
	width: 246px;
	padding: 5px;
	text-align: center;
	background-image: url(http://www.corporatewebsolutions.net/images/top-bg.jpg);
	background-repeat: no-repeat;
	float: left;
}
#fix_float {
	clear: left;
}

#content #primary2 {
	padding: 10px;
	float: left;
	width: 236px;
	min-height: 393px;
	text-align: justify;
	background-color: #111111;
}
#content #secondary2 {
	padding: 10px;
	float: left;
	width: 236px;
	min-height: 393px;
	background-color: #1A1A1A;
}
#content #tertiary2 {
	float: left;
	width: 236px;
	padding: 10px;
	min-height: 393px;
	height:auto;
	background-color: #111111;
}


/*  Start of testimonials page extras */

#content #primarytest {
	padding: 5px;
	float: left;
	width: 502px;
	text-align: center;
	background-image: url(http://www.corporatewebsolutions.net/images/top-bg.jpg);
	background-repeat: repeat-x;
}
#testimonialsbox {
	padding: 5px;
	float: left;
	width: 502px;	
	background-color: #1A1A1A;
	}
	/*  End of test extras */
	
	/*  Start of design-dev page extras */

#content #primarydes {
	padding: 5px;
	float: left;
	width: 502px;	
	background-color: #1A1A1A;

}
#designbox {
	padding: 5px;
	float: left;
	width: 502px;	
	background-image: url(http://www.corporatewebsolutions.net/images/top-bg.jpg);
	background-repeat: repeat-x;
	}
	/*  End of design-dev extras */

	
	
/*  End of mid section boxes */


#websitefooter {
	clear: left;
	font-size: 10px;
	padding-left: 9px;
}

