/* over all styles */

h1,h2,h3,h4,h5,h6,p,form,table,th,td,div,lable,hr{
	margin:0px;
	padding:0px;
}
textarea, p, li, td, th, div, h1, h2, h3{
	line-height: 120%;
}

h1{
	font-size: 1.2em; 
	font-weight: bold;
}
h2{
	font-size: 1.1em; 
	font-weight: bold; 
	margin-top: 20px; 
	margin-bottom: 10px;
}
h3{
	font-size: 1em; 
	font-weight: bold; 
	margin-top: 0px; 
	margin-bottom: 0px;
}
h4{
	font-size: 0.9em; 
	font-weight: bold; 
	margin-top: 0px; 
	margin-bottom: 0px;
}
p{
	margin-top: 10px; 
	font-size: 0.9em; 
}
ul {
	font-size: 0.9em; 
	/* 
	list-style-type:none; 
	*/
	padding:0px;
	margin:0px;
	padding-left:50px;
	padding-right:25px;
	padding-top:10px;
}
ul li {
	/* 
	background-image:url(images/bullet.gif); 
	background-position:0px 5px;
	background-repeat:no-repeat; 
	*/
	padding-left:10px;
}

hr {
	border:0px;
	height:1px;
	color:#000000;
	background-color:#000000;
	margin:5px 10px;
}

a:link, 
a:visited, 
a:hover, 
a:active {
	font-weight: bold;
	text-decoration: none; 
	color: #000000; 
}
a:hover {
	text-decoration: underline; 
	color: #646464;
}
p{
	margin-left:10px;
	margin-right:10px;

}

/* cascading style sheet for: intuitive-software-solutions.co.uk */

body {
	background-color:#000000;
	margin:0px;
	padding:0px;
	vertical-align:top;
	text-align:center;
	font: 0.9em normal normal arial, helvetica, sans-serif; 
}
div{
	margin:0px;
	padding:0px;
}

div.repeat{
	background:url(images/background-repeat.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#000000;
	width:1004px;
 	margin-left:auto;
	margin-right:auto;
}

div.background{
	text-align:center;
	background:url(images/intuitive-software-solution.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	width:1004px;
 	margin-left:auto;
	margin-right:auto;
}

div.header{
	text-align: right;
	padding-right:70px;
	padding-top:20px;
}
div.left-content,
div.left-nav{
	float:left;
	text-align:center;
	vertical-align:top;
	width:50%;
	
}
div.left-content{
	height:560px;
}

div.left-nav p,
div.left-nav a:link,
div.left-nav a:visited,
div.left-nav a:hover,
div.left-nav a:active{
	color: #d2d2d2; 
}

div.right-nav p,
div.right-nav a:link,
div.right-nav a:visited,
div.right-nav a:hover,
div.right-nav a:active{
	color: #000000; 
}


div.content,
div.right-nav{
	float:left;
	text-align:justify;
	width:50%;
	width:450px;
}
div.right-nav{
	text-align:right;
}
div.content h1,
div.content h2,
div.content h3,
div.content h4,
div.content h5{
	margin-left:10px;
	margin-right:10px;
}

div.footer{
	background-color:#000000;
	text-align:center;
	padding-top:20px;
	color: #646464; 
	font: 0.7em normal normal arial, helvetica, sans-serif;
}
div.clear{
	clear:both;
}

/* footer */
div.footer a:link,
div.footer a:visited,
div.footer a:hover,
div.footer a:active{
	text-decoration: none; 
	color: #646464; 
	font-weight: bold; 
}
div.footer a:hover{
	text-decoration: underline; 
}

/* form table */

table.form{
	margin:10px;
}

table.form td{
	text-align:left;
	vertical-align:top;
	height:22px;
}

table.form th{
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	height:22px;
	padding-right:2px;
}

table.form input,
table.form textarea{
	width:20em;
	border:1px solid #000000;
	margin:0px;
	padding:0px;
	padding-left:2px;
	font:0.9em normal normal arial, helvetica, sans-serif; 
}
table.form input{
	height:1.4em;
} 
table.form textarea{
	height:10em;
}

table.form td.submit{
	text-align:right;
	vertical-align:bottom;
	height:30px
}

table.form td.submit input{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}

