
body {	
	background-color:#ccc;
	background-repeat:repeat-x;
	background-image: url(images/bg.gif);
	background-repeat:repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: .9em;	
	line-height: 2em;	
	color: #666;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	}


/*layout boxes*/
	
#container { 
	width: 960px; 
	background-color:#FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:1px solid #999;
} 

#topbox {
	text-align: left;
	width:100%;
	margin: 0;
	height:110px;
	
}

#logo{
	margin:10px 10px 0px 50px;
}

.fat{
	font-weight:bold;
	font:"Century Gothic", "Twentieth Century", "Tw Cen MT";
	
}
#navbar{
	float:right;
	height:25px;
	margin:58px 120px 0px 0px;
	color:#CCC;
	font-size:12px;
	font-weight:bold;
}
#navbar ul{
	list-style:none;
	margin:0px 0px 0px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#navbar li{
	display:inline;
	margin:0px 30px 0px 0px;
	font-weight:bold;
	
}

#navbar a:link, #navbar a:visited {
	color: #fff;
	text-decoration: none;
}
#navbar a:hover {
	color:#88D9FF;
	text-decoration: none;
}

#sidebar {
	float:right;
	width:280px;
	margin:10px 0px 20px 0px;
	padding:0;
	font-size:.8em;
	line-height:1.2em;
}
#sidebar2 {
	float:right;
	width:330px;
	margin:0px 0px 20px 40px;
	padding:0;
	
}
#sidebar img{
	margin:10px 0px 0px 0px;
}

#contentbox{
	width:860px;
	margin: 0px 20px 20px 50px;
	padding:0px 0px 0px 0px;
	
}
#contentbox ul{
	list-style:inside;
	list-style-type:disc;
}
#contentbox li{
	list-style:inside;
	list-style-type:disc;
}


#tech ul{
	list-style-type:disc;
	
}

#tech li{
	list-style-type:disc;
	
}

/*features and benefits component*/
#hbfb{
	position:relative;
	display:block;
	width:860px;
	height:420px;
	position:relative;
	background-image:url(featimg/hbfb.jpg);
	background-repeat:no-repeat;
	
}
#hbfb img{
	border:0;
}
#hbfb h3{
	font-size:12px;
	font-weight:bold;
	color:#203d6c;
	line-height:18px;
	margin:0;
}
#hbfb p{
	font-size:12px;
	font-weight:normal;
	color:#203d6c;
	line-height:18px;
	margin:0;
}
#ft1{
    position:absolute;
	top:100px;
	left:300px;
	z-index:1;
	
}
#feat1{
	display:none; 
    position:absolute; 
    left:50px; 
    top:50px; 
	width:240px;
    border: 2px dotted #203d6c; 
	background-image:url(featimg/ftbg.png);
    padding: 5px;
	z-index:2;

}

#ft2{
    position:absolute; 
	top:80px;
	left:480px;
	z-index:1;
		
}
#feat2{
	display:none; 
    position:absolute; 
    left:360px; 
    top:140px; 
	width:240px;
    border: 2px dotted #203d6c; 
	background-image:url(featimg/ftbg.png);
    padding: 5px;
	z-index:2;
}
#ft3{
	position:absolute; 
	top:100px;
	left:700px;
	z-index:1;
				
}
#feat3{
	display:none; 
    position:absolute; 
    left:360px; 
    top:140px; 
	width:240px;
    border: 2px dotted #203d6c; 
	background-image:url(featimg/ftbg.png);
    padding: 5px;
	z-index:2;
}

#ft4{
	position:absolute; 
	top:220px;
	left:330px;
	z-index:1;
		
}
#feat4{
	display:none; 
    position:absolute; 
    left:60px; 
    top:180px; 
	width:240px;
    border: 2px dotted #203d6c; 
	background-image:url(featimg/ftbg.png);
    padding: 5px;
	z-index:2;
}


#ft5{
	position:absolute; 
	top:180px;
	left:520px;
	z-index:1;
}
#feat5{
	display:none; 
    position:absolute; 
    left:360px; 
    top:240px; 
	width:240px;
    border: 2px dotted #203d6c; 
	background-image:url(featimg/ftbg.png);
    padding: 5px;
	z-index:2;
}
#ft6{
	position:absolute; 
	top:260px;
	left:650px;
	z-index:1;
}
#feat6{
	display:none; 
    position:absolute; 
    left:360px; 
    top:240px; 
	width:240px;
    border: 2px dotted #203d6c; 
	background-image:url(featimg/ftbg.png);
    padding: 5px;
	z-index:2;
}
/*end features and benefits component*/
#feature{
	width:560px;
	height:500px;
	background-image:url(images/featbg.png);
	background-repeat:no-repeat;
	margin:20px 20px 0px 0px;
	padding:30px;
}
#feature p{
	margin-right:60px;
	
	
}
#feature ul{
	margin:10px 0px 0px 0px;
	font-size:1.2em;	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#feature li{
	margin:0px;
	
}

#smartw{
	width:540px;
	margin:0px 30px 30px 0px;
	padding:30px;

}
#smartw p{
	line-height:1.2em;
	
}

#butt{
	margin:20px 30px 2px 160px;
	
}
#butt a:link, #butt a:visited{
	float:left;
	display:block;
	width:140px;
	height:32px;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding:5px 0px;
	overflow:hidden;
	background-image:url(images/buttbg.png);
	background-repeat:no-repeat;
}
#butt a:hover{
	float:left;
	display:block;
	width:140px;
	height:32px;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px 0px;
	overflow:hidden;
	background-image:url(images/buttbg.png);
	background-repeat:no-repeat;
	background-position: 0px -45px;
}


ul#continents {
list-style: none;
background: url(images/map.gif) no-repeat 0 0;
position: relative;
width: 800px;
height: 400px;
margin: 10px 30px;
padding: 0;
}

ul#continents li{
	list-style:none;
	position: absolute;
}
#ukire {
width:90px;
height:30px;
top:58px;
left: 266px;
}
#euro {
width:190px;
height:115px;
top: 77px;
left:320px;
}


#saf {
width:110px;
height:60px;
top:270px;
left:355px;
}

#aus {
width:120px;
height:90px;
top:255px;
left:610px;
}

#uscan{
width:229px;
height:130px;
top: 24px;
left: 10px;
}
#rus{
width:126px;
height:85px;
top: 36px;
left: 475px;	
	}
#asia{
width:220px;
height:145px;
top: 110px;
left: 520px;	
	}
#sam{
width:190px;
height:240px;
top: 150px;
left: 70px;	
	}
ul#continents li a{
  display: block;
  height: 100%;
  text-indent: -9000px;
}

ul#continents li a:hover {
background: url(images/map.gif) no-repeat 0 0;
}
 
ul#continents li#ukire a:hover {
background-position: -266px -456px;
}
ul#continents li#euro a:hover {
background-position: -320px -475px;
}
ul#continents li#saf a:hover {
background-position: -355px -668px;
}

ul#continents li#aus a:hover {
background-position: -610px -653px;

}
ul#continents li#uscan a:hover {
background-position: -10px -422px;
}

ul#continents li#rus a:hover {
background-position: -475px -434px;
}

ul#continents li#asia a:hover {
background-position: -520px -508px;
}
ul#continents li#sam a:hover {
background-position: -70px -548px;
}


#cadfeat{
	width:560px;
	height:500px;
	background-image:url(images/featbg.png);
	background-repeat:no-repeat;
	margin:20px 20px 0px 0px;
	padding:30px;
}
#cadfeat p{
	margin-right:60px;
	
	
}
#cadfeat ul{
	margin:10px 0px 0px 0px;
	font-size:1.2em;	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#cadfeat li{
	list-style-position:inside;
	margin:0px;
	
}
#users{
	width:100%;
	height:300px;	
	margin:0px 20px 20px 40px;
}
.clients{
	float:left;
	width:230px;
	height:250px;
	margin:0px;
}

.clients ul{
	margin:0px;
	}
.clients li{
	margin:0px;
	}

)

.dist{
	width:380px;
	height:50px;
	margin:0px 0px px 0px;
}

/*download page stuff*/
#dloadbox{
	width:560px;
	height:2600px;
	background-repeat:no-repeat;
	margin:20px 0px 0px 0px;
}
#dloadbox p{
	
	font-size:1em;
	margin:10px 20px 0px 0px;
}

.thumbsrt{
	float:right;
	width:250px;
	margin:0px 10px 0px 0px;
	
}

.dlport{
	width:240px;
	height:100px;
	margin:10px 0px 10px 0px;
}
.dlport p{
	margin:0px 0px 0px 10px;
	
}

.dllnd{
	width:320px;
	height:110px;
	margin:10px 0px 10px 0px;
}
.dllnd p{
	margin:0px 0px 0px 10px;
	
}
.dlflt{
	float:left;
	margin:0px 10px 0px 0px;
}

#gall1{
	float:left;
	margin:30px 0px 0px 0px;
	
	
}
#footer{
	width:100%;
	height:100px;
	margin:10px 0px 0px 0px;
	font-size:.7em;
	color:#fff;
	
}
.footbox{
	float:left;
	width: 300px;	
	height:80px;
	margin:0px 10px 0px 0px;
	padding: 10px 20px 10px 10px;
}

/* general text styles*/	

h1 {
	color: #666;
	font-size:1.5em;
	margin:10px 0px 0px 0px;
	}

h2 {
	color: #999;
	font-size:1.6em;
	margin:20px 0px 0px 0px;
	}
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.1em;	 	
	color: #CCC;
	}
h4 {
	color: #000000;
	}
	
p {
	font-size:1.1em;
	line-height:1.1em;
	color:#666;
	margin:10px 0px 0px 0px;
}


a:link, a:visited {
	color: #2B9A9F;
	text-decoration: none;
}
a:hover {
	color:#7CD6D3;
	text-decoration: none;
}

ul{
 margin:0px;
	list-style: outside;
	text-align:left;
	
	
}
li{
	margin:0px;
	list-style-position:outside;
	list-style-type:disc;
	
}


/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}


.fltlft { 
	float: left;
}

.cadflsh { 
	float: left;
	margin:0px 20px 0px 0px;
}
.clearfloat { 
	clear:both;
    height:0;
   font-size: 1px;
   line-height: 0px;
}

/*****stuff for contact form******/

#ukoff{
	float:right;
	width:360px;
	margin:30px 60px 30px 30px;
}
#ukoff p{
	margin-right:20px;
	
	
}
#ukoff ul{
	margin:10px 0px 0px 0px;
	font-size:14px;	
	text-align: left; 
}
#ukoff li{
	list-style-type:none;
	margin:0px;
	line-height:18px;
	
}



#enq{
	float:left;
	width:340px;
margin:20px 20px 20px 30px;
}
#enq p{
	font-size:12px;
	line-height:15px;margin:5px;
	
}
label{
float: left;
width: 180px;
}

input, textarea{
width: 280px;
margin-bottom: 5px;
}

textarea{
height: 100px;
}



#submitbutton{
margin-left: 100px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

/*****stuff for contact pages******/
.thanks{
	width:100%;
	height:300px;
	background-image: url(rat-tuftold/graphics/rizhnd100.png);
	background-position:bottom right ;
	background-repeat:no-repeat;
	
}
.hello{
width:300px;
	font-size:.9em;
	margin:0px 0px 20px 10px;


}
