@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 20px;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
.container {
	background-color: #020202;
	margin-top: 0px;
}
.profileContacts {
	background-color: #6E6B6B;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-repeat: repeat;
	background-image: url(../img/Coloured_background1.jpg);
	background-position: 0% 0%;
}
h1 {
	padding-top: 0px;
	color: #DCD6D6;
	font-size: 1.15em;
	text-align: left;
}
h2 {
	color: #A5A6AA;
	text-shadow: 1px 1px #1F1F5B;
	font-size: 1.2em;
}


.textbox   {
	background-color: #E4DEDE;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: medium solid #686767;
	-webkit-box-shadow: 0px 0px 5px;
	box-shadow: 0px 0px 5px;
	margin-bottom: 20px;
}
.textbox1 {
	padding-bottom: 0px;
	margin-bottom: 20px;
}


.textbox ul li  {
	list-style-image: none;
	list-style-type: none;
}
.textbox1 ul li {
	list-style-image: none;
	list-style-type: none;
}

.textbox ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1em;
	line-height: 1.5em;
	text-transform: none;
	color: #767575;
	font-style: italic;
	font-weight: bold;
	/* [disabled]font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; */
}


.textbox1 ul   {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1em;
	line-height: 1.5em;
	text-transform: capitalize;
	color: #F9F3F3;
	font-style: italic;
	font-weight: bold;
}

.textbox p  {
	font-size: 1.25em;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 1.5em;
	text-transform: none;
	color: #767575;
	font-style: italic;
	font-weight: bold;
	/* [disabled]font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; */
}
.contacts p a {
	color: #0A02C0;
	font-style: oblique;
}
#tests    {
	text-decoration: none;
	font-weight: bold;
	color: #7F7C7C;
	font-style: italic;
	list-style-image: none;
	text-transform: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#tests li a {
	list-style-image: none;
	color: #ECE8E8;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
footer {
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 100%;
	background-color: #8F8B8B;
	color: #ECE8E8;
	font-weight: bold;
	font-style: italic;
}
.container {
}
.button {
	width: 100%;
	text-align: center;
	color: #F8F2F2;
	background-color: #8A8888;
	list-style-type: none;
	list-style-image: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.button li   {
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	color: #F4EEEE;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.button a   {
	color: #F1EEEE;
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 35%;
	margin-left: px;
	padding-right: 35%;
}

.button ul {
	list-style-type: none;
	color: #F3EBEB;
	list-style-image: none;
}
.Testimonials {
	height: 12em;
	min-width: 0px;
}
.AboutMe {
	background-color: #E4DEDE;
	text-align: left;
	padding-top: 10px;
	border: medium solid #686767;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 0px 5px;
	box-shadow: 0px 0px 5px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.AboutMe.p {
  	line-height: 1.5;
}
.fluid1 {
	visibility: hidden;
	height: 0px;
}
#Tel {
	width: 100%;

}
#Name {
	width: 100%;
}
#Email {
	width: 100%;
}
#Message {
	width: 100%;
}

























/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
h1  {
	font-size: 1.5em;

}
.fluid {
	margin-bottom: 15px;
}

h2 {
	font-size: 1.75em;
}
.Testimonials {
	height: 9em;
}
footer {
	padding-left: 25px;
}




}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
.textbox p {
	font-size: 1.2em;
}
.button  {
	float: none;

}
.container {
	padding-left: 5em;
	padding-right: 5em;
}
.textbox ul {
	font-size: 1.25em;
}
footer {
	padding-left: 6em;
}
.fluid1 {
	height: auto;
	visibility: visible;
}
.fluid {
	visibility: hidden;
	height: 0px;
}
#Name   {
	width: 50%;
	margin-right: 50%;
	margin-left: 0px;
	padding-left: 0px;
}
#Tel {
	width: 50%;
	margin-right: 50%;
}
#Email {
	width: 50%;
	margin-right: 50%;
}
label {
	display: inline-block;
	float: left;
	padding-bottom: 3px;
	padding-right: 30%;
	padding-top: 3px;
}
#Message {
	padding-bottom: 0px;
	margin-bottom: 0px;
}














}

@media screen and (min-width:950px){
.container {
	padding-left: 10em;
	padding-right: 10em;
}
#tests li a {
	font-size: 1.3em;
	line-height: 1.4em;
}
footer {
	font-size: 1.5em;
}



}

@media screen and (min-width:1250px){
.container {
	padding-left: 15em;
	padding-right: 15em;
}

}

@media screen and (min-width:1350px){
.container {
	padding-left: 18em;
	padding-right: 18em;
}
.fluid1 {
	visibility: visible;
	height: auto;
}
.fluid {
	visibility: hidden;
	height: 0px;
}



}

@media screen and (min-width:1450px){
.container {
	padding-left: 23em;
	padding-right: 23em;
}

}
