#Header
{
	height : 40px;
	background : #140;
	line-height : 40px;
	color : #fff;
	position : relative;
}

#Header h1
{
	text-indent : 15px;
	font-size : 24px;
	font-style : italic;
}

#Header span
{
    position : absolute;
    top : 0px;
    right : 15px;
    display : block;
	font-style : italic;
	text-align : right;
	font-size : 14px;
}

#Gallery
{
    height : 570px;
    overflow : hidden;
}
#Main
{
    margin-left : 200px;
    _margin-left : 200px;
    margin-right : 20px;
    _margin-right : 10px;
    position : relative;
    top : -225px;
    margin-bottom : -150px;
    _width : 540px;
    _overflow : hidden;
}

#Main-Background
{
    _behavior: url('templates/cmo/css/iepngfix.htc');
    background : url('templates/cmo/css/../Images/Transparent-White.png');
    background-repeat:repeat;
    min-height : 609px;
    _height : 609px;
    padding : 10px;
    _padding : 10px 20px 10px 5px;
}
#ABC
{
    text-align : right;
    color : #aaa;
    font-size : 10px;
    padding-bottom : 10px;
    margin-right : 5px;
    clear :both;
}

#ABC *
{
    margin : 0px;
    padding : 0px;
    list-style : none;
    display : inline;
}
#Menu
{
    width : 160px;
    float : left;
    margin-left : 20px;
    _margin-left : 10px;
    position : relative;
    top : -225px;
    margin-bottom : -150px;
    text-align : center;
}

#Menu-Background
{
    _behavior: url('templates/cmo/css/iepngfix.htc');
    background : url('templates/cmo/css/../Images/Transparent-White.png');
    background-repeat:repeat;
}

#Menu h2
{
    display : none;
}

#Menu ul, #Menu li, #Menu a
{
    margin : 0px;
    padding : 0px;
    list-style : none;
    text-align : left;
    display : inline;
}

#Menu ul
{
	padding-top : 5px;
}

#Menu ul ul
{
    padding : 0px;
}

#Menu li a
{
    display : block;
    width : 160px;
    height : 30px;
    line-height : 30px;
	color : #020;
	font-weight : bold;
	text-decoration : none;
	font-size : 13px;
	text-indent : 10px;
	padding-top : 3px;
	_background : url('templates/cmo/css/../Images/blank.gif');
}

#Menu ul a:hover
{
	background : #020;
	color : #fff;
}

#Menu li li a
{
    font-size : 11px;
    text-indent : 20px;
    color : #020;
    height : 25px;
    line-height : 25px;
    padding-top : 0px;
}

#Menu #cur a
{
	background : #020;
	color : #fff;
}

#Menu img
{
	margin : 20px;
}
fieldset
{
    border : 1px solid #D3D3CD;
    margin-top : 15px;
    padding : 10px;
    padding-top : 0px;
    position : relative;
}

fieldset div
{
    padding-top : 7px;
    padding-bottom : 7px;
    position : relative;
    border-top : 1px solid #e3e3e3;
}

fieldset div .clear
{
    padding : 0px;
    clear :both;
    border:0px;
}

fieldset h3
{
    margin-top : 0px;
}

fieldset label
{
    width : 200px;
    font-weight:bold;
    float : left;
}

fieldset label span
{
    display : block;
    font-weight : normal;
    text-align : left;
    font-size : 80%;
}

fieldset td label
{
    position : relative;
    left : 5px;
    top : -3px;
}

fieldset .TextBox, fieldset .CheckBox, fieldset .DropDownList, fieldset .Upload, fieldset textarea
{
    float : left;
    margin-left : 25px;
}

fieldset .TextBox, fieldset select, fieldset textarea
{
    border : 1px solid #ccc;
}

fieldset option
{
    padding-right : 15px;
}

fieldset .TextBox, fieldset textarea
{
    padding : 2px;
    font-size : .8em;
    width : 200px;
}

fieldset textarea
{
    height : 75px;
}

.Button
{
    margin-top : 10px;
    background : #333;
    color : #fff;
    font-weight : bold;
    padding : 3px 5px 3px 5px;
    font-size : .9em;
}
#pluto
{
	display:none;
}









*
{
	margin : 0px;
	padding : 0px;
	border : 0px;
}

body
{
	text-align : center;
	background : url('templates/cmo/Images/Body-Background.png');
}

#Container-1
{
    background : url('templates/cmo/Images/Container-Background.png') center repeat-y;
    _background : none;
}

#Container-2
{
	width : 760px;
	margin : auto;
	text-align : justify;
	position : relative;
	background : #020;
}

.Module
{
	min-height : 25px;
	_height : 25px;
}

.Controls
{
    position : relative;
}

.Controls .One
{
    position : absolute;
    top : 0px;
    left : 0px;
}

.Controls .Two
{
    position : absolute;
    top : 0px;
    left : 25px;
}

.Controls .Three
{
    position : absolute;
    top : 0px;
    left : 50px;
}

.Controls .Four
{
    position : absolute;
    top : 0px;
    left : 75px;
}

.Controls .Five
{
    position : absolute;
    top : 0px;
    left : 100px;
}

.Controls .Six
{
    position : absolute;
    top : 0px;
    left : 125px;
}
body
{
	font-family : 'Verdana', Sans-Serif;
	font-size : 16px;
	line-height : 1.5em;
	color : #111;
	text-align : left;
}

a
{
	text-decoration : none;
	color : #020;
}
a:hover
{
	text-decoration : underline;
}

.RadEContentBordered a
{
	text-decoration : none !important;
	color : #020 !important;
}
.RadEContentBordered a:hover
{
	text-decoration : underline !important;
}

ul, ol, dl
{
	margin-bottom : 1em;
	list-style-position : inside;
}

li
{
    margin-top : .5em;
}

dt
{
    font-weight : bold;
    margin-top : .5em;
}

dd
{
    line-height : 1.4em;
}

h2
{
	color : #020;
	font-size : 22px;
	font-style : italic;
	margin-bottom : 15px;
}

h3
{
	color : #020;
	font-size : 18px;
	margin-bottom : 5px;
	margin-top : 10px;
}

h4
{
	color : #020;
	font-size : 16px;
	margin-bottom : 5px;
	margin-top : 10px;
}

body blockquote
{
    margin-left : 40px;
}



