/* CSS Document */

/* =universals */
img, img a {
border: none;
}

/* =html */
html {
	height: 100%;
	color: #000000;
	background: url(images/background.gif);
}

/* =body */
body {
	height: 100%;
	margin-bottom: 1px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align : center;
}

span#registered { 
	font-size : 65%;
	vertical-align: text-top;
}

/* =h1 */
h1 { font-size : 180%; }

/* =h2 */
h2 { font-size : 160%; }

/* =h3 */
h3 { font-size : 140%; }

/* =input */
input { 
	width : 90%; 
	padding : 1px; 
	font : 100% Tahoma, Verdana, Arial, sans-serif;
}

input#submit { 
	width : auto; 
	padding : 0 .25em; 
}

/* =divs */
div#container { 
	position : relative;
	width : 900px;
	margin : 0 auto;
	text-align : left;
	padding-top: 0px;
}

/* header block: start */
div#header { 
	z-index : 0; 
	position : relative; 
	width : 100%; 
	height : 203px; 
	background-color : black;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #dbdbdb;
}

#header h1 { 
	position : absolute;
	top: 6px;
	left : 250px; 
	width: 386px; 
	height : 145px; 
	margin : 0; 
	padding : 0; 
	background : url(images/headertext.gif) no-repeat;
	text-indent : -9999px;
}

span#header_left {
	z-index : 1;
	position : absolute; 
	top : 6px;
	left : 6px; 
	width: 162px; 
	height : 197px;
	background : url(images/logo.gif) no-repeat;
	text-indent : -9999px;
}

span#header_seperator { 
	
	position : absolute; 
	top : 151px;
	left : 0px; 
	width: 900px; 
	height : 52px;
	background : url(images/headerseperator.gif) repeat-x;
	text-indent : -9999px;
}

span#header_left a { 
	position : absolute; 
	top : 0px;
	left : 0px; 
	width: 162px; 
	height : 197px;
}

span#header_right {
	position : absolute; 
	top : 97px;
	left : 700px; 
	width: 160px; 
	height : 49px;
	background : url(images/headeraddress.gif) no-repeat;
}

/* header block: end */

/* footer block: start */
div#footer { 
	z-index : 1; 
	float: left; 
	width : 100%; 
	height : 100px;
	background-color : black;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #dbdbdb;
}

p#footer_text {
	padding-left : 0px;
	padding-top: 8px;
	font-size : 10px;
	font-weight : bold;
	color : #eee;
	text-align : center;
}

p#footer_links{
	text-align : center;
	vertical-align: text-top;
}

#footer ul { 
	list-style-type : none;
	list-style-image: none;
	text-align: center;
	padding: 0;
}

#footer li {
	display: inline;
	padding-left: 10px;
	padding-right: 0px;
	background: url(images/bullet.gif) no-repeat;
	background-position: 0 4px;
}

span#footerbg_right { 
	float : right; 
	right : 0px; 
	width: 9px;
	height : 117px; 
	margin : 0; 
	padding : 0; 
	background : url(../Monk%20Media%20Studio/images/footerbg_right.gif) no-repeat;
	text-indent : -9999px;
}

a.footer:link, a.footer:visited {
	position : relative;
	font-size : 11px;
	font-weight : bold;
	color : #ccc;
	padding-left : 5px;
	padding-right: 5px;
	text-decoration : none;
}

a.footer:hover {
	text-decoration: none;
	color: #fff;
}

a.mms:link, a.mms:visited {
	position : relative;
	font-size : 10px;
	font-weight : bold;
	color : #ccc;
	text-decoration : none;
}

a.mms:hover {
	text-decoration: none;
	color: #fff;
}

/* footer block: end */

/* menu block: start */
div#menu { 
	z-index : 1;
	float: left; 
	top : 203px;
	left : 0px;
	width : 173px;
	/*height: 405px;*/
	padding-top: 25px;
	background-color : black;
	/*border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #dbdbdb;*/
}

span#logo_bottom {
	position : absolute; 
	top : 203px;
	left : 7px; 
	width: 162px; 
	height : 19px;
	background : url(images/logo.gif) no-repeat 0px -196px;
}

span#ad1 a { 
	position : absolute; 
	top : 0px;
	left : 0px; 
	width: 165px; 
	height : 125px;
}

a.menu:link, a.menu:visited {
	float : left;
	background : url(images/menubg.gif) no-repeat;
	font-size : 12px;
	font-weight : bold;
	color : #ccc;
	text-align : center;
	padding-top : 0px;
	padding-left : 0px;
	height : 25px;
	width : 173px;
	text-decoration : none;
}

a.menu:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}
/* nav block: end */

/* right column block: start */
div#right_column { 
	z-index : 1;
	float: right; 
	top : 203px;
	right : 0px;
	width : 167px;
	/*height: 405px;*/
	background-color : black;
	color : #ccc;
	/*border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #dbdbdb;
*/}

#right_column h3 { 
	float : left;
	left: 0px;
	width : 165px;
	margin-bottom: 3px;
	vertical-align : middle;
	font-size : 12px;
	font-weight: normal;
	color : #e73333;
	text-align : left;
	text-decoration : none;
	background: url(images/hr.gif) no-repeat;
	background-position: 0px 14px;
}

/* right column block: end */

/* content block: start */
div#content_main { 
	z-index : 1;
	float: left;
	left: 174px;
	width : 550px;
	overflow : auto; 
	background-color : #f7f7f7;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #cccccc;
	padding-left: 5px;
	padding-bottom: 20px;
	vertical-align : middle;
	font-size : 12px;
	color : #333333;
	text-align : left;
	text-decoration : none;
}

#content_main h2 { 
	float : left;
	left: 0px;
	width : 550px;
	padding-bottom: 3px;
	vertical-align : middle;
	font-size : 15px;
	font-weight : bold;
	color : #e73333;
	text-align : left;
	text-decoration : none;
	background: url(images/hr.gif) no-repeat;
	background-position: 0px 16px;
}

#content_main h3 { 
	float : left;
	left: 0px;
	width : 225px;
	margin-bottom: 3px;
	vertical-align : middle;
	font-size : 12px;
	font-weight: normal;
	color : #e73333;
	text-align : left;
	text-decoration : none;
	background: url(images/hr.gif) no-repeat;
	background-position: 0px 14px;
}

#content_main h4 { 
	float : left;
	left: 0px;
	width : 550px;
	padding-bottom: 3px;
	padding-top: 10px;
	vertical-align : middle;
	font-size : 15px;
	font-weight : bold;
	color : #e73333;
	text-align : left;
	text-decoration : none;
	background: url(images/hr.gif) no-repeat;
	background-position: 0px 26px;
}

#content_main h5 { 
	float : right;
	left: 0px;
	width : 225px;
	padding-bottom: 3px;
	vertical-align : middle;
	font-size : 12px;
	font-weight: normal;
	color : #e73333;
	text-align : left;
	text-decoration : none;
	/* background: url(images/hr.gif) no-repeat;
	background-position: 0px 14px;*/
}

span#smallcaps { font-variant: small-caps; }

span#white { background-color: #FFFFFF; }

span#lightgray { background-color: #EEEEEE; }

span#darkgray { background-color: #DDDDDD; }

span#italic { font-style:italic; }

span#bold { 
	font-weight:bold;
	padding-right: 10px;
}

span#welcometext { 
	float: left;
	width : 545px;
	font-size : 12px;
	color : #333333;
	text-align : left;
	text-decoration : none;
}
	

span#offer { 
	float: left;
	width : 545px;
	font-size : 12px;
	font-weight: bold;
	color : #333333;
	text-align : center;
	text-decoration : none;
}

span#subtext {
	position: absolute;
	padding-top: 1px;
	left: 288px;
	font-size : 11px;
	font-style: italic;
	color : #333333;
	text-align : left;
	vertical-align : top;
	text-decoration : none;
}

#content_main ul {
	list-style-image: url(images/li.gif);
	padding-right: 5px;
	padding-left: 25px;
}

#content_main li {
	padding-bottom: 5px;
}

ul#inline { 
	list-style-type : none;
	list-style-image: none;
	text-align: center;
	margin-top: 10px;
	padding: 0;
}

li#inline {
	display: inline;
	padding-left: 15px;
	padding-right: 5px;
	background: url(images/li.gif) no-repeat;
	background-position: 0 4px;
	font-weight: bold;
}

ul#center { 
	list-style-type : none;
	list-style-image: none;
	margin-top: 15px;
	margin-left: 10px;
	padding: 0;
}

ul#belt { 
	list-style-type : none;
	list-style-image: none;
	margin-top: 15px;
	margin-left: 10px;
	padding: 0;
}

li#white {
	padding-left: 50px;
	padding-bottom: 10px;
	background: url(images/belts/white.png) no-repeat;
	font-weight:bold;
}

li#yellow {
	padding-left: 50px;
	padding-bottom: 10px;
	background: url(images/belts/yellow.png) no-repeat;
	font-weight:bold;
}

li#green {
	padding-left: 50px;
	padding-bottom: 10px;
	background: url(images/belts/green.png) no-repeat;
	font-weight:bold;
}

li#blue {
	padding-left: 50px;
	padding-bottom: 10px;
	background: url(images/belts/blue.png) no-repeat;
	font-weight:bold;
}

li#purple {
	padding-left: 50px;
	padding-bottom: 10px;
	background: url(images/belts/purple.png) no-repeat;
	font-weight:bold;
}

li#red {
	padding-left: 50px;
	padding-bottom: 10px;
	background: url(images/belts/red.png) no-repeat;
	font-weight:bold;
}

li#black {
	padding-left: 50px;
	padding-bottom: 10px;
	background: url(images/belts/black.png) no-repeat;
	font-weight:bold;
}

a.main:link , a.main:visited {
	position : relative;
	font-size : 12px;
	font-weight : bold;
	color : #900000;
	text-decoration : none;
}

a.main:hover {
	text-decoration: none;
	color: #F73333;
}

a.top:link , a.top:visited {
	position: absolute;
	left: 440px;
	padding-top: 5px;
	font-size : 10px;
	font-weight : bold;
	color : #900000;
	text-decoration : none;
}

a.top:hover {
	text-decoration: none;
	color: #F73333;
}


a.gallery:link, a.gallery:visited {
	position: relative;
	color : #ccc;
	height : 100px;
	width : 100px;
	padding-left: 20px;
	padding-top: 20px;
}

a.gallery:hover {
	color: #fff;
}

/* content block: end */

/* contact block: start */

div#contact { 
	z-index : 1;
	position: relative;
	width : 550px;
	overflow : auto; 
	background-color : #f7f7f7;
	padding-left: 5px;
	padding-bottom: 20px;
	vertical-align : middle;
	font-size : 12px;
	text-align : left;
	text-decoration : none;
}

span#contactleft { 
	float: left;
	width : 60px;
	font-size : 12px;
	font-variant:small-caps;
	font-weight: bold;
	color : #333333;
	text-align : left;
	text-decoration : none;
}

span#contactright { 
	float: left;
	width : 380px;
	font-size : 12px;
	font-weight:bold;
	color : #333333;
	text-align : left;
	text-decoration : none;
}

/* contact block: end */

div#content { 
	width : 100%;
	margin : 0 auto;
	overflow : auto;
	padding-bottom: 15px;
	background-color: black;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #dbdbdb;
}

span#seperator {
	z-index: 2; 
	float: left;
	width: 900px; 
	height : 31px;
	background : url(images/footerseperator.gif) repeat-x;
}


div#nav_current {
	position : relative;
}

div#content_sub { 
	float : left; 
	width : 240px; 
}

div#spacer { 
	float: left;
	width : 100%;
	height: 50px;
}
