@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	height:100%;
	
}
body, h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, li, dd, dl, fieldset, address, legend, td, th, table, code, div {
	margin: 0;
	padding: 0;
}
body {
	font-family:"Myriad", Arial, Helvetica, sans-serif;
	background-color:#000;
	color:#FFF;
	font-size:12px;
}
h1 {
	font-size:30px;
	font-weight:500;
	padding:5px 0px 5px 0px;
	color:#FFF;
	border-bottom:1px dashed #666;
}
h2 {
	font-size:18px;
	font-weight:500;
	padding:5px 0px 5px 0px;
	color:#FFF;
}
h3 {
	font-size:15px;
	font-weight:500;
	padding:0px 0px 5px 0px;
	color:#FFF;
}
h4 {
	padding:5px 0px 5px 0px;
	font-weight:500;
	font-size:14px;
	color:#fbab18;
}
h5 {
	padding:5px 0px 5px 0px;
	font-weight:500;
	color:#FFF;
	font-size:11px;
	padding:5px 0px 5px 0px;
}
a img {
	border:none;
}
img {
	border:none;
}
hr {
	background-color:#000;
	height: 5px;
	margin:0px 0px 10px 0px;
}
a {
	color:#CCC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
}
p {
	font-size:12px;
	padding:5px 20px 5px 0px;
}
hr {
	background-color:#CCC;
	border:none;
	margin-top:10px;
	height:1px;
}
ul{
	padding:5px;
	margin:0px;
	font-size:12px;
	margin-left:20px;
	list-style-type:square;
	line-height:20px;
}
/*################ wrapper ################*/
div.wrapper {
	width:900px;
	margin:0 auto;
	position:relative;
	z-index:1;
}
/*################ top strip ################*/
div#top_strip {
	height:60px;
	background-image:url(../images/menu_strip2.png);
	background-repeat:repeat-x;
	position:relative;
	z-index:1;
	padding:7px;
}
div#logo {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:100px;
	height:50px;
	float:left;
}
/*################ navigation ################*/
div#top_strip ul {
	height:35px;
	padding:0px;
	margin:0px;
	list-style-type:none;
}
div#top_strip ul li {
	float:left;
	padding:7px 10px 10px 10px;
}
div#top_strip ul li a {
	display:block;
	outline:none;
}
/* normal state */
div#top_strip ul li a#education {
	width:109px;
	height:22px;
	background-image:url(../images/education_nav.png);
	background-position: 0px 0px;
}
div#top_strip ul li a#creative {
	width:130px;
	height:22px;
	background-image:url(../images/photography_nav.png);
	background-position: 0px 0px;
}
div#top_strip ul li a#design {
	width:140px;
	height:22px;
	background-image:url(../images/design_nav.png);
	background-position: 0px 0px;
}
div#top_strip ul li a#web {
	width:60px;
	height:22px;
	background-image:url(../images/web_nav.png);
	background-position: 0px 0px;
}
/* hover state */
div#top_strip ul li a#education:hover {
	background-position: 0 -22px;
}
div#top_strip ul li a#creative:hover {
	background-position: 0 -22px;
}
div#top_strip ul li a#design:hover {
	background-position: 0 -22px;
}
div#top_strip ul li a#web:hover {
	background-position: 0 -22px;
}
/* active state */
div#top_strip ul li a#education.active {
	background-image:url(../images/education_nav.png);
	background-position: 0px -22px;
}
div#top_strip ul li a#creative.active {
	background-image:url(../images/photography_nav.png);
	background-position: 0px -22px;
}
div#top_strip ul li a#design.active {
	background-image:url(../images/design_nav.png);
	background-position: 0px -22px;
}
div#top_strip ul li a#web.active {
	background-image:url(../images/web_nav.png);
	background-position: 0px -22px;
}
/*################ company details ################*/
div#company_details {
	width:220px;
	height:70px;
	float:right;
}
div#company_details p {
	color:#CCC;
	font-size:12px;
	text-align:right;
	width:220px;
}
/*################ content ################*/
div#content_wrapper {
	width:900px;
	margin:0 auto;
	position:relative;
	z-index:1;
}
/*################ squares ################*/
div#squares {
	background-image:url(../images/squares.png);
	background-repeat:no-repeat;
	width:150px;
	height:35px;
}
/*################ content ################*/
div#content {
	width:850px;
	min-height:400px;
	background-image:url(../images/footer.png);
	background-repeat:repeat;
	float:left;
	height:100%;
	padding:0;
	margin:10px 0px 10px 0px;
	padding-top:10px;
}
/*################ left_col ################*/
	div#left_col {
	width:600px;
	height:100%;
	min-height:400px;
	margin-left:2px;
	float:left;
	padding:0px 20px 0px 20px;
	margin-top:0px;
	border-right:1px inset #E1E1E1;
	margin-bottom:10px;
}
div.clear{
	clear:both;
	padding:0px;	
}
/*################ footer ################*/
div#footer{
	width:630px;
	height:45px;
	float:left;
}
/*################ icons ################*/
	img.icons {
	padding:0px 10px 10px 0px;
}
td.valign {
	vertical-align:top;
	border-top:1px dashed #CCC;
	padding-bottom:30px;
}

td.image {
	vertical-align:top;
	border-top:1px dashed #CCC;
	padding-bottom:30px;
	width:50px;
}
td.valign2 {
	vertical-align:top;
}

td.image2 {
	vertical-align:top;
	width:50px;
}
td.image img {
	padding-top:13px;
}
/*################ right_col ################*/
div#right_col {
	width:170px;
	float:right;
	padding:0px 10px 0px 10px;
	margin-top:0px;
	margin-right:10px;
}
/*################ right_col ################*/
	h2.news {
	border-bottom:1px dashed #666;
	padding-bottom:10px;
	margin-bottom:5px;
}
/*################ forms etc ################*/
input.button {
	color:#000;
	padding:3px;
}
input, textarea {
	font-size:12px;
}
td.field_name{
	font-size:11px;
	font-style:italic;
	padding-top:15px;
}
/*################ side menu ################*/
ul#side{
	list-style-type:none;	
	padding:0px;
	margin:0px;
}
ul#side li{
	background-image:url(../images/contact_icon.png);
	background-repeat:no-repeat;
	height:35px;
	padding-left:35px;
	padding-top:5px;
}
ul#side li#home{
	background-image:url(../images/home_icon.png);
	background-repeat:no-repeat;	
}
ul#side li#about{
	background-image:url(../images/aboutus_icon.png);
	background-repeat:no-repeat;	
}
ul#side li#contact{
	background-image:url(../images/contact_icon.png);
	background-repeat:no-repeat;	
}
ul#side li#promo{
	background-image:url(../images/promo_icon.png);
	background-repeat:no-repeat;	
}
ul#side li#payonline{
	background-image:url(../images/payonline_icon.png);
	background-repeat:no-repeat;	
}
ul#side li#webmail{
	background-image:url(../images/webmail_icon.png);
	background-repeat:no-repeat;
}
ul#side li#facebook{
	background-image:url(../images/facebook_icon.png);
	background-repeat:no-repeat;
}
ul#side li#twitter{
	background-image:url(../images/twitter_icon.png);
	background-repeat:no-repeat;
}
ul#side li#terms{
	background-image:url(../images/terms_icon.png);
	background-repeat:no-repeat;
}
ul#side li#sitemap{
	background-image:url(../images/sitemap_icon.png);
	background-repeat:no-repeat;
}
/*################ side menu ################*/
ul#footer_links{
	list-style-type:none;	
	padding:0px;
	margin:0px;
	margin-top:7px;
	margin-left:15px;
}
ul#footer_links li{
	background-image:url(../images/contact_icon.png);
	background-repeat:no-repeat;
	height:30px;
	float:left;
	padding-left:33px;
	padding-right:10px;
	padding-top:5px;
}
ul#footer_links li#payonline{
	background-image:url(../images/payonline_icon.png);
	background-repeat:no-repeat;	
}
ul#footer_links li#webmail{
	background-image:url(../images/webmail_icon.png);
	background-repeat:no-repeat;
}
ul#footer_links li#facebook{
	background-image:url(../images/facebook_icon.png);
	background-repeat:no-repeat;
}
ul#footer_links li#twitter{
	background-image:url(../images/twitter_icon.png);
	background-repeat:no-repeat;
}
ul#footer_links li#terms{
	background-image:url(../images/terms_icon.png);
	background-repeat:no-repeat;
}
ul#footer_links li#sitemap{
	background-image:url(../images/sitemap_icon.png);
	background-repeat:no-repeat;
}
/*################ styles ################*/
p#intro{
	font-size:16px;
	padding:15px 0px 15px 0px;	
	border-bottom:1px dashed #666;
}
p#contactus{
	font-size:11px;	
}
ul#wdpe{
	list-style-type:none;
	padding:0px;
	margin:0px;	
	margin-top:10px;
	font-size:12px;
	line-height:16px;
}
ul#wdpe li{
	float:left;	
	width:280px;
	height:140px;
	margin:10px;
	padding:0px 0px 20px 0px;
	border-bottom:1px dashed #666;
}

p.error{
	background-color:#FFECEC;
	border:#FD0006 1px solid;
	color:#000;
	padding:5px;
	margin:5px 5px 5px 0px;
}
p.success{
	background-color:#E7FFE6;
	border: #23AE1C 1px solid;
	color:#000;
	padding:5px;
	margin:5px 5px 5px 0px;
}