﻿
body {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #333333;
	margin: 0 0 0 0;
} 
a:link,a:visited{color :Blue; text-decoration: none; font-size: 10px;}
a:hover{text-decoration:underline;}

h1{ font-size :14px;}
h2{ font-size :12px; margin-bottom :-10px;}

p { margin-bottom : 1px;}

.breadcrumbs{
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
}

ul {
	margin-right: 20px;
}    
 
#container {
    position: absolute;
    left: 50%;
    width: 900px;
    margin-left: -450px;  /*set to a negative number 1/2 of your width*/
	height: 580px;
	top: 20px;
	background-color: #FFFFFF;
}
/* Top line */
#row1 {
	position: absolute;
	width: 900px;
	height: 65px;
}
/* Lefthand Menu */
#column1 {
	position: absolute;
	height: 500px;
	width: 150px;
	top:65px;
	background: #E4E4E4;
}
/* Main Central Column */
#column2 {
	position: absolute;
	height: 500px;
	width: 420px;
	top: 65px;
	left: 150px;
	background-color: #FFFFFF;
}
#column2 h1 {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#column2 h2 {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#column2 h3 {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

#column2 p {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
#column2 table {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Righthand Column */
#column3 {
	position: absolute;
	height: 500px;
	width: 330px;
	top: 65px;
	left: 570px;
	float: right;
	background-color: #FFFFFF; 
}
#column3 h1 {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

#column3 p {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
#creditcardimg {
	position: absolute;
	top: 425px;
}

#TopRBox330x367 {
	height: 367px;
	width: 330px;
}
#BottomRBox330x133 {
	background: white;
	height: 133px;
	width: 330px;
}
#BottomRBox330x133 p, h2, h3 {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#BottomRBoxGrey {
	height: 133px;
	width: 330px;
	background-color: #F3F3F3;
	margin-top :1px;
}
#BottomRBoxGrey p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    

#PictureBox{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align:middle;
}
/* Footer 1 */
#row3 {
	position: absolute;
	font-family: Verdana;
	text-align: Left;
	font-size: 9pt;
	top: 565px;
	width: 900px;
	height: 15px;
	background: #F3F3F3;
}

/* Styles for Navigation */
#column1 ul {
	list-style-type: none ;
	width: 100%;
	margin: 0;
	padding: 0;
}
#column1 ul li {
	margin: 0 px;
}
#column1 ul li a{
	display: block ;
	padding: 2px 2px 2px 0.5em;
	border-left: 10px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #999999;
	background-color: #E4E4E4;
	color: #000040;
	text-decoration: none;
	width: 100%;
}
html>body #column1 ul li a{
	width: auto;
}  
#column1 ul li a:hover {
	border-left: 10px solid white;
	border-right: 1px solid white;
	background-color: white;
	color: navy}  
	
#column1 ul li a:visited {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#teamviewer{
	position: relative ;
	height: 60px;
	width: 234px;
	margin-left: 20px;
}
#teamviewertext{
    position:absolute ;
    top: 30.5px;
    left: 60px;
    cursor: pointer ;
    color:White; 
    font-family:Arial; 
    font-size:12px; 
    line-height:1.2em; 
    font-weight:bold; 
    text-align:center; 
    width:169px;
}
#contactbox{
	position: absolute;
    top:300px;
	height: 200px;
	width: 420px;
	background-color: #F3F3F3;
}
#botcentrepics{
	position: absolute;
    top:400px;
	height: 300px;
	width: 420px;
	background-color: #F3F3F3;
}
#teambox{
	position: absolute;
    top:367px;
	height: 133px;
	width: 330px;
	background-color: #F3F3F3;
}
#teambox p{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    
#pricelist
{
    text-align :right;
}
   

#pagenotfound {
    position: absolute;
    left: 50%;
    width: 900px;
    margin-left: -450px;  
	height: 580px;
	top: 20px;
	background-image: url('images/default.jpg');
}
#notfoundtext{
    position: absolute;
    top: 300px;
	left: 150px;
	width: 600px;
	height: 1000px;
	text-align:center ;
	color:White;
	font-size:large
}
#linktohome{
    position: absolute;
    top: 350px;
	left: 350px;
	width: 200px;
	height: 1000px;
	text-align:center ;
}
#linktohome a:link,a:visited{ color:Blue ; text-decoration:none; font-family:Verdana,sans-serif ; font-size:10px}

