@charset "UTF-8";
/* CSS Document */

/*Master stylesheet for Dura Medic web site*/
/*Author WEBii.net 2009*/

/*Main Theme Structure*/

body {
	background: #901818;
	background-image: url(../images/page-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin: 0;
	padding: 0;
}

#wrapper {
	text-align: center;
	background: url(../images/bg_blue_top.jpg) top no-repeat;
	width: 90%;
	margin: auto;
}

#header {
 	margin: auto;
 	width: 815px;
	white-space: nowrap;
}

#middle {
	width: 894px;
	margin: auto;
	background-image: url(../images/bg_middle.jpg);
	background-repeat: repeat-y;
	background-position: top;
	min-height: 400px;
	overflow:auto; /* make pay attention to height of floats inside it */

}


#contentLeft {
 	float: left;
	width: 668px;
	background: white;
	padding: 10px 10px 0 15px;
	position: relative;
}

#contentRight {
	float:right;
	width: 173px;
	background: #798eac;
	padding: 10px;
	min-height: 200px;
	position: relative;

}

#tabs {
	float: left;
	width: 424px;
	text-align: left;
}

#nav {
	height: 28px;
	text-align: center;
	padding-top: 8px;
	/*padding-left: 150px;*/
}

#footer {
	background: white;
	height: 50px;
	width: 894px;
	margin: auto;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}


/*text and content styles*/

img#floatLeft {
	float:left;
	margin: 0;
	border: 0;
}


.menu:link, .menu:visited {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	list-style: circle;
	padding: 0 15px 2px 15px;
	text-decoration: none;
	background: url(../images/button_bg.gif) no-repeat left;
}

.menu:hover {
	color: #CC9900;
}

h1 {
	font-size: 1.4em;
	color: #003399;
}	

h2 {
	font-size: 1.2em;
	color: #333333;
}

a, a:visited {
	color: #003399;
	text-decoration:none;
}

a:hover {
	color: #901818;
	text-decoration:underline;
}

#addressright {
	float: right;
	width: 400px;
	text-align: left;
	margin-right: 100px;
}

#formwrapper {
	z-index: -999;
	width: 400px;
	float: left;
}

.listRight {
	font-size: 12px;
	color: #FFFFFF;
}

/*footer styles*/

.copyright, .copyright:link, .copyright:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.copyright:hover {
	text-decoration: none;
}












