*
{
	padding:0;
	margin:0;
}

/* COMMON */

body 
{ 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#333333;
	background-color:#3a526b;
	background-image:url('/images/common/body.png');/*because IE is the Devil and won't render the hex value to match the color in a png*/
	background-repeat:repeat-x;
}

p
{
	line-height:120%;
}

a
{
	color:#3a526b;
	text-decoration:underline;
	font-weight:bold;
}

a:hover
{
	color:#567ca3;
	text-decoration:none;
}

a:visited
{
	color:#6a6a6a;
}

img
{
	border:0;
}

.clearingDiv
{
	clear:both;
	height:1px;
	margin-top:-1px;
}

sup
{
	font-size: 90%;
	font-weight: normal;
	vertical-align: text-top;
	text-decoration:none;
}

.req
{
	color:#cc0000;
	font-weight:bold;
}

/* PAGE HEADERS */
h1
{
	font-size:130%;
	color:#333333;
	margin:15px 20px 10px 15px;
}

h2
{
	font-size:120%;
	color:#333333;
	margin:10px 20px 10px 15px;
}

h3
{
	font-size:110%;
	color:#333333;
	margin:10px 20px 10px 15px;
}

h4
{
	font-size:110%;
	color:#333333;
	margin:2px 5px 5px 15px;
}

h5
{
	font-size:100%;
	color:#333333;
	margin:5px auto;
}

#gutter h4
{
	font-size:110%;
	color:#333333;
	margin:5px 5px 0 10px;
}

h4#gutterPhotos
{
	margin:20px 5px 0 10px;
}

/* LISTS */
ol, ul
{
	margin:0  0 15px 55px;
}

li
{
	margin-bottom:5px;
}

/* HEADER */
#printPageLogo, #printPhone
{
	display:none;
}

#fontSizeMedium
{
	font-size:15px;
}

#fontSizeLargest
{
	font-size:17px;
}

#headerWrapper
{
	width:760px;
	height:60px;
	text-align:left;
	margin:0;
	position:relative;
	top:20px;
	left:130px;
}

#header
{
	background-image:url('/images/common/header.png');
	background-repeat:no-repeat;
	width:900px;
	height:110px;
	text-align:left;
}

#nameTagline
{
	width:360px;
	float:left;
	font-weight:bold;
}

#LRSEurope
{
	float:left; 
	text-align:left; 
	width:365px; 
	z-index:99;
	margin:32px 0 0 132px;
}

#companyNameLRS
{
	font-size:21px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
}

#tagline
{
	font-size:14px;
	font-weight:bold;
	color:#79848e;
}

#headerTools
{
	width:400px;
	float:right;
	text-align:right;
}

#headerTools p
{
	margin:0 0 4px 0;
	font-size:90%;
}

#headerTools a
{
	text-decoration:none;
}

#headerTools a:hover
{
	text-decoration:underline;
}

#adjustFont
{
	display:inline;
}

#headerPhone 
{
	font-size:130%; 
	font-weight:bold;
	color:#990000;
}

#offsetLeft
{
	float:left;
	margin-left:-1000px;
	margin-top:-1000px;
}

#topNav
{
	text-align:left;
	position:relative;
	top:30px;
}

#topNav p
{
	display:inline;
	height:24px;
	padding:5px 15px 5px 15px;
	font-weight:bold;
}

#topNav a
{
	color:#333333;
	text-decoration:none;
}

#topNav a:hover
{
	color:#666666;
	text-decoration:underline;
}


/* HOME PAGE */

#wrapperHome
{
	margin:0 auto;
	background-image:url('/images/homePage/bgHomePage.png');
	width:900px;
	position:absolute;
	top:110px;
}

#wrapperHome strong 
{
	font-weight:normal;
}

#homeMainText
{
	width:530px;
	float:right;
	text-align:left;
}

#homeMainText h1
{
	margin:15px 0 5px 8px;
}

#homeMainText h2
{
	margin:2px 10px 10px 8px;
	font-size:120%;
	font-weight:bold;
	color:#333333;
}

#homeMainText h3
{
	margin:2px 10px 15px 8px;
	font-size:100%;
	font-weight:normal;
	color:#333333;
}

#homeMainText p
{
	margin:2px 10px 15px 8px;
}


#homeCalloutWrapper
{
	width:370px;
	float:left;
	text-align:left;
	margin-top:15px;
}

.homeBoxes
{
	border:1px solid #fff208;
	background-color:#ffffff;
	width:315px;
	height:80px;
	margin:5px 0 15px 15px;
}

.homeBoxes p
{
	font-size:90%;
	padding:2px 4px;
}

.homeBoxes a
{
	font-size:110%;
}

/* PAGE CONTENT */
#wrapper
{
	margin:0 auto; 
	width:900px;
}

#bodyContent
{
	margin:0 auto;
	background-image:url('/images/common/bg_body.png');
	background-repeat:repeat-y;
	width:900px;
	position:absolute;
	top:110px;
	text-align:left;
}

#contentFloatWrapper
{
	width:700px;
	float:right;
}

#pageContent
{
	background-color:#fff;
	background-image:url('/images/common/rightCorner.png');
	background-repeat:no-repeat;
	width:500px;float:left;
	text-align:left;
}

#pageContent p
{
	margin:0 20px 15px 15px;
}

#pageContent strong 
{
	font-weight:normal;
}

#requestInfo
{
	position:relative;
	z-index:0;
	top:10px;
	left:275px;
	background-image:url('/images/common/buttonRequest.png');
	background-repeat:no-repeat;
	height:44px;
	width:190px;
	padding:5px 5px 5px 14px;
}

#requestInfo a
{
	display:block;
	height:44px;
	width:190px;
	color:#ffffff;
	text-decoration:none;
}

#requestInfo a:hover
{
	color:#fff9a6;
}

#yesCellPhones, #noCellPhones
{
	width:500px;
	margin:0;
	padding:0;
}

.pagerQtySelect p
{
	width:250px;
}


#packageDescription p 
{
	width:260px;
}

#packageDescription img 
{
	float:right;
	margin-right:15px;
	border:1px solid #79848e;
}

#packageDescription ul
{
	margin-left:35px;
	width:245px;
}

#packageDescription li
{
	width:245px;
	list-style:disc;
}

/* SERVER/MANAGER PAGERS */
.managerPagerStyle
{
	float:left; 
	width:135px; 
	margin:10px 5px;
}

.managerPagerStyle p
{
	width:125px;
	position:relative;
	left:-15px;
	top:10px;
}

.hoverPop, .hoverPop img
{
	position:relative;
	z-index:5;
}


.hoverPop span
{ 
	position: absolute;
	background-color:#fffbdd;
	border:1px solid #333333;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
	width:200px;
}

.hoverPop:hover span
{
	visibility: visible;
	z-index:999;
	top: -20px;
	left: -80px;
}

.hoverPop span img
{
	border:1px solid #cdcdcd;
}

/* SUBNAV */
#subNav
{
	width:200px;
	text-align:left;
	float:left;
	background-color:#79848e;
	background-image:url('/images/common/bg_sideNav.png');
	padding:15px 0 0 0;
}

#subNav p
{
	height:22px;
	padding:2px 0 0 15px;
	font-weight:bold;
}

#subNav a
{
	color:#fcfcfc;
	font-weight:bold;
	text-decoration:none;
}


#subNav a:hover
{
	color:#fff9a6;
	text-decoration:underline;
}

#subNavBottom
{
	background-image:url('/images/common/subNavBottom.png');
	background-repeat:no-repeat;
	height:22px;
}

/* CALCULATOR PAGERS*/

#pagerCalculator form
{
	margin:0;
	width:165px;
}

#pagerSelect
{
	width:270px;
	margin:0 0 0 15px;
}

#pagerSelect form
{
	margin:0;
	width:170px;
}

/* GUTTER */
#gutter
{
	width:200px;
	float:right;
	margin:15px 0 0 0;
	padding-bottom:20px;
}
	
#gutter p
{
	margin:3px 5px 0 10px;
}

#gutter a
{
	color:#3a526b;
	text-align:left;
	text-decoration:underline;
	font-weight:bold;
}

#gutter a:hover
{
	color:#567ca3;
	text-decoration:none;
}

#getCatalog
{
	font-size:110%;
	padding-left:15px;
}

.headerGO
{
	font-weight:bold;
	font-size:110%;
	color:#333333;
	padding-top:10px;
}

.thumbnail
{
	position:relative;
	z-index:5;
}


.thumbnail span
{ 
	position: absolute;
	background-color:#fffbdd;
	border:1px solid #333333;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
	width:325px;
}

.thumbnail:hover span
{
	visibility: visible;
	z-index:90;
	top: -90px;
	left: -335px;
}

.thumbnail span img
{
	border:1px solid #cdcdcd;
}

#gutter h2
{
	font-weight:normal;
	font-size:90%;
	margin-left:0;
	padding-left:10px;
}

/* FOOTER */

#footer
{
	background-image:url('/images/common/pageBottom.png');
	background-repeat:no-repeat;
	width:900px;
	height:20px;
}

#footer p
{
	font-size:75%;
	color:#666666;
	text-align:center;
	padding-top:2px;
}

#offsetFooterLeft
{
	float:left;
	margin-left:-1000px;
	margin-top:-1000px;
}

/* FORMS */

form
{
	width:450px;
	margin-left:25px;
}

form fieldset {
  margin-bottom: 10px;
  width:450px;
}

form legend {
  padding: 0 5px;
  font-weight: bold;
  color:#333333
}

form ol
{
	margin:0 10px;
	width:430px;
}

form fieldset
{
	margin-bottom:15px;
	padding:5px 0;
}

form fieldset ol li {
  list-style: none;
  padding: 5px;
  margin: 0;
  width:430px;
}

form fieldset ol li label
{
	display: block;
	width:175px;
	height:20px;
}

form fieldset ol li input
{
	width:230px;
	float:right;
	margin-top:-20px;
}

form em
{
	color:#cc0000;
	font-weight:bold;
	font-size:100%;
}

.otherInput
{
	margin-left:10px;
}

#submitButton
{
	position:relative;
	left:350px;
	margin-bottom:10px;
}
