@charset "utf-8";

/* CSS Document */

body
{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-weight:bold;
}

a{ text-decoration:none;}


#wrapper
{
	width:980px;
	height:auto;
	margin:auto;
}

#header
{
	width:980px;
	height:258px;
	position:relative;
	background-image:url(images/head.jpg);
	background-repeat:no-repeat;
}

#header .ponoco
{
	width:276px;
	height:auto;
	position:absolute;
	font-size:28px;
	left: 307px;
	top: 140px;
	font-style:italic;
	display: block;
	text-align:center;
}

#header .laptop{
	position:absolute;
	background-image:url(images/head1.jpg);
	width:387px;
	height:39px;
	right:0;
	top: 257px;
}

#header .menu{ width:650px; height:40px; position:absolute; right:0; top:25px;}

#header .phone{position:absolute; width:300px; right:5px; text-align:right; font-size:20px; top: -12px;}

#mainbody{ width:980px; height:auto; background-image:url(images/back.jpg); background-repeat:repeat-y;}

#mainbody .right{ width:320px; height:auto; float:left; margin-top:50px; margin-left:40px;}

#mainbody .left{ width:550px; height:auto; margin:10px; float:left}

.clear{ clear:both}

#footer { width:980px; height:144px; background-image:url(images/footer.jpg); background-repeat:no-repeat; position:relative;}

#footer .copy{
	color:#FFFFFF;
	font-size:12px;
	position:absolute;
	bottom:29px;
	left:584px;
}

#footer .icon{color:#FFFFFF; font-size:12px; position:absolute; bottom:5px; right:5px;}

#footer .service{
	position:absolute;
	top: 7px;
	left: 10px;
}

#footer a{color:#FFFFFF; text-decoration:none;}

p{ font-size:13px;}

h1{ font-size:20px; color:#003399;}

#free{ font-size:28px; font-weight:bolder; margin:auto; text-align:center;}


/*Navigation*/

#navigation {
        font-weight: bold;
}
#navigation ul, #navigation ul li {
        list-style: none;
        margin: 0;
        padding: 0;
}
#navigation ul {
        padding: 5px 0 5px;
        text-align: center;
}
#navigation ul li {
        display: inline;
		background-image:url(images/line.jpg);
		background-position:right;
		background-repeat:no-repeat;
}
#navigation ul li a {
        color: #FFF;
        text-decoration: none;
        padding: 5px 0;
}
#navigation ul li span {
        padding: 12px 12px 12px 12px;
        margin: 12px 0 12px 12px;

}
#navigation ul li a:hover span {
        text-decoration: none;
		color:#FF9900;
}
#navigation ul li a:hover {
        background-position: 0 -75px;
}
#navigation #current a {
        background-position: 0 -150px;
}
#navigation #current a span {
        background-position: 100% -150px;
}


/*- Internet Explorer...It's Hacktastic!--------------------------- */

/*\*//*/
#navigation ul li a {
        display: inline-block;
        white-space: nowrap;
        width: 1px;
}

#navigation ul {
        padding-bottom: 0;
        margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation ul li a {
        padding: 0;
}
/**/

/*form*/

label{
float: left;
width: 120px;
font-weight: bold;
font-size:13px;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 180px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width:146px;
height:38px;
}

br{
clear: left;
}
