/* 

STYLE SHEET FOR [GREAT PLAINS ORTHOPAEDICS] WEB SITE
Created by Name Bluespace Creative Inc.
www.bluespacecreative.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

/* --------- 1. defaults  --------- */
* {
		margin: 0;
		padding: 0;
		}

body {
	background-image: url(../images/gradiant.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		}
#gradside {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#gradside #gradLeft {
	float: left;
	background-image: url(../images/gradiantSide.jpg);
	background-repeat: repeat-y;
	height: 559px;
	width: 10px;
	margin-top: 29px;
}
#gradside #gradRight {
	float: right;
	background-image: url(../images/gradiantSideR.jpg);
	height: 559px;
	width: 10px;
	margin-top: 29px;
}

		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 760px;
	background-color: #FFF;
	margin-top: 23px;
	margin-right: auto;
	margin-left: auto;
	float: left;
		}
		
#masthead {
		}
#top #topLeft {
	float: left;
}
#top #topRight {
	float: right;
}
#topArea {
	height: 107px;
	width: 760px;
	background-color: #FFFFFF;
}
#rightBar {
	float: right;
	padding-right: 35px;
	text-align: right;
	padding-top: 32px;
}
#rightBar li {
	padding-top: 3px;
}
#rightBar li a {
	text-decoration: none;
}
#rightBar li a:hover {
	text-decoration: underline;
}		
#logo {
	padding-left: 20px;
	padding-top: 13px;
		}
#wmsir {
	padding-left: 80px;
}
	
#navContainer {
	height: 202px;
	width: 204px;
	background-image: url(../images/NavImg.jpg);
	background-color: #8A1315;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: right;
		}
#navContainer ul {
	padding-top: 15px;
	padding-right: 25px;
}
#navContainer li {
	padding-top: 5px;
}
#navContainer li a{
	color: #fff;
	text-decoration: none;
}
#navContainer li a:hover{
	text-decoration: underline;
}


#title {
	padding-top: 28px;
	padding-left: 54px;
	float: left;
}


#content {
	float: left;
	clear: left;
	padding-left: 203px;
	padding-top: 20px;
	width: 355px;
		}
#content ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 5px;
}

#mainImg {
	float: right;
}
#footer {
	clear: both;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 15px;
}

.separator {
		clear: both;
		height: 0;
		}
#table p, #table h3{
	padding-left: 5px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8A1315;
	padding-bottom: 15px;
}

/* ---------- 3. links and navigation ---------- */

a {
	color: #8A1315;
		}
		
a:hover {
		}

#navigation {
		}

#navigation a {
		}
h2 {
	font-size: 13px;
	color: #666;
	text-transform: uppercase;
	padding-bottom: 14px;
}
h3 {
	font-weight: bold;
	color: #8A1315;
	font-size: 12px;
	padding-top: 7px;
}



#navigation ul {
		}

#navigation li {
		}
		
/* ---------- 4. fonts ---------- */
ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  

