body {
	font-family: helvetica, arial, sans-serif;
	background:#b5b5b5; /* background colour of entire page */
	background-image:url(../images/stripe4.png);
	background-repeat:repeat-x;
	text-align: center;
}


div.code {
    margin:25px 0 10px 25px;
    padding:10px;
    width:700px;
    border:1px dashed #ddd;
    background-color:#f4f4f4;
}

div.code span.comment {
    font-style: italic;
    color:#888;
}

div#show {
background-color:#efefe7;
width:180px;
margin:0; padding:0px;
border:0px solid #909090;
}

div#show table input,  div#show4 table input {
outline-style:none;
}



#example_1_container {
    margin-top:40px;
}


a img {
 border: none;	/* this gets rid of the border around a picture that is a link   */
	}

.main_image {
 margin-top:10px;
	}
	
.banner {
	background:url(../images/anwershah_graphic-designer.png);
	background-position:center;
	background-repeat:no-repeat;
}
	
	
.side1 {
	background-color:#FFF;
	font-size:12px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	color:#666;
	vertical-align:top;
	line-height: 120%;
}	

.main_text {
	background-color:#FFF;
	font-size:12px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	color:#666;
	vertical-align:top;
	line-height: 120%;
}

.main_text h2{
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin: .8em 0 .3em 0 /*top left bottom right*/
	}
	
.main_text li{
	margin: 0.6em 0 .3em 0 /*top left bottom right*/
	}
	
.end{

	font-weight:700;
	
	}
	
.main_text2 {
	background-color:#FFFFF2;
	font-size:12px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	color:#666;
	vertical-align:top;
	line-height: 120%;
}

.main_text2 h3{
	font-size:16px;
	text-align:center;
	background-color:#006;
	font-weight:bold;
	color:#F60;
	padding: 5px 0 5px 0;
	margin: 0em 0 .3em 0 /*top left bottom right*/
		}
		
.main_text2 h4{
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	background-color:#006;
	font-weight:bold;
	color:#F60;
	padding: 5px 0 5px 0;
	margin: 0em 0 .3em 0 /*top left bottom right*/
		}

.title {
	height:10px;
	font-size:12px;
	text-align:left;
	padding-left:10px;
	color:#282828;
	vertical-align:middle;
	font-weight: bold;
}


p.spacing1 {
	line-height:150%;
}

span.because {
	line-height:125%;
	font-size:16px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}

 .top_info_bar {
	 height:20px;
	 background-image:url(../images/shadow1.png);
	 background-repeat:no-repeat;
	 background-position:center;
  text-align:right;
  vertical-align:bottom;
  font-size:11px;
  color:#000;
  padding:0px 10px 0px 0px; /* top right bottom left */
 }

.top_info_bar a{
	color:#000;
		text-decoration:none;
}

.top_info_bar a:hover {
	color:#00C;
}

.footer {
 font-size:9px;
 text-align:center;
 padding:5px 10px 5px 0px; /* top right bottom left */

 }
 
.footer a{
	color: #0C0;
	text-decoration:none;
}

.footer a:hover {
	color:#00C;
}

 .footer1 {
 font-size:10px;
 text-align:center;
 padding:5px 10px 0px 10px; /* top right bottom left */
 }

.footer1 a{
	color: #06F;
		text-decoration:none;
}

.footer1 a:hover {
	color:#00C;
}

.bread {
 padding:10px 0px;
 font-size:9px;
 text-align:left;
 padding-left:10px}
 


/* MENU */

#nav {
	z-index:99;
	/* background: #366; */ /* background colour of entire navigation menu */
	height:40px;
	float: left;
	margin: 0;
	padding: 0;
	/* border: 1px solid white; */
 border:none;
	/* border-bottom: none; */
 font-size:12px;
 margin-left:-30px;
}

	

#nav li a, #nav li {
 float: left;
}

#nav li {
 list-style: none;
 position: relative;
}

#nav li a {
 padding: 10px 0px; /* topbottom leftright - was: 1em 2em */
 width: 325px;
 text-decoration: none;
 color: #CCC; /* of text */
 background:  #333333; /* solid colour of static button if gradient not supported by browser */
 background: -moz-linear-gradient(top, black, #333333 1px, #666666 25px); /* gradient of navigation button containing link */
 background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #333333), to(#666666)); /* gradient of navigation button containing link */
 border-right: 1px solid #3c3c3c;
 border-left: 1px solid #292929;
 border-bottom: 1px solid #232323;
 border-top: 1px solid #545454;
}

#nav li a:hover {
 background: #0C0;
 background: -moz-linear-gradient(top,  #666, #333); /* gradient of navigation button containing link when hovered */
 background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333)); /* gradient of navigation button containing link when hovered */
 color: #CCC; /* of text when hovered*/
}

#nav li a.current {
 background: #1B2D7B;
 background: -moz-linear-gradient(top, #11032e, #1B2D7B);
 background: -webkit-gradient(linear, left top, left bottom, from(#11032e), to(#1B2D7B));
 color:#FFF;
}

/* Submenu */


.hasChildren {
	position: absolute;
	width: 35px; height: 35px; /* size of dot indicating sub-menu */
	/*background: #FFF; */       /* colour of dot indicating sub-menu */
	background-image: url(../images/hasChildren.png);
	right : 0;
	bottom: 0;
	z-index:99;
}

#nav li ul {
	z-index:99;
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
 padding: 0; margin: 0;
}

#nav li:hover > ul {
 display: block;
}

#nav li ul li, #nav li ul li a {
 float: none;
}

#nav li ul li {
 _display: inline; /* for IE6 */
}

#nav li ul li a {
 display: block;
  width:250px;
}

/* SUBSUB Menu */

#nav li ul li ul {
	z-index:99;
 display: none;
}

#nav li ul li:hover ul {
 left: 100%;
 top: 0;
}


#nav li ul 