body {
	font-family: Times New Roman, sans-serif;
	font-size:10pt;
	color:#1C1C1E;
	text-align:center;
	min-width: 1000px;
	max-width: 2500px;
	width: 100%;
	max-height: 1200;
	/*max-height: 900px;*/
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: fafafa;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}


/* the bodge for IE6 browsers */
* html .minwidth {border-left:1000px solid #fff; position:relative; float:left; z-index:1;}
* html .container {margin-left:-1000px; position:relative; float:left; z-index:2; text-align:left;}


#header {
	background: url(../images/Star-Header-Background.jpg) repeat-x;
	overflow: hidden;
	height: 200px;
	text-align: center;
	/*border-left: 1px solid black;
	border-right: 1px solid black;*/
}

p div{ 
	text-align:justify;
	margin:0;
	padding:0.5em 1em;
	width: 70%;
}

h1 {
	text-align: left;
	padding: 5px 0px 0px 12%;
	font-family: Georgia, Tahoma, Arial;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 2px;
	text-shadow: red 5px 5px 5px 5px;
	text-decoration: none;
	}
	
h2 {
	padding: 10px 0px 7px 0px;
	font-size: 18px;
	font-family: Arial;
	font-weight: normal;
    margin-left: auto;
    margin-right: auto;	
	}
	
h3 {
	padding: 0px 0px -5px 0px;
	font-size: 16px;
	text-decoration: underline;
}

#main {
	/*background: url(../images/Star-Medical-Logo-Background2.png) 50% 35%  no-repeat;*/
	min-height: 400px;
	float:left;
	width: 100%;
	}
	
#maincols{
	background: url(../images/Star-Medical-Logo-Background2.png) 50% 35%  no-repeat;
	min-height: 400px;
	float:left;
	width: 100%;
	max-width: 2500px;
	}

#left {
margin-right: 360px; /*Set right margin to RightColumnWidth*/
max-width: 2000px;
float: left;
padding: 0px 0px 0px 0px;
}

#right {
float: left;
width: 340px;
margin-left: -350px;
padding: 0px 0px 0px 0px;
/*position: absolute;
right: 10%;
top: 10px;
border-top: 1px solid green;
border-left: 1px solid green;
border-bottom: 1px solid green;
border-right: 1px solid green;*/
}

img.rightimg {
border: 1px solid black;
margin: 30px 0px 0px 20px;
}	
	
#text {
	font-family: Times New Roman, Trebuchet MS, sans-serif;
	font-size: 17.5px;
	/*min-width: 700px;
	max-width: 74%;*/
	text-align: justify;
    /*margin-left: auto;
    margin-right: auto;*/
	margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	background: url(../images/Star-Medical-Logo-Background2.png) 50% 35%  no-repeat;
	}

#textcols {
	font-family: Times New Roman, Trebuchet MS, sans-serif;
	font-size: 17.5px;
	float: none;
	width: 950px;
	text-align: justify;
	margin: 0 auto;
	background: none;
	border: 0px solid purple;
	}
	
td#productsmiddle {
border: 0px solid green;
width: 315px;
vertical-align: top;
/*margin: 0 303px 0 303px; Margins for content column. Set to "0  RightColumnWidth  0  LeftColumnWidth*/
}

td#productsleft {
border: 1px solid yellow;
float: left;
width: 303px; /*Width of left column in pixel*/
/*margin-left: -950px; *//*Set margin to that of -(MainContainerWidth)*/
}

td#productsright {
border: 1px solid brown;
float: left;
width: 303px; /*Width of right column*/
/*margin-left: -303px; *//*Set left margin to -(RightColumnWidth)*/
}

#heading {
padding: 10px 0 7px 0px;
}	
	

/*------ NAVIGATION ------*/
#menu {
	background: url(../images/Separator.jpg) repeat;
	height: 32px;
	width: 100%;
	/* color: #d9ebef; */
	overflow: hidden;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	/*border-left: 1px black solid;
	border-right: 1px black solid;*/
	}

	
ul#nav {
	margin: 0px 0px 0px 10%;
	padding: 0px 0px 0px 0px;
	list-style: circle;
	float: left;
	display: inline;
	font-size: 13px;
	/* list-style-image: url(../images/nav-divider.jpg); */
}

ul#nav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	color: #d9ebef;
	height: 32px;
	line-height: 32px;
	list-style: circle;
	list-style-type: none; /* list-style-image: url(../images/nav-divider.jpg); */
}

#nav li .double-line {
  line-height: 15px;
}

/* #nav ul {
	list-style: disc url(../images/nav-divider.jpg) inside;
	} */

ul#nav li a {
	display: block;
	font-family: Tahoma;
	font-weight: normal;
	font-size:16px;
	height: 32px; /* makes the whole height a link and not the text */
	width: 151px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #cccccc;
	font-weight: bold;
	background: url(../images/nav-bg.png) top left no-repeat;
	text-decoration: none;
	list-style: circle;
	/* list-style-image: url(../images/nav-divider.jpg); */
}

#nav li a:hover {
	color: #FFFFFF;
	background: url(../images/nav-bghover.png) top left no-repeat;
}

ul #nav li a:visited {
	color: RED;
}

/*
#menu ul #nav li:first {
	list-style: none;
}

#menu ul #nav li a:first {
	list-style: none;
}

#menu ul #nav li:last {
	list-style: none;
}

#menu ul #nav li a:last {
	list-style: none;
}


/*#nav #divider {
	background: url(../images/nav-divider.jpg) top left no-repeat;
	float: left;
	width: 3px;
	height: 52px;
} */

/*#productsright li {
 background:none;
 margin-top: 0px;
 list-style: none;
}

#productsleft li {
padding: 0px 0px 0px 0px;
list-style: none;
 background:none;
}
 
#productsmiddle li {
padding: 0px 0px 0px 0px;
list-style: none;
 background:none;
}*/

.mainpagepoints li {
padding: 0px 0px 0px 20px;
list-style: none;
}

#footer {
	clear: both;
	font-family: Arial;
	font-size: 14px;
	color: #cccccc;
	/*height: 52px;
	line-height: 52px;*/
	width: 100%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid black;
	text-align: center;
	vertical-align: middle;
	background: url(../images/Star-Medical-Equipment-Navigation.jpg) top center no-repeat;
	line-height: 80px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: url(../images/img7.jpg) repeat-x;
}

#footer a {
color: #FE453F;
}

#footer a:hover  {
	color: #037AF4;
	}

#footer a:hover visited {
	color: red;
}

/* contact page - form layout ----------------------------------------------------------------------------- */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 478px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 279px; 
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;
}

.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}
