/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: white;
	background-color: #d0d3d9;
	background-image: url(../images/mai/background.gif);
	background-repeat: repeat-x;
	margin-top: 22px;
	margin-left: 15px;
	margin-right: 15px;	
}

/* basic divs */

#outer_wrapper {
	background-image: url(../images/mai/shadow.gif);
	background-repeat: repeat-y;
	background-position: right;
	}

#wrapper {
	margin-right: 2px;
	}
	
#header {
	height: 93px;
	width: 100%;
	background-image: url(../images/hea/headerbac.jpg);
	background-repeat: no-repeat; 
	background-position: right;
	background-color: #0c44a0;
	border-top:1px solid #562020;
	border-left: 1px solid #562020;
	border-right: 1px solid #562020;
	}

#prastel_logo {
	position: relative;
	left: 20px;
	top: 15px;
}

#mainpage {
	width: 100%;
	background-color: #013068;
	background-image: url(../images/mai/watermark.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	border-top: solid 1px white;
	border-left: 1px solid #562020;
	border-right: 1px solid #562020;
	min-height:460px;
	padding-bottom: 1px;
	}
	
	/* for Internet Explorer */
* html #mainpage{
	height: 460px;
}

#prodmainpage {
	width: 100%;
	background-color: #013068;
	position: relative;
	border-top: solid 1px white;
	border-left: 1px solid #562020;
	border-right: 1px solid #562020;
	min-height:460px;
	border-bottom: 1px solid #013068;
	}

* html #prodmainpage{
	height: 460px;
}	
	
#navigation {
	position: relative;
	width: 100%;
	height:25px;
	background-color: #013068;
	border-top: solid 1px white;
	border-left: 1px solid #562020;
	border-right: 1px solid #562020;	
}

#navigation ul {
	list-style: none;
	margin-top: 0px;
	
}

#navigation li {
	float: left;
	margin-right: 10px;
	padding-top: 2px;	
}

/* within the navigation div - these control how links will look */

#navigation li a:link, #navigation li a:visited {
	background-image: url(../images/mai/button_off.gif);
	background-repeat:  no-repeat;
	width: 111px;
	height: 19px;
	color: black;
	text-decoration: none;
	padding-top: 2px;
	margin-top: 1px;
	font-size: 12px;
	font-weight: bold;
	text-align:  center;
	display: block;
}

#navigation li a:hover {
	background-image: url(../images/mai/button_on.gif);
	background-repeat:  no-repeat;
	color: #195cda;
}

#sub_nav {
	position: absolute;
	width: 220px;
	top: 0px;
	right:0px;
	text-align: center;
	
}

#sub_nav ul {
	margin-top: 0px;
}

#sub_nav li {
	float: left;
	margin-right: 10px;
	list-style: none;
}
		
#sub_nav li a:link, #sub_nav li a:visited {
	background-image: url(../images/mai/prodbutton_off.gif);
	background-repeat:  no-repeat;
	width: 149px;
	height: 23px;
	color: black;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	margin-top: 1px;
	font-size: 10px;
	font-weight: bold;
	text-align:  center;
}

#sub_nav li a:hover {
	background-image: url(../images/mai/prodbutton_on.gif);
	background-repeat:  no-repeat;
	color: #195cda;
}
		
		
#maincontent {
	margin-top: 23px;
	margin-left: 20px;
	padding: 30px 20px 30px 0px;
	width: 75%;
	text-align: left;
	line-height: 20px;
	border-bottom: 1px solid #ffa453; 
	margin-bottom: 40px;
}
	
#keypad {
	position: relative;
	left: 50px;
	bottom: 0px;
	
}

#square {
	position: absolute;
	bottom: 60px;
	right: 20px;
}
#address {
	position: absolute;
	right: 1px;
	bottom: 0px;
	
}
.photos {
	float: left;
	margin: 2px 5px 0px 0px;
	border: 1px solid #2a407b;
}
#footer{
	height: 15px;
	width: 100%;
	background-color: #013068;
	border-left: 1px solid #562020;
	border-right: 1px solid #562020;
	border-bottom: 1px solid #562020;
}

#seo {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	font-size: 8px;
	color: #023169;
}

#info {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	font-size: 8px;
	text-align: right;
	color: #023169;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
	background-color:  #013068;
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	color: #fa7500;
	font-size: 12px;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-weight: normal;
	color: #fa7500;
	font-size: 10px;
}

h4 {
	font-weight: bold; 
	color: white;
	font-size: 11px;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

h5 {
	
}

h6 {
	
}

p {
	
}

#info a:link, #info a:visited {
	color: #13542e;
}

#info a:hover {
	color: #fa7500;
}

 a:link,  a:visited {
	color: white;
}

 a:hover {
	color: #fa7500;
}
a:active {
	
}

input {
	border: 1px solid black;
	background-color: white;
}
