@charset "utf-8";
/* CSS Document */
/*body{
	background:#fffaf0 url(../images/background.jpg) no-repeat top center;
       
        
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	width:100%;
	}*/
	body{
	    	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	width:100%;
	background:#cccccc;
	background-position: fixed;
	}
	body:before {
  content: " ";
  width: 518px;
  height: 659px;
  background: url(/images/lensflare.png) no-repeat;
  position: fixed;
  z-index: -1;
  top: -125px;
  left: -225px;
}
img{    
        max-width: 100%;
	border:none;
	}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	}
h1{
	margin:0.1em 0;
	}
h2{
	color:#4d4d4d;
	font-size:14px;
	}

a{
	color:#0975a2;
	text-decoration:none;
	}
a:hover{
	color:#004c6b;
	text-decoration:none;
	}
/* logo */
.logo{
	text-align:center;
	margin:1px 0 -45px 0;
	padding:0;
	}
.logo a{
	display:block;
	padding:10px;
}
.logo p{
       text-align:center;
       color: #f2803a;
       letter-spacing: 4px;
       font-size:14px;
       font-style:italic;
       font-weight: bold;
       margin:-20px 0 20px 52px;
       text-shadow: 1px 1px 1px #000;
}
.logo img {
    width: 325px;
    height: 70px;
}

/* menu */
.menu{
	margin:2px 10px;
	padding:0;
	}
.menu a{
	font-size:25px;
	font-weight:normal;
	text-align:center;
	display:block;
	background:#eeeeee url(images/menu-shade.png) repeat-x;
	border:1px solid #dddddd;
	color:#000;
	padding:10px;
	margin:1px 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow:0 2px 4px #aaaaaa;
	-webkit-box-shadow:0 2px 4px #aaaaaa;
	box-shadow:0 2px 4px #aaaaaa;
	}
.menu a:hover{
	color:#bbbbbb;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	}
/* content */
.content{
	font-size:15px;
	color:#4d4d4d;
	line-height:1em;
	margin:5px;
	padding:0;
	}
.content h2{
	margin:0 0 0 5px;
	padding:0;
	}
.content p{
	text-align:center;
	margin:0 5px 5px 5px;
	line-height:2em;
	padding:0;
	}
.content button{
        height:50px;
        width:175px;
}
.callButton{
        text-align:center;
        font-weight: bold;
        font-style: italic;
}
.callButton img{
    width: 200px;
    height: 200px;
}
/* footer */
.footer{
	border-top:2px solid #565656;
        border-bottom:2px solid #565656;
	background:#dddddd;
	font-size:12px;
	margin:10px 0 0 0;
	padding:5px 0;
	}
.footer p{
	color:#000;
	font-size:12px;
	text-align:center;
	margin:5px;
	font-weight: bold;
	}
.footer p a{
	color:#2d2d2d;
	padding:5px;
	}
.footer p a:hover{
	color:#2d2d2d;
	}
/* clear */
.clear{
	clear:both;
	}
.code{
	padding:0;
	border:1px dotted #bbbbbb;
	}
.numbering{
	background:#f2f2f2;
	color:#bbbbbb;
	padding:2px 5px;
	}
.tag{
	color:#0975a2;
	}
.program{
	color:#ff003c;
	}
.head{
	padding:1px;
	color:#FFFFFF;
	background:#2d2d2d;
	}
.dirWindow{
width:275px;

font-size:25px;
}	