/* CSS Document */
#first {
	position:absolute;
	left:46px;
	top:640px;
	font-size:14pt;
}
#myplusone {
	position:absolute;
	left:620px;
	top:115px;
}
#topmenu a{
	color:#ff3;
}
#topmenu {
	float:right;
	background-color:#111;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#444;
}
a {
	color:#00a;
	text-decoration:none;
}
.corners {
	border-radius:1.5ex;
	-webkit-border-radius:1.5ex;
	-moz-border-radius:1.5ex;	
}
#container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	float:left;
	height:128px;
	width:450px;
	padding-left:10px;
}
#telephone {
	font-size:26pt;
	color:#F90;
	float:right;
}
.main {
	margin-top:1px;
	background-color:#000;
	color:#FF0;
	font-size:18pt;
	height:370px;
	border-top-color:#fff;
	border-top-style:solid;
	border-top-width:1px;
}
#tick_list {
	list-style-image:url(../images/tick.png);
	list-style-position:inside;
	padding:10px;
}
#tick_list2 {
	font-size:14pt;
	list-style-image:url(../images/tick.png);
	list-style-position:inside;
}
h1.myh1 {
	font-size:20pt;
}
h2.myh2 {
	font-size:18pt;
}
h3.myh3 {
	font-size:16pt;
}
.bodytext {
	font-size:14pt;
}
.bodytext2 {
	font-size:12pt;
	font-weight:bold;
}
.tab {
	padding-left:10px;
}
.fullbox {
	margin-top:15px;
	padding:5px 20px 20px 20px;
	color:#000;
	background-color:#fff;
	height:400px;
}
.topbox {
	margin-left:20px;
	padding:5px 20px 20px 20px;
	color:#000;
	background-color:#fff;
}
.paypal {
	background-image:url(../images/paypal.jpg);
	background-position:400px 284px;
	background-repeat:no-repeat;
}
.bottombox {
	border:solid 2px #000;
	margin-right:20px;
	padding:5px 10px 20px 20px;
	
	color:#000;
	background-color:#fff;	
}
#footer {
  border-radius:1ex;
  -webkit-border-radius:1ex;
  -moz-border-radius:1ex;	
	border:solid 2px #00C;

	padding:0px 0px 10px 10px;
	margin-top:1px;
	font-size:14pt;
	width:100%;
	height:110px;
	color:#ff0;
}
.left {
	float:left;
}
.right {
	float:right;
	font-size:20pt;
	padding-right:20px;
}
.gray_banner {
width:100%;
height:30px;
color:#000;
background-color:#999;
font-weight:bold;
font-size:1.2em;
line-height:30px;
text-align:center;
  border-radius:1ex;
  -webkit-border-radius:1ex;
  -moz-border-radius:1ex;	

}
