* {
	margin:0px;
	padding:0px;
}
body {
  	font-family: helvetica, arial, sans;
	font-size:12px;
	margin:0;
	padding:0;
}

p {
	font-size:12px;
	color:black;
	line-height:16px;
}

.content p {
	padding:10px 20px;
}
 .content ul {
	padding: 0px 40px; 	
}

p strong {
	text-transform:uppercase;
	
}
a {
  text-decoration:none;
  color: black;
}

a:hover {
  text-decoration:underline;
  
}
img.serviceImage{
	float:left;
	clear:left;
	margin:0 15px 10px 0;
	
}

img.left{
	float:left;
	margin:10px 15px 10px 0;
	
}

img.right{
	float:right;
	margin:10px 0px 10px 15px;
	
}
fieldset {
  border:none;
  padding: 0px;
  margin: 0px;
  
}

.footer {
	clear:both;
	height:50px;
	margin:auto;
	padding:20px 0;
	text-align:center;
	width:1030px;
  
}
.content {
	width:716px;
	float:left;
}


.content h1 {
	font-family:Century Gothic, Helvetica, Arial, sans-serif;
	font-size:14px;
	padding: 20px 20px 0 20px;
	text-transform:uppercase;
}
input {
  border: 1px solid #000;
  background: #fff;
    font-size:18px;
    padding: 5px;
}

.submit input {
  border: none;
  cursor: pointer;
  font-family: Century Gothic, helvetica, arial, sans;
}
.container {
	width:1030px;
	margin:-3px auto 0 auto;
}
img {
	border:3px solid #2A2A2A;
}


/* main reset finishes here */

body.coming-soon {
  margin:0;
  padding:0;
  font-size:18px;
  text-align:center;
  background:#Fff;
  font-family: Century Gothic, helvetica, arial, sans;
  background:url(../images/homeback.jpg) repeat-x;
  
}
.siteTitle {
	height:240px;
	border-bottom:solid #2A2A2A 3px;

}
.siteTitle span {
	display:none;
}
.home .siteTitle {
	background:url(../images/homeHead.jpg) center no-repeat #ffc120;
}

.design .siteTitle {
	background:url(../images/designHead.jpg) center no-repeat #CC3333;
}

.courses .siteTitle {
	background:url(../images/coursesHead.jpg) center no-repeat #0078bd;
}

.services .siteTitle {
	background:url(../images/servicesHead.jpg) center no-repeat #99CC66;
}

.about-us .siteTitle {
	background:url(../images/aboutHead.jpg) center no-repeat #ffc120;
}
.contact .siteTitle {
	background:url(../images/contactHead.jpg) center no-repeat #99CC66;
}

.testimonials .siteTitle {
	background:url(../images/testimonialsHead.jpg) center no-repeat #0078bd;
}

/* header images finishes here */

.siteMenu {
	width:100%;
	border-bottom:solid #2A2A2A 3px;

}

ul.globalNav {
	font-size:14px;
	font-weight:bold;
	height:40px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:auto;
	width:1030px;
	line-height:25px;

}
ul.globalNav li {
	float:left;
	padding:5px 20px;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

/* custom css for home */
.content p.homeImage {
	padding:0;
}

/*side bar csss */
.sidebar {
	width:314px;
	float:right;
}

.sidebar .content, .sidebar .content p{
	font-size:12px;
	line-height:16px;
	padding:0px
}
.sidebar .content{
	padding:5px;
	float:none;
	width:auto;
	margin-bottom:20px
}


.sidebar h2 {
	color:white;
	border:solid #2A2A2A 3px;
	padding:10px;
	font-weight:normal;
	text-transform:uppercase;
}

.sidebar h2.home1 {
	background:#0078BD;
}
.sidebar h2.home2, .sidebar h2.contact1 {
	background:#CC3333;
	position:relative;
}
.sidebar h2.design1, .sidebar h2.course1  {
	background:#FFC120;
}
.sidebar .content ul {
	padding: 20px 0px;
}
.sidebar h3 {
	padding:10px 0 0 0;
}

/* custom css for services */

body.services .content h1 {
	float:right;
	margin:0;
	padding:10px 0 0;
	width:679px;
}	
body.services .content,body.about-us .content  {
	width:900px;
	
}
body.services .content p {
	height:180px;
	margin-bottom:10px;
	width:800px;
}

body.about-us .content .captioned {
	float:left;
}

body.about-us .content .captioned img {
	margin-top:20px;
}

body.about-us .content .captioned {
	padding-left:20px;
	width:370px;
}



body.testimonials .sidebar ul, body.contact .sidebar ul {
	list-style:none;
	padding-left:0px;
}

body.testimonials .sidebar ul li {
	background:url(../images/quote2.jpg) bottom right no-repeat;
	margin: 0 0 20px 0;
}

body.testimonials .sidebar ul li span {
	clear:left;
	text-align:right;
	display:block;
}

.quote {
	background:url(../images/quote.jpg) center no-repeat;
	width:43px;
	height:30px;
	float:left;
	margin-right:5px;
}
/* custom contact css */

body.contact input {
	margin-left:20px;
	width:650px;
	font-size:14px;
	height:18px;
}

body.contact textarea {
	margin-left:20px;
	width:650px;
	border:1px solid #000000;
	font-size:14px;
	padding:5px;
	font-family:Century Gothic, Helvetica, Arial, sans-serif;
}

body.contact .sidebar .sidebarItem {
	margin:20px 0;
}

body.contact .sidebar li {
	margin-bottom:10px;
}

span.submit input{
	height:28px;
	display:block;	
}
.yarrow {
	background:url(../images/yarrow.png) center no-repeat;
	position:absolute;
	bottom:0px;
	right:0px;
	width:124px;
	height:100px;
}