/*
The font size here is set to 62.5% so that
1em = 10px. This makes adjusting our typography
a little easier
*/
body {
	margin: 0;
	padding: 0;
	background: #7e26d8; 
	font-family: Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
}

#masthead {
	margin: 0 auto;
	margin-top: 20px;
	width: 800px;
	color: #7e26d8;
}

h1, h2, p, ul, li {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: center;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}

a:link, a:visited {
	color: /*#333;*/#4a0b8b;
	background: #fefefe;
}


/* This rule adds a nice style to our ampersands */
span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
}

/*
"margin: 0 auto" with a width will center the layout
in the browser window
*/
#masthead {
	margin: 0 auto;
	margin-top: /*20px;*/5px;
	width: 800px;
	color: #7e26d8;
}

#masthead h1 {
	float: left;
}

#nav {
	float: right;
	margin: /*5*/0px 10px 0 0;
	font-size: 1.4em;
}

#nav li {
	display: inline;
	margin: 0 0 0 20px;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	background: none;
}

/*
Because the header content is outside the wrap <div>,
we need to use the same "margin: 0 auto" trick to center
the layout
*/
#wrap {
	clear: both;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
	background: #fefefe;
	border: 10px solid #7fd826;
	color: /*#7E26D8;*/#4a0b8b;
}

/* #header img {
	border: 10px solid #ccc;
} */


#header h1 {
	font-size: 1.5em;
	margin: 10px 0 0 0;
	padding: 10px;
	text-align: center;
    color: /*#d87326;*/#4a0b8b;
	background: url('tagline_bg.gif') repeat-x;
}

#header h2 {
	font-size: 1.75em;
	margin: 10px 0 0 0;
	padding: 10px;
	text-align: center;
    color: /*#d87e26;*/#4a0b8b;
	background: url('tagline_bg.gif') repeat-x;
}

#content/*, #sidebar*/ {
	float: right;
	width: 465px;
	background: #fefefe;
	margin:0px 0 0px 25px;
	padding: 0 15px 0 15px;
	/*font-weight: bold;*/
}

#sidebar {
	width: 240px;
	margin:50px 10px 0px 5px;
	padding: 0 15px 0 5px;
	border: 2px solid #692302;
	
}

#leftcontent {
	float: left;
	width: 455px;
	background: #fefefe;
	margin:0px 0px 0px 5px;
	padding: 0 10px 0 15px;
	font-size: 20pt;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}

	
#rightsidebar {
	float: right;
	width: 240px;
	margin:10px 5px 0px 10px;
	padding: 0 15px 0 15px;
	border: 2px solid #692302;
	font-size: 10pt;
}

	
}
	
#leftsidebar {
	width: 360px;
	margin: 40px;
	padding: 20px;
}

#threecolumnleftcolumn, #threecolumnrightcolumn {
	width: 225px;
	margin: 10px;
	padding: 10px;
}

#threecolumncentercontent {
	width: 450px;
	margin: 10px;
	padding: 10px;
}


#threecolumnwidecontent {
	width: 740;
	margin: 10px;
	padding: 10px;
}

#threecolumncentercontent, #threecolumnrightcolumn {
	float:right;
}

#threecolumnleftcolumn {
	background: #cab1e3;	
}

#threecolumnleftcolumn p {
	color: #fefefe;
	font-size: 12px;
}

#threecolumnleftcolum a:link, #threecolumnleftcolumn a:visited {
	color: #fefefe;
	background: #cab1e3;
}

#content h2 {
	font-size: 2.4em;
	margin: 0 0 10px 0;
}

#content p {
	margin: 0 0 10px 0;
}

#link-list {
	margin: 20px 0 0 0;
	font-size: 1.4em;
}

#link-list li {
	margin: 0 0 10px 0;
}

/*#sidebar {
	float: left;
	background: /*#cba7ef;*/#fefefe;
	padding: 0px, 25px, 0px, 0px;
}*/

#sidebar h2 {
	font-size: 2.4em;
	font-weight: bold;
	/* border-bottom: 1px solid #ccc; */
	margin: 0 0 20px 0;
	padding: 5px;
}

#port li {
	margin: 0 10px 20px 0;
	float: left;
	border: 5px solid #ddd;
}

#footer {
	clear: both;
	background: #fefefe;
	padding: 10px;
	border-top: 2px solid #ddd;
	text-align: center;
	color: #692302;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}

 
.retailerfont {
	font-size: 12pt;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}
.retailerfont8 {
	font-size: 10pt;
	text-align: left;
}
#wrap #rightsidebar table caption {
	font-size: 14pt;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}

