/* Basic design comments:
	Blue - #d7e3f1
	Orange - #eb2c00
	Grey - #cccccc
	*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:  Arial, Helvetica, sans-serif
}
body {
	background: #d7e3f1
}

/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3 {
	margin: 15px 0 0 5px;
	color: #EB2C00;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
}

h1 {
	position: absolute;
	right: 0px;
	top: 30px;
	font-size: 2.25em;
	letter-spacing: 0.1em;
	line-height: 1.00em;
	padding-right: 10px;
	border-right: 15px solid #fff
}

h3 {
	right: 0px;
	top: 30px;
	line-height: 0.90em;
	padding-right: 5px;
	padding-top: 15px;
	font-size: 1.4em;
	font-weight: bold;
}

/* sits under main title */

p#tagline {
	position: absolute;
	right: 0px;
	top: 150px;
	font-style: italic;
	font-weight: bolder;
	color: #eb2c00;
	font-size: 54pt;
	margin: 0, 0, 0, 0;
	border: 0, 0, 0, 0;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	text-align: right;
	line-height: 46pt;
}

h2 {
	font-size: 1.8em;
	letter-spacing: 0.25em;
	font-weight: bold;
	border-bottom: dotted #CCCCCC 6px;
	border-top: dotted #CCCCCC 6px;
}
p, ul, ol {
	margin: 10px 10px 0 7px;
	font-size: 11pt;
	line-height: 1.3em;
	color: #000;
	list-style: none inside;
}
/* shouting words */
p span {
	font-size: 1.50em;
	font-weight: bold
}

/*-----------------------------------------------Layout DIVS------------------------------------------------*/

blockquote {
	margin: 0px;
	font-style: oblique;
	background-color: #E4B5AD;
	margin-left: 3em;
	margin-right: 18em;
	color: #FFF;
	padding: 0 2px 0 0;
}
#container {  /* keeps everything together */
	position: relative;
	margin: 0 auto;
	width: 850px;
	background: #d7e3f1 url(../images/MartiniBackground.jpg) repeat-y 0 0;  /* Important image, do not remove */
	overflow: hidden;
}
#hdr {  /* div containing h1, nav */
	float: left;
	width: 850px;
	height: 355px;
	background: #d7e3f1 url(../images/MartiniHeader.jpg) no-repeat 0 0

}

#lftcol {   /* left column */
	position: absolute;
	margin-left: 12px;  /* leave this so that background image lines up with edge of this div */
	width: 230px;
	top: 350px;
	left: 0px;
	overflow: hidden;
}
/* right column */
#rgtcol {
	float: right;
	width: 600px;
	padding-bottom: 30px;
	background: transparent;


 overflow: hidden  position: absolute;
	left: 50px;
	top: 300px;
}
#bttmbar {
	float: right;
	text-align: center;
	font-size: 0.7em;
	height: 2em;
	width: 600px;
	background: #eb2c00;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	color: #FFFFFF;
	margin-top: 10px;
}
a#bttmbar a {
	color: #FFF;
}

/*---------------------------------------------Main Navigation-----------------------------------------------*/

/* navigation list */
ul#nav li a {
	padding: 0;
	list-style: none inside;
	float: left;
	width: 180px;
	margin: 10px 0px 3px 0px;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-top: 0;
	border-bottom: 0;
	padding: 8px 5px 10px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #FFF;
	background: #AAAAAA;
}
#container #rgtcol #bttmbar a {
	color: #FFF;
}

ul#nav li a#current {
	border-color: #FFFFFF
}
ul#nav li a:hover {
	background: #ffffff;
	color: #000000
}
