@charset "UTF-8";
/* CSS Document */

body {
	font-family:Calibri, "Calibri Bold", "Calibri Bold Italic", "Calibri Italic", Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-size: .95em;
	background-color: #000033;

}
/*---------------------------------------------------Container centering all content----------------------------------------*/
#container {
	width: 781px;
	margin: auto;
	border: 0px solid #000000;
	text-align: left;
	background-image: none;
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
/*---------------------------------------------------Header and Navigation--------------------------------------------------*/
#header{
	margin: 10px 0 0 0;
	padding: 0;
	height:100px;
	position:relative;
	background-image:url(/images/logo_articland.png);
	background-repeat:no-repeat;
}
#header ul{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom:0;
	list-style-type: none;/*--remove the default bullet graphics --*/
}
#header ul li{
	float: left;
}
#header ul li a{
	padding:8px 18px;
	font-size: .95em;
	line-height: 1.5em;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
}
#header ul li a.selected{ /*--tabbed effect with background color--*/
	background-color:#349AFF;
	color: #fff;
}
#header ul li a:hover{ /*--hover effect for links--*/
	text-decoration:underline;
}
/*---------------------------------------------------Content for Home page--------------------------------------------------*/
#mainContent_home{
	width: 781px;
	height: 364px;
	margin: 0;
	padding: 0;
	background-image:url(/images/pgart_home.png);
	background-repeat: no-repeat;
}

#mainContent_home_flashart{
	float:right;
	width: 471px;
	height:354;
	margin:0;
	padding:0;
}
#mainContent_home_interiortxt{
	margin: 0;
	padding-top: 30px;
}
#mainContent_home_interiortxt p{
	margin:0;
	padding: 1em 1em 1em 3em;
	line-height:1.5em;
	color:#000033;
}
/*---------------------------------------------------Content for Product Services-------------------------------------------*/
#mainContent_productservices{
	width: 781px;
	height: 334px;
	margin: 0;
	padding: 30px 0 0 175px;
	background-image:url(/images/pgart_productservice.png);
	background-repeat: no-repeat;
}
#mainContent_productservices p{
	margin: 8px 0 0 25px;
	width: 550px;
	line-height:1.5em;
	color:#000033;
}
/*---------------------------------------------------Content for Make vs Buy------------------------------------------------*/
#mainContent_makevsbuy{
	width: 781px;
	height: 334px;
	margin: 0;
	padding: 30px 0 0 30px;
	background-image:url(/images/pgart_makevsbuy.png);
	background-repeat: no-repeat;
}

#mainContent_makevsbuy p{
	margin: 13px 0 0 30px;
	line-height:1.5em;
	color:#000033;
	font-size:13px;
	width: 400px;
}
/*---------------------------------------------------Content for Ice Estimator----------------------------------------------*/
#mainContent_iceestimator{
	width: 781px;
	height: 334px;
	margin: 0;
	padding: 30px 0 0 30px;
	background-image:url(/images/pgart_mountain_bkgrnd.png);
	background-repeat: no-repeat;
}

#mainContent_iceestimator p{
	margin: 0;
	padding: 0 0 0 30px;
	width: 650px;
	color:#000033;
}

#mainContent_iceestimator h4{
	margin-top: 0;
	margin-bottom: 0;
}

#mainContent_iceestimator_calculations{
	margin:0;
	padding:0;
	width: 760px;
	color:#000033;
}

#mainContent_iceestimator_calculations p{
	margin:auto;
	padding:0;
	color:#000033;
}
/*---------------------------------------------------Content for Contact Us----------------------------------------------*/
#mainContent_contactus{
	width: 781px;
	height: 334px;
	margin: 0;
	padding: 30px 0 0 45px;
	background-image:url(/images/pgart_contactus.png);
	background-repeat: no-repeat;
}
#mainContent_contactus p{
	margin:0;
	padding:0;
	line-height:1.5em;
	color:#000033;
}
#mainContent_contactus img{
	padding: 0 15px 0 0;
}
/*---------------------------------------------------Footer-----------------------------------------------------------------*/
#footer{
	margin: 0;
	padding: 0;
	width:781px;
	height:40px;
	background-image:url(/images/footer_bkgrnd.png);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:10px;
	color:#003366;
}
#footer a{
	color:#003366;
	text-decoration:none;
}
/*---------------------------------------------------Class Declarations------------------------------------------------------*/
.form_text{
	font-size:11px;
	color:#000033;
}
.bigred{
	font-size: 22px;
	color:#FF0000;
}
.contactus{
	color:#000033;
}
.prod_serv{
	margin: 15px 0 0 50px;
	padding:0;
	color:#000033;
	font-size:14px;
}
