/*
body {
	background: #FFFFFF url(images/nosyfy_page_bg.jpg) repeat-x left top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
*/

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #CF3822;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.33em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1.67em;
	font-weight: bold;
}

h3.sidebar {
	margin-bottom: 2em;
	font-size: 1.67em;
	font-weight: bold;
}

h4 {
	margin-bottom: .5em;
	font-size: 1.33em;
	font-weight: bold;
}

h5 {
	font-size: 1.15em;
	color: #0E5D23;
	font-weight: bold;
}

p, ol, ul {
	line-height: 115%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

div.hr {
	height: 1px;
	background: url(images/hr.html) no-repeat center;
}

div.hr hr {
	display: none;
}


table {
	padding-left:330px;

}

td.padded0 {
	padding-right:15px;
	vertical-align: middle;
}

td.padded1 {
	padding-top:0px;
	padding-right:25px;
	line-height: 125%;
}

td.padded2 {
	padding-top:0px;
	padding-right:30px;
	line-height: 125%;
}

td.padded-services {
	padding-top:0px;
	padding-right:15px;
	vertical-align: text-top;
	color: #717171;
}

td.padded3 {
	padding-top:0px;
	padding-right:15px;
	vertical-align: text-top;
}

a {
	color: #951300;
	text-decoration: none;}

a:hover {
	text-decoration: none;
	color: #FF5134;
}

img {
	border: none;
}

/* Page */

#page {
	width: 900px;
	background: #FFFFFF url(images/nosyfy_site_bg.jpg) no-repeat;
	background-position: 50% 0%;
	margin: 0 auto;
	padding: 0 auto;
	display:block;
}

#line {
	width: 900px;
	background: #FFFFFF url(images/nosyfy_horiz_line.jpg) no-repeat;
	background-attachment: fixed;
	background-position: 50% 0%;
	margin: 0 auto;
	padding: 0 auto;
	display:block;
}

/* Content */

/*
#content {
	margin: 0;
	background-position: top left;
}
*/

a:link
{
	color: #ff0000;
	text-decoration: none;
}

a:visited
{
	color: #ff6666;
	text-decoration: none;
}

a:active
{
	color: #ff0000;
	text-decoration: none;
}

a:hover
{
	color: #cc0000;
	text-decoration: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.pagetitle {
	margin-bottom: 1em;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img02.html) repeat-x left top;
	color: #B85212;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a.1 {
	background: #E8922B;
	padding: 1px 4px;
	border-right: 2px solid #B24100;
	border-bottom: 1px solid #B24100;
	text-decoration: none;
	color: #FFFFFF;
}

#footer a.2 {
	text-decoration: none;
	color: #B85212;
}

/* START EDIT CSS */

body {
	background: #FFFFFF url(images/bg.jpg);
	background-repeat:repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color:#333333;
	margin:0; 
	padding:0;
	text-align:center; 
}

div#container {
	width:900px;
	margin-left:auto;
 	 margin-right:auto;
	text-align:left;
}
div#mainContent {
	float:left;
	background: #FFFFFF url(images/nosyfy_site_bg.jpg);
	background-repeat:no-repeat;
	width: 900px;
	min-height:400px;
}
div#content {
	width:465px;
	float:right;
	margin: 50px 80px 0 0;
}

div#dot {
	width:80%;
    height: 1px;
    background: url(images/dot_hr.jpg);
    background-repeat:repeat-x;
    margin-bottom:15px;
}

div#download ul {
   	float:left;
   	width:100%;
   	margin_left:0;
   	padding-left:0;
   	list-style:none;
}
 
div#download li {
   	float:left;
   	margin:0 15px 0 0;
  	padding:0;
}

div#download img {
	vertical-align:bottom;
}

div#social {
	width:100%;
	float:left;
}

diV#social .social_bookmark{
	margin-left:320px;
}

div#social img {
	vertical-align:bottom;
	padding-left:10px;
}

div#social a {
	color:#333333;
}

/*END EDIT CSS */