/* JC's text handlers */
p {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h5 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.white {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.white {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #ff6600;
	text-decoration: none;
}


/* large content boxes */

.content-box{
	width:300px;
	background-color:#FBFAFA;
	border-width:1px;
	border-style:dashed;
	background-image:url('../images/phones/bg2.jpg');
	border-color:#FCBA8E;
	padding:25px;
	margin:5px;
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* phone images */

.phone-img{
	margin-right:20px;
}
.phone-bg{
	margin:5px;
	padding:25px;


}
.phone-bg2{
	margin:5px;
	padding:15px;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	background-color:#7ac8fc;

}
.prices{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}
/* ROUNDED CORNERS*/
.roundcont {
	width: 250px;
	background-color: #7ac8fc;
	color: #fff;
}
.roundcont-about {
	width: 350px;
	background-color: #7ac8fc;
	color: #fff;
}

.roundcont p {
	margin: 0 0px;
}

.roundtop { 
	background: url(../images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
#insideround{
	padding:20px;
}