/* Imported stylesheets */
@import url(/style/sIFR-screen.css);
/* /Imported Stylesheets */

/* Layout */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	text-align:center; /* for IE */
	color: #0c2a66;
	font-size: 73%;
	background-color: #ffffff;
}

a:link, a:visited, a:active {
	color: #0c2a66;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	text-align:left; /* reset text alignment */
	width:796px;
	height:654px;
	margin:0 auto; /* for the rest */
	position:relative;
}

#branding {
	width: 796px;
	height: 99px;
	background: transparent url('/images/background_top.jpg') top center no-repeat;
	position:relative;
}

#branding h3 {
	display: block;
	float:left;
	padding:28px 0 0 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 230%;
	color:#ffffff;
	width:380px;
}

#logo {
	float:left;
	margin:24px 0 0 24px;
	background-color: transparent;	
}

#boxes {
	width:796px;
	height: 264px;
	clear:both;
	background: transparent url('/images/background_midle.jpg') top center no-repeat;
}

#boxes h2 {
	font-family: Verdana, Tahoma, Arial, Heveltica, sans-serif;
	position:relative;
	font-weight:bold;
	font-size: 120%;
	text-align:center;
	padding-top:8px;
}
.quotebuttons {
	position: absolute;
	left:32px;
	top:217px;
}
#box_1, #box_2, #box_3, #box_4 {
	width:176px;
	height:253px;
	position:relative;
	float:left;
	margin: 0px 9px 0px 8px;
}
#box_1 {
	background: transparent url('/images/box_1.jpg') top center no-repeat;
	margin-left: 20px;
}
#box_2 {
	background: transparent url('/images/box_2.jpg') top center no-repeat;
}
#box_3 {
	background: transparent url('/images/box_3.jpg') top center no-repeat;
}
#box_4 {
	background: transparent url('/images/box_4.jpg') top center no-repeat;
	margin-right: 20px;
}

#contentwrapper {
	width:796px;
	height: 292px;
	clear:both;
	background: transparent url('/images/background_bottom.jpg') top center no-repeat;
}

#textbox {
	width:420px;
	float:right;
	margin-right:30px;
}

#textbox h1 {
	font-size: 210%;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;	
}

#textbox ul {
	margin: 10px 0px 15px 5px;
}

#textbox ul li {
	padding: 5px 0;
	list-style: /* url('/images/dot.gif') */ disc inside;
	font-weight: bold;
	font-size: 120%;
	line-height:100%;
}

#textbox #quotebutton {


}

#dog {
	width:400px;
	height: 82px;
	background: transparent url('/images/dog.jpg') bottom right no-repeat;
	position:absolute;
	left:390px;
	top:572px;
}
#dog h4 {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;	
	font-size: 120%;
	font-weight:bold;
	margin-top:45px;	
}

#pricebox_1, #pricebox_2, #pricebox_3 {
	width:290px;
	height:74px;
	margin:10px 10px 5px 20px;
	float:left;
}

#priceboxes a.txt {
	font-weight: bold;
	font-size: 160%;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	float:left;
	margin-top:25px;
	margin-left:15px;	
}

#priceboxes font.from {
	font-size: 100%;
	font-weight:normal;	
}

#priceboxes a.price {
	font-size: 380%;
	color:#FF6600;	
	font-weight: bold;
	float:right;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	margin-top:12px;
	margin-right:15px;		
}

#priceboxes a, a:link, a:visited, a:active {
	text-decoration: none;
		
}

#pricebox_1 {
	background: transparent url('/images/price_1.jpg') top center no-repeat;
}

#pricebox_2 {
	background: transparent url('/images/price_2.jpg') top center no-repeat;
}

#pricebox_3 {
	background: transparent url('/images/price_3.jpg') top center no-repeat;
}
p.small {
	font-size: 81%;
	letter-spacing: -1px;
	margin-top:10px;
}





