/*
*** Styles for all elements ***
*/
html {
	margin: 0px;
	padding: 0px;
	height: 101%;
}

body {
	background-image: url('../images/background-bar.png');
	background-position: 0 0;
	background-repeat: repeat-x;
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
	font-size: 1.0em;
}

a img {
	border: 0px;
}

a:link, a:visited, a:hover, a:active {
	color: blue;
	text-decoration: none;
}

fieldset {
	border: 1px solid black;
}

legend {
	border: 1px solid black;
	padding: 5px;
	margin-left: 5px;
}

label {
	cursor: pointer;
}

input[type=text], input[type=password] {
	width: 200px;
}

textarea {
	height: 125px;
	width: 350px;
}

/*
*** IDs ***
*/

/* the wrapper that contains all the XHTML */
#page {
	width: 984px;
	margin: auto;
}

#header {
	padding-bottom: 4px;
	padding-right: 4px;
	margin: 0px;
	text-align: right;
	font-size: 0.8em;
	height: 30px;
	line-height: 40px;
	color: white;
}

/* This is where all the main content is -- it's a nice framed section with room above and below for other links */
#mainsection {
	width: 962px;
	float: left;
	background-color: white;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #FF2B3C;
}

#logo {
	height: 100px;
	width: 100%;
	border-bottom: 1px solid #F2F2F2;
}

#sidebar {
	width: 210px;
	float: left;
	border-right: 1px solid #F2F2F2;
}

#content {
	width: 500px;
	float: left;
	padding: 10px;
}

#catalogcontent {
	width: 100%;
	padding: 10px;
}

#bigcontent {
	width: 730px;
	float: right;
	padding: 10px;
}

#rightbar {
	width: 210px;
	float: right;
	border-left: 1px solid #F2F2F2;
	padding: 10px;
}

#footer {
	clear: both;
	padding-top: 4px;
	text-align: center;
	font-size: 0.8em;
}

/*
*** Selectors ***
*/

#header a {
	color: white;
}

/* Transform the unordered list in the sidebar to navigation style links */
#sidebar ul {
	padding: 5px;
	list-style-type: none;
}

#sidebar ul li {
	border-bottom: 1px solid #F2F2F2;
	padding: 5px;
}

#sidebar ul li a {
	color: #626161;
	font-size: 1.2em;
	font-weight: bold;
}

/*
*** Classes ***
*/
.smallinput {
	width: 50px;
}

.prop {
	width: 1px;
	float: right;
	height: 400px;
}

.borderedbox {
	width: 200px;
	height: 200px;
	background-image: url('../images/background-frame.png');
	background-repeat: no-repeat;
	padding-left: 10px;
}