body{
	font-family: "Trebuchet MS", san-serif;
	background-color:#105638;
	}

body p{
	font-family: "Trebuchet MS";
	}

.header a{
	background-image:url('http://carrprinting.com/user/images/Global/default.png');
	background-repeat:no-repeat;
	background-size:90% ;
	display:block;
	width:100%;
	max-width:477px;
	height:60px;
	}

nav{
	width:40%;
	float:left;
	margin-bottom:55%;
	}

nav li{
	list-style:none;
	}

nav a{
	background-color:#084110;
	background-image: -webkit-linear-gradient(top, #1FA760, #126036); 
	background-image:    -moz-linear-gradient(top, #1FA760, #126036);
	background-image:     -ms-linear-gradient(top, #1FA760, #126036);
	background-image:      -o-linear-gradient(top, #1FA760, #126036);
	display:block;
	text-decoration:none;
	width:55%;
	max-width:80px;
	margin-top:10px;
	color:white;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:27px;
	padding-left:13px;
	position:relative;
	left:-10px;
	text-shadow: 2px 2px 4px #0A3724;
	font-size:20px;
	font-weight:bold;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	}

nav a:hover{
	background-image: -webkit-linear-gradient(top, #093020, #126036); 
	background-image:    -moz-linear-gradient(top, #093020, #126036);
	background-image:     -ms-linear-gradient(top, #093020, #126036);
	background-image:      -o-linear-gradient(top, #093020, #126036);
	}
	
nav .active{
	background-image: -webkit-linear-gradient(top, #0D4931, #126036); 
	background-image:    -moz-linear-gradient(top, #0D4931, #126036);
	background-image:     -ms-linear-gradient(top, #0D4931, #126036);
	background-image:      -o-linear-gradient(top, #0D4931, #126036);
	}

.content #click-to-call{
	width:55%;
	height:100px;
	float:right;
	margin-bottom:-3px;
	}

.content #click-to-call a{
	background-image:url('http://carrprinting.com/user/mobile/images/call.png');
	background-repeat:no-repeat;
	background-size:100%;
	height:115px;
	width:100%;
	max-width:211px;
	display:block;
	position:relative;
	}

.content #info{
	font-family: "Trebuchet MS";
	color:white;
	line-height:14px;
	font-size:14px;
	float:right;
	background-color:rd;
	width:60%;
	}

.content #info a{
	text-decoration: none;
	color:white;
	}

.content b{
	font-size:18px;
	}


.content-page p, .content-page li{
	color:white;
	font-size:14px;
	}

.content-page p b{
	font-size:17px;
	}
	
.content-page a{
	color:white;
	line-height:26px;
	font-size:16px;
	}
	
.content-page p b{
	line-height:24px;
	font-size:22px;
	}

.content #info #emp a{
	color:#B0B0B0;
	}

footer{
	position:relative;
	float:left;
	margin-top:25px;
	margin-left:-10px;
	background-color:#0A3724;
	width:95%;
	color:gray;
	text-align:center;
	border-top-right-radius:20px;
	font-size:12px;
	line-height:20px;
	}

footer a{
	color:gray;
	}
footer a:visited{
	color:gray;
	}