body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin:0;
	padding:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
}

.mnuContainer{
	/* The UL */
	float:right;
	padding-right:13px;
}

#pageContent{
	background-color:#EEEEEE;
	border:2px solid #FFFFFF;
	height:400px;
	margin:2px;
	
	color:#444444;
	padding:25px;
}

#mnuContent{
	background-color:#104F7F;
	border:1px solid #fff;
	width:100%;
}

#mnuContent, .mnuContainer li a,#pageContent{
	-webkit-box-shadow:0 0 2px #104F7F;
	-moz-box-shadow:0 0 2px #104F7F;
	-box-shadow:0 0 2px #104F7F;
}

.mnuContainer li{
	/* This will arrange the LI-s next to each other */
	display:inline;
}

.mnuContainer li a,.mnuContainer li a:visited{
	/* Styling the hyperlinks of the tabs as colorful buttons */
	
	float:left;
	font-size:18px;
	
	/* display:block allows for additinal CSS rules to take effect, such as paddings: */
	display:block;
	
	padding:7px 16px 1px;
	margin:2px 3px;
	height:29px;
	
	/* Giving positioning */
	position:relative;
	
	/* CSS3 text-shadow */
	text-shadow:1px 1px 1px #CCCCCC;
}

#overLine{
	/* The line above the active button. */
	position:absolute;

	height:3px;
	background-color:white;
	width:90px;
	
	float:left;
	left:1px;
	top:-5px;
	overflow:hidden;
}

#main{
	margin:0 auto;
	position:relative;
	width:800px;
	background-color:white;
}


ul .left{
	/* The left span in the hyperlink */
	
	height:37px;
	left:0;
	position:absolute;
	top:0;
	width:10px;
}

ul .right{
	/* The right span in the hyperlink */
	
	height:37px;
	right:0;
	position:absolute;
	top:0;
	width:10px;
}

/* Styling the colors individually: */

ul a.green{	background:url(../../images/green_mid.png) repeat-x top center;	color:#24570f;}
ul a.green span.left{ background:url(../../images/green_left.png) no-repeat left top;}
ul a.green span.right{ background:url(../../images/green_right.png) no-repeat right top;}


ul a.blue{	background:url(../../images/blue_mid.png) repeat-x top center;	color:#03426e;}
ul a.blue span.left{ background:url(../../images/blue_left.png) no-repeat left top;}
ul a.blue span.right{ background:url(../../images/blue_right.png) no-repeat right top;}


ul a.orange{	background:url(../../images/orange_mid.png) repeat-x top center;	color:#724104;}
ul a.orange span.left{ background:url(../../images/orange_left.png) no-repeat left top;}
ul a.orange span.right{ background:url(../../images/orange_right.png) no-repeat right top;}


ul a.red{	background:url(../../images/red_mid.png) repeat-x top center;	color:#6f0100;}
ul a.red span.left{ background:url(../../images/red_left.png) no-repeat left top;}
ul a.red span.right{ background:url(../../images/red_right.png) no-repeat right top;}

ul a.yellow{	background:url(../../images/yellow_mid.png) repeat-x top center;	color:#846706;}
ul a.yellow span.left{ background:url(../../images/yellow_left.png) no-repeat left top;}
ul a.yellow span.right{ background:url(../../images/yellow_right.png) no-repeat right top;}

/* The hover states: */
ul a:hover{	background-position:bottom center; text-decoration:none;}
ul a:hover span.left{ background-position:left bottom;}
ul a:hover span.right{ background-position:right bottom;}

.preloader{
	display:block;
	margin:120px auto;
}

.clear{
	clear:both;
	height:1px;
	overflow:hidden;
}


ul.php{
    margin:0;
    padding:0;
}

li.liphp{
    width:100px;
    height:26px;
    float:left;
    color:#191919;
    text-align:center;
    border-left: 1px solid #3D0F15;
    border-bottom: 1px solid #3D0F15;
    list-style-type: none;
    font-weight: bold;
    background-image: url(../../images/buttons/price3.gif);
    margin-left: 1px;
    opacity: 0.4;
    /*text-shadow:1px 1px 1px #fff;*/
}
p.aaphp{
    vertical-align: middle;
    padding-top: 5px;
}
a.aphp{
    color:#fff;
    text-decoration:none;
    text-align: center;
    /*text-shadow:1px 1px 1px #fff;*/
}

p.php{
    padding:0px 5px;
}

.phpsubtext{
    padding-top:15px;
    display: none;
}

/*Menu Color Classes*/
.green{background:#6AA63B;}
.yellow{background:#FBC700;}
.red{background:#D52100;}
.purple{background:#5122B4;}
.blue{background:#0292C0;}


