/*****Reset*****/
* { padding: 0; margin: 0; }


/*****Basic Elements*****/
body {
 font-family: Arial, Helvetica, sans-serif;
 font-family: verdana;
 font-size: 13px;
 color: #aeaeae;
 background-color:#69a6ff;
 background-image: url(http://www.nexneuro.com/images/bg-6.jpg);
 background-repeat: repeat-x;
}

a {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color:#666666;
 text-decoration:none;
 }
 
 .link {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color:#2846c6;
 text-decoration:underline;
 }
 
h1{
 color: #2B3C98;
 font-size: 18px;
 margin-bottom:10px;
 margin-top:10px;
 }
 
h2 {
	font-size: 13px;
	font-weight:normal;
	color: #1F75C4;
	text-align: left;
	margin-top:10px;
	margin-bottom:10px;
}

h3 {
 font-size: 18px;
 color: #2B3C98;
 text-align:center;
 margin-bottom:10px;
 margin-top:10px;
}

p{
	margin: 10px 0 10px 0;
	text-align:justify;
}

p.leftjustify{
	text-align: left;
}
 
/*****Generic Classes*****/
.clear{
	clear: both;
}


.rounded_top{
 background-image:URL(../../images/top_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:15px;
}

.rounded_box{
 float:left;
 background-color:#ffffff;
 width:900px;
}

.rounded_bottom{
 background-image:URL(../../images/bottom_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:15px;
 clear:both;
}

.homelink{
 cursor:pointer;
 width:250px;
 height:120px;
 float:left;
}

.about_image{
 background-image:URL(../../images/about_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:150px;
}

.knowledge_image{
 background-image:URL(../../images/knowledge_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:150px;
}

.technology_image{
 background-image:URL(../../images/technology_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:150px;
}

.relief_image{
 background-image:URL(../../images/relief_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:150px;
}

.testimonials_image{
 background-image:URL(../../images/testimonials_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:150px;
}

.contact_image{
 background-image:URL(../../images/contact_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:150px;
}

.parkinsons_image{
 background-image:URL(../../images/pd_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:150px;
}

.olavskille_image{
 background-image:URL(../../images/olavskille_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:150px;
}

.advisory_image{
 background-image:URL(../../images/advisory_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:150px;
}

.sales_agent_image{
 background-image:URL(../../images/sales_agent_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:150px;
}

/*****Wrapper*****/
#wrapper { 
 margin: 0 auto;
 width: 900px;
}

/*****Header*****/
#header {
 background-image:URL(../../images/nexneurocare_top_logo.png);
 background-repeat:no-repeat;
 color: #333;
 height:125px;
 width: 900px;
}

#header .headerbuttons{
	width:460px;
	padding:90px 0px 0px 175px;
	float:left;
}

/*****Content*****/
#leftcolumn{
 background: #ffffff;
 float: left;
 padding-left: 35px;
 margin: 10px 0px 0px 0px;
 width: 250px;
}

#rightcolumn { 
 float: left;
 color: #333;
 background: #ffffff;
 margin: 10px 0px 0px 0px;
 width: 615px;
}

#right_content{
	margin: 0px 20px 0px 20px;
	padding:10px;
	text-align: justify;
}

#right_content2{
	background-image:url(/images/technology-image-bg.jpg); background-repeat:no-repeat;
	margin: 0px 20px 0px 20px;
	padding:10px;
	text-align: justify;
}

#right_content .text{
 color:#333333;
 font-family: Arial, Helvetica, sans-serif;
 text-align:justify;
}


#right_content a{
 color:#2846c6;
 font:13px verdana;
 text-decoration:none;
}

#right_content a:hover{
 color:#ff0000;
 text-decoration:underline;
}

#right_content li{
padding-left:20px;
list-style-position: inside;
}

/*****Footer*****/
#footer { 
 width: 900px;
 clear: both;
 color: #333333;
 padding:15px 0 15px 0;
}

#footer ul{

}

#footer li { 
 display: inline; 
 padding-right: 10px; 
}

#footer a:link, a:visited, a:active, a:hover { 
 color:#ffffff;
 display: inline; 
 text-decoration: none;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 11px;
 font-style: normal;
}

/*****Etc*****/

/*****Classes for the about/faq.php page*******/
.QASections{
 padding:3px 10px 3px 0;
 font:12px verdana;
}

.QAtitle{
	font-size:20px;
	font-weight:bold;
	color: #036;
}

.question{
 padding:1px 0px 2px 10px;
 font-size:16px;
 color:#087bc6;
}

.answer{
 padding: 0 40px 0 20px;
 margin:-10px 0 0 0;
}

/***Classes for the contact/index.php*****/
.address{
	color:#036;
	font:14px verdana bold; 
}


.text-quote {
	font-family: "Times New Roman", Times, serif;
	color:#333333;
 	text-align:center;
	font-style:italic;
}

/* this is for the techonology/ products pages */
.productfeaturesBox{
	float: left;
	width: 550px;
	margin-bottom:20px;
}

.productfeaturesBox ul {
	margin:0;
	padding:0
}

.productfeaturesBox li {
	font-size:11px;
	text-align:left;
}

.productSpecsBox{
	float: left;
	width: 250px;
	height: 200px;	
}

.productSpecsBox ul {
	margin:0;
	padding:0
}

.productSpecsBox li {
	font-size:11px;
	text-align:left;
}


.itemPics{
	float: left;
	margin-left: 20px;		
}
/* ----- */

#purchase_now_button {
	margin-top:20px;
	margin-bottom:20px;
}

#software-images {
	margin-top:20px;
	margin-bottom:20px;
}

#icons {
	margin-top:20px;
	margin-bottom:20px;
}

#research-page {
 	margin-bottom:35px;
	border-bottom: solid #CCCCCC;
border-bottom-width: 1px;

}

