@charset "utf-8";

/* 	THIS IS THE CSS FILE FOR WWW.COSPRINTERS.COM 

	The website was developed by Rachit Dayal of Happy Marketer, Singapore. 
	Learn more about our web design, SEO, PPC, Online marketing & training services
	at www.HappyMarketer.com
	
	The point of CSS is to learn and do more, so feel free to use
	any elements from this CSS structure. I've learnt how to code
	this by observing the work of other awesome web designers.
*/






/* GLOBAL DECLARATIONS */

* {
	padding: 0px;
	margin: 0px;
}

body {
	text-align:center;
	min-height:101%;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;


}

p {
	margin-bottom: 20px;
	line-height: 28px;
}

.content p {
	color: #333;
	font-size:12px;
	line-height: 21px;
	margin-bottom:20px;
	font-family: Tahoma, Geneva, sans-serif;
}

.content li {
	color: #333;
	font-size:12px;
	line-height: 21px;
	margin-bottom:20px;
	font-family: Tahoma, Geneva, sans-serif;
}

.content a {
	font-size:12px;
	line-height: 17px;
}


.content h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color: #9A0101;
	margin-bottom: 10px;
	letter-spacing:-0.1px;
	line-height:25px;
}

.content h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color: #9A0101;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height:20px;
}

/* TOP SECTION - BRANDING, LOGO ETC */

.companyname {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bolder;
	margin-top: 5px;
}

.companyname a, .companyname a:hover, .companyname a:link, .companyname a:visited {
	text-decoration: none;
	color: #09F;
}

.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: -7px;



}




/* RIGHT SIDEBAR - SECONDARY NAVIGATION ETC */

.sidenav {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	margin-left: 20px;
	list-style-type: none;
	margin-top: 30px;
}

.sidenav h3 {
	font-size: 14px;
	margin-top: 18px;
	margin-bottom: 5px;
	font-weight: bold;
	background-position: center;


}

.sidenav li {
	font-size: 13px;
	list-style-type: none;
	font-weight: normal;
	color: #003399;
	margin-left: 15px;
	margin-bottom: 5px;




}

.sidenav li li {
	font-size: 13px;
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: normal;
	margin-left: 24px;
}

.sidenav ul {
	margin-bottom: 25px;
}

.sidenav a, .sidenav a:link, .sidenav a:visited {
	text-decoration: none;
	color: #3A475C;
}

.sidenav a:hover {
	text-decoration: underline;
	color: #1E3767;
}

/* CONTENT SECTION */

.content {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #161616;
	line-height: 35px;
	margin: 20px;
	font-weight: normal;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 15px;


}

.content a, .content a:link, .content a:hover, .content a:visited {
	text-decoration: underline;
	color: #003366;
}

.footer {
	font-family: "Lucida Sans", "Arial", sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #001C47;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
}

.footer a, .footer a:visited, .footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
	padding: 5px;

}


.credits a, .credits a:link, .credits a:visited {
	text-decoration: none;
	color: #999999;
}


.contact_intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	line-height: 120%;
}

.contact_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	line-height: 120%;
}

.contact_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
	line-height: 120%;
}

.contact_email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}

.content li {
	margin-left: 35px;
}
