/* CSS Document */

body {
font: 12px Arial, Helvetica, sans-serif;
margin:0px;
text-align:left;
}

#container {
width:1024px;
background-color:#FFFFFF;
margin: 0 auto;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
	padding: 0px 60px 0px 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#home-header {
width:1024px;
background-image:url(images/header_home.jpg);
background-repeat:no-repeat;
height:245px;
margin:0px;
padding:0px;
}

.call {
font-weight:bold;
font-size:18px;
padding: 130px 0px 0px 720px;
}

#sub_call {
font-weight:bold;
font-size:18px;
z-index:2;
position:absolute;
left:1080px;
top:235px;
float:right;


}

#left {
width: 227px;
float:left;
}

#left a {
color:#000000;
text-decoration:none;
}

#left a:visited {
color:#000000;
text-decoration:none;
}

#left a:HOVER {
color:#000000;
text-decoration:underline;
}

#left a:active {
color:#000000;
text-decoration:none;
}


/*NAVIGATION************************************/

#home {
background-image:url(images/nav_home.jpg);
background-repeat:no-repeat;
width:199px;
height:24px;
padding: 12px 0px 0px 28px;
}

#company {
background-image:url(images/nav_company.jpg);
background-repeat:no-repeat;
width:199px;
height:26px;
padding: 5px 0px 0px 28px;
}

#banners{
background-image:url(images/nav_banners.jpg);
background-repeat:no-repeat;
width:199px;
height:26px;
padding: 4px 0px 0px 28px;
}

#signs{
background-image:url(images/nav_signs.jpg);
background-repeat:no-repeat;
width:199px;
height:26px;
padding: 3px 0px 0px 28px;
}

#apartment{
background-image:url(images/nav_apartment.jpg);
background-repeat:no-repeat;
width:199px;
height:25px;
padding: 3px 0px 0px 28px;
}

#tradeshow{
background-image:url(images/nav_tradeshow.jpg);
background-repeat:no-repeat;
width:199px;
height:25px;
padding: 4px 0px 0px 28px;
}

#fleet{
background-image:url(images/nav_fleet.jpg);
background-repeat:no-repeat;
width:199px;
height:27px;
padding: 3px 0px 0px 28px;
}

#flags{
background-image:url(images/nav_flags.jpg);
background-repeat:no-repeat;
width:199px;
height:26px;
padding: 2px 0px 0px 28px;
}

#printing{
background-image:url(images/nav_printing.jpg);
background-repeat:no-repeat;
width:199px;
height:23px;
padding: 3px 0px 0px 28px;
}

#products{
background-image:url(images/nav_promotion.jpg);
background-repeat:no-repeat;
width:199px;
height:25px;
padding: 5px 0px 0px 28px;
}

#faq{
background-image:url(images/nav_faq.jpg);
background-repeat:no-repeat;
width:199px;
height:24px;
padding: 5px 0px 0px 28px;
}

#directions{
background-image:url(images/nav_directions.jpg);
background-repeat:no-repeat;
width:199px;
height:23px;
padding: 5px 0px 0px 28px;
}

#contact{
background-image:url(images/nav_ftp.jpg);
background-repeat:no-repeat;
width:199px;
height:64px;
padding: 4px 0px 0px 28px;
}

/*END NAVIGATION************************************/


#main {
float:right;
width: 797px;
background-image:url(images/bg_home_heading.jpg);
background-repeat:no-repeat;
}

#home-boxes {
background-image:url(images/boxes_home.jpg);
height:334px;
background-repeat:no-repeat;
}

#home_text {
padding: 65px 50px 0px 42px;
}

#signs_left {
padding:55px 0px 0px 155px;
width:225px;
color:#FFFFFF;
float:left;
line-height:25px;

}

#banners_right {
padding: 0px 0px 0px 500px;
width:300px;
color:#FFFFFF;
float:right;

}



#home-footer {
background-image:url(images/bg_home_footer.jpg);
background-repeat:no-repeat;
width:1024px;
height:71px;
float:left;
clear:left;
font-size:10px;
}

#home-footer ul {
list-style:none;
padding: 50px 0px 0px 10px;
margin:0px;
}

#home-footer li {
display:inline;
list-style-image:none;
padding: 5px;
}

#home-footer a {
color:#FFFFFF;
text-decoration:none;
}

#home-footer a:visited {
color:#FFFFFF;
text-decoration:none;
}

#home-footer a:HOVER {
color:#FFFFFF;
text-decoration:underline;
}

#home-footer a:active {
color:#FFFFFF;
text-decoration:none;
}


/*SUB PAGES***************************************************/

#sub-header {
width:1024px;
background-image:url(images/header_sub.jpg);
background-repeat:no-repeat;
height:245px;
margin:0px;
padding:0px;
}

#sub-header2 {
width:1024px;
background-image:url(images/header_sub2.jpg);
background-repeat:no-repeat;
height:245px;
margin:0px;
padding:0px;
}

#sub-main {
float:left;

background-image:url(images/bg_sub_content.jpg);
background-repeat:no-repeat;
float:left;
width:757px;
padding: 0px 20px 0px 20px;
}

#sub-main_contact {
float:left;
background-image:url(images/bg_content_contact.jpg);
background-repeat:no-repeat;
float:left;
width:757px;
padding: 0px 20px 0px 20px;
}


#sub-main2 {
background-image:url(images/bg_content.jpg);
background-repeat:no-repeat;
float:left;
width:757px;
padding: 0px 20px 0px 20px;



}

#sub-footer {
background-image:url(images/bg_sub_footer.jpg);
background-repeat:no-repeat;
width:1024px;
height:71px;
float:left;
clear:both;
font-size:10px;
}

#sub-footer ul {
list-style:none;
padding: 50px 0px 0px 10px;
margin:0px;
}

#sub-footer li {
display:inline;
list-style-image:none;
padding: 5px;
}

#sub-footer a {
color:#FFFFFF;
text-decoration:none;
}

#sub-footer a:visited {
color:#FFFFFF;
text-decoration:none;
}

#sub-footer a:HOVER {
color:#FFFFFF;
text-decoration:underline;
}

#sub-footer a:active {
color:#FFFFFF;
text-decoration:none;
}

h1 {
font-size:28px;
}

img {
border:none;
}



/*DIFFERENT HEADER IMAGES***************************************/

#banner-header {
background-image:url(images/header_bg_banners.jpg);
height:245px;
background-repeat:no-repeat;
}

#signs-header {
background-image:url(images/header_bg_signs.jpg);
height:245px;
background-repeat:no-repeat;
}

#flags-header {
background-image:url(images/header_bg_flags.jpg);
height:245px;
background-repeat:no-repeat;
}

#apartment-header {
background-image:url(images/header_bg_apartment.jpg);
height:245px;
background-repeat:no-repeat;
}

#tradeshow-header {
background-image:url(images/header_bg_tradeshow.jpg);
height:245px;
background-repeat:no-repeat;
}

#vf-header {
background-image:url(images/header_bg_vehicles_fleets.jpg);
height:245px;
background-repeat:no-repeat;
}

#printing-header {
background-image:url(images/header_bg_printing.jpg);
height:245px;
background-repeat:no-repeat;
}





#small_call {
padding: 190px 0px 0px 70px;
font-weight:bold;
font-size:14px;
color:#171799;

}

#small_callRED {
padding: 190px 0px 0px 70px;
font-weight:bold;
font-size:14px;
color:#990000;

}

.testimonials {
	width:195px;
    border: thin solid #FF0000;
	padding: 10px 10px 10px 10px;
	font-style:italic;
	float:left;
	clear:left;
	font-size:14px;
	line-height:22px;
	
	
	
}

.testimonials_name {
width:217px;
float:left;
clear:left;
padding: 10px 0px 0px 10px;
font-size:12px;
}

.callout {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	padding:10px 0px 10px 20px;
	background-image:url(images/star.jpg);
	background-repeat:no-repeat;
	background-position: 0px 10px;
	height:40px;
	
   
}

.ul {
padding:0px 0px 0px 0px;
margin:0px;
list-style-type:disc;
}

.ul li {
padding:0px 0px 0px 15px;
display:block;
background-image:url(images/bullet.jpg);
background-repeat:no-repeat;
background-position:0px 5px;

}

.rightimg {
float:right;
padding: 20px 250px 0px 0px;
}

.cc{
float:right;
padding: 20px 475px 0px 0px;
}

.style1 {
	font-size: 14px;
	font-weight: bold;
}

.btn_catalog {
padding: 0px 0px 10px 0px;
}

ul.glossary {
padding:0px;
margin:0px;
list-style:none;
}

li.glossary {
padding:5px;
list-style-image:none;
font-size:14px;
font-weight:bold;
display:inline;
}

#content {
padding:0px;


}

#thumbs {
z-index:2;
position:absolute;
left:550px;
top:20px;
}


.map {
float:right;
padding: 25px 10px 0px 5px;
}

.larger {
font-size:14px;
font-weight:bold;
color:#000000;
}
.larger a:link {color: #FF0000; text-decoration:underline}
.larger a:visited {color: #FF0000; text-decoration:underline}
.larger a:hover {color: #FF0000; text-decoration:underline}
.larger a:active {color: #FF0000; text-decoration:underline}

.portfoliored {
font-size:15px;
color:#FF0000;
}

.portfoliored a:link {color: #FF0000; text-decoration:underline}
.portfoliored a:visited {color: #FF0000; text-decoration:underline}
.portfoliored a:hover {color: #003366; text-decoration:underline}
.portfoliored a:active {color: #FF0000; text-decoration:underline}

.portfolioBLACK {
font-size:15px;
color:#000000;
}


.floatright {
float:right;
padding: 40px 100px 0px 0px;
margin:0px 0px 0px 400px;
z-index:2;
}

.collage {
float:right;
}