* {
	margin:0;
	padding:0;
	outline:0;
}
a {
	color:#0F75BC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:30px;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif !important;
	font-weight:bold;
	color:#0f75bc;
	margin-bottom:25px;
}
h2 {
}
.cl, .clear {
	font-size:0px;
	height:0px;
	line-height:0px;
	clear:both;
}
body {
	background:#0f75bc url(../images/bg-body.gif) repeat-x 0 0 !important;
	font-size:14px;
	font-weight:normal;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	color:#333333;
}
#wrap {
	width:875px;
}
#shell {
	margin-left:5px;
	padding-top:78px;
}
#logo {
	display:block;
	width:264px;
	height:70px;
	text-indent:-100000px;
	margin-left:40px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#content {
	/*height:600px;*/
	margin-top:-10px;
}

/*------------------Navigation-------------------*/

#nav {
	padding-top:20px !important;
	float:left !important;
	display:inline !important;
}
#nav li {
	list-style-type:none !important;
	margin-bottom:4px !important;
}
#nav li a {
	display:block !important;
	width:79px !important;
	height:35px !important;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	padding-right:44px !important;
	padding-top:14px !important;
	color:#fff;
	text-decoration:none;
}
#nav li a.active, 
#nav li a:hover {
	color:#000100;
}
/*
	If you want to add new buttons you have to make a two pictures.
	One for the normal button and one for the hover and active. Then
	in HTML code have to make a new <li><a> tags. Give id on the <a> tag. 
	Then repeat these things ::
		#nav li a#id-of-new-button {
			background:url(destination of the image where is normal button) no-repeat 0 0;
		}
		#nav li a#id-of-new-button.active, 
		#nav li a#id-of-new-button:hover {
			background:url(destination of the image where is hover button) no-repeat 0 0;
		}
*/
/*HOME BUTTON*/
#nav li a#button-home {
	background-image: url(../images/home-button.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav li a#button-home.active, 
#nav li a#button-home:hover {
	background:url(../images/home-active-button.gif) no-repeat 0 0 !important;
}

/*LEADWISE BUTTON*/
#nav li a#button-leadwise {
	background:url(../images/leadwise-button.gif) no-repeat 0 0 !important;
}
#nav li a#button-leadwise.active, 
#nav li a#button-leadwise:hover {
	background:url(../images/leadwise-active-button.gif) no-repeat 0 0 !important;
}

/*ABOUT BUTTON*/
#nav li a#button-about {
	background:url(../images/about-button.gif) no-repeat 0 0 !important;
}
#nav li a#button-about.active, 
#nav li a#button-about:hover {
	background:url(../images/about-active-button.gif) no-repeat 0 0 !important;
}

/*CONTACT BUTTON*/
#nav li a#button-contact {
	background:url(../images/contact-button.gif) no-repeat 0 0 !important;
}
#nav li a#button-contact.active, 
#nav li a#button-contact:hover {
	background:url(../images/contact-active-button.gif) no-repeat 0 0 !important;
}

/*EXAMPLE BUTTON*/
#nav li a#button-example {
	background:url(../images/example-button.gif) no-repeat 0 0 !important;
}
#nav li a#button-example.active, 
#nav li a#button-example:hover {
	background:url(../images/example-button-active.gif) no-repeat 0 0 !important;
}

/*----------------End Navigation-----------------*/

/*-------------------Paper-----------------------*/
#paper {
	width:675px !important;
	/*height:400px;*/
	float:left;
	display:inline !important;
	margin-left:-3px !important;
}
#paper .top {
	height:12px !important;
	font-size:0;
	
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/paper-top.png', sizingMethod='scale');
	background-image: url(../images/paper-top.png) !important;
	background-repeat: no-repeat !important;
	background-position: left top !important;
}
#paper .content {
	min-height:400px;















	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/paper-content.png', sizingMethod='scale') !important;
	padding-bottom:90px;
	background-image: url(../images/paper-content.png) !important;
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 16px;
	padding-right: 80px;
	padding-left: 25px;
}
#paper .content p {
	line-height:20px;
	margin-bottom:20px;
}
#paper .footer {
	background:url(../images/footer.png) no-repeat bottom left !important;



	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footer.png', sizingMethod='image');
	height:52px !important;
	font-size:10px;
	color:#333333;
	padding-left:20px !important;
	padding-top:27px !important;
	padding-right:152px !important;
}
#paper .footer div {
	border-top: solid 1px #87badd !important;
	padding-top:10px !important;
	padding-left:5px !important;
}
/*-----------------End Paper---------------------*/

