/* Reset all the styles */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {}
a{text-decoration:none;}
a:hover{text-decoration:underline;}


/* Global styles */
body { text-align:center; background: #d5d2d2; }
h1 { font-size:28px; padding-bottom:5px; font-family:arial, sans-serif; color:#29156e; font-weight:normal; }
h2 { font-size:18px; font-weight: normal; font-family:arial, sans-serif; color:#1000bf; }
h3 { font-size:16px; padding: 0 0 10px 0;color:#1000bf; }
h4 { font-size:16px; font-weight: normal; font-family:arial, sans-serif; color:#1000bf; padding-left:10px; }

a, a:visited { color:#2925ea; }
p {padding:0 0 15px 0; }
img { padding:0 10px 0 0 ;} 


/* Made styles */
#container { margin:0 auto; width: 780px; text-align:left; padding: 20px 0 0 0;} 

#header {}
	.rainbow { background: url(../img/rainbow.jpg) top left no-repeat; width:450px; height:280px;}
	.heading { padding: 20px 0 20px 0;}
#menu{ padding: 10px 0 10px 0; padding-bottom:20px; font-family: Trebuchet MS, Arial, sans-serif; font-size:11px; }
	.stripe{ background: url(../img/dot.gif) top left repeat-x; height:10px }
	#menu ul { background: url(../img/dot.gif) top left repeat-x; height:30px; }
	#menu ul li { float:left; padding: 20px 0 0 0; width: 160px; text-align:center;}
	#menu ul li a{color:#29156e; text-decoration: none;}
	#menu ul li a:hover {color:#1000bf; text-decoration: none;}
	
	#menu ul li.c_red{ background: url(../img/c_red.png) left top no-repeat;  text-align:left;width:70px; }
	.c_orange{ background: url(../img/c_orange.png) top no-repeat; }
	.c_yellow{ background: url(../img/c_yellow.png) top no-repeat;  }
	.c_green{ background: url(../img/c_green.png) top no-repeat;  }
	.c_lightblue{ background: url(../img/c_lightblue.png) top no-repeat;  }
	.c_pink{ background: url(../img/c_pink.png) top no-repeat; }
	.c_violet{ background: url(../img/c_violet.png) top no-repeat;  }
	#menu ul li.c_blue{ background: url(../img/c_blue.png) right top no-repeat; text-align:right;width:70px;}

#main {padding: 5px 0 5px 0; font-family: Arial, sans-serif; color:#29156e; font-size:12px;}
#footer { font-size:9px; padding:0 0 15px 0; font-family: Arial, sans-serif; color:#29156e; font-size:12px;}
	.viewpaitings { float:right; padding:10px;}
	.viewpaitings a, .viewpaitings a:visited { color:#ff8523; }
	.details{ float:left; padding: 10px 0 0 5px;}
	
.clear { clear:both;}