#Header
{
    height : 75px;
    overflow : hidden;
    border-bottom : 10px solid #fff;
}

#Comment
{
    float : right;
    width : 240px;
    height : 275px;
    overflow : hidden;
    background : #999;
}

#Gallery
{
    width : 740px;
    overflow : hidden;
}
#Main
{
    min-height : 350px;
    _height : 350px;
}

#Main .Listing
{
    width : 340px;
    float : left;
    margin : 10px;
    _margin-left : 5px;
    text-align : center;
    border : 2px solid #eee;
    padding : 3px;
}

#Main .Listing h3
{
    line-height : 2em;
    font-size : 18px;
    margin : 0px;
}

#Main .Listing .price
{
    color : #800;
    font-size : 13px;
    font-weight : bold;
    line-height : 2em;
    margin : 0px;
}

#Main .Listing a:hover
{
    text-decoration : none;
}

#Main .clear
{
    clear : both;
}
#ABC
{
    text-align : right;
    color : #aaa;
    font-size : 10px;
    padding-bottom : 10px;
    padding-top : 50px;
    margin-right : 5px;
    clear :both;
}

#ABC *
{
    margin : 0px;
    padding : 0px;
    list-style : none;
    display : inline;
}

#ABC span
{
    display :none;
}

#ABC a
{
    display : inline-block;
}

#ABC_Communications
{
    width : 68px;
    height : 24px;
    background : url('templates/layout_2/css/../../Vaya CMS/Images/Vaya-Footer-Black-ABC.gif') top;
}

#ABC_Communications:hover
{
    background : url('templates/layout_2/css/../../Vaya CMS/Images/Vaya-Footer-Black-ABC.gif') bottom;
}

#Web_Link
{
    width : 88px;
    height : 24px;
    background : url('templates/layout_2/css/../../Vaya CMS/Images/Vaya-Footer-Black-WebLink.gif') top;
}

#Web_Link:hover
{
    background : url('templates/layout_2/css/../../Vaya CMS/Images/Vaya-Footer-Black-WebLink.gif') bottom;
}

#Vaya
{
    width : 71px;
    height : 24px;
    background : url('templates/layout_2/css/../../Vaya CMS/Images/Vaya-Footer-Black-Logo.gif') top;
}

#Vaya:hover
{
    background : url('templates/layout_2/css/../../Vaya CMS/Images/Vaya-Footer-Black-Logo.gif') bottom;
}

#Admin
{
    width : 36px;
    height : 24px;
    background : url('templates/layout_2/css/../../Vaya CMS/Images/Vaya-Footer-Black-Admin.gif') top;
}

#Admin:hover
{
    background : url('templates/layout_2/css/../../Vaya CMS/Images/Vaya-Footer-Black-Admin.gif') bottom;
}
#ABC_Menu
{
    position : absolute;
    top : 40px;
    right : 10px;
    font-size : 10px;
}

#ABC_Menu li
{
    display : inline;
    list-style : none;
}

#ABC_Menu li a
{
    color : #888;
}

#Menu ul
{
    background : url('templates/layout_2/css/../Images/Menu-Background.png');
    line-height : 48px;
    height : 48px;
    clear : both;
    border-top : 10px solid #fff;
    border-bottom : 10px solid #fff;
    margin : 0px;
    padding : 0px;
    list-style : none;
    font-size : 14px;
    text-align : center;
}

#Menu h2
{
    display :none;
}

#Menu li
{  
    display:inline;
    line-height : 48px;
}

#Menu li a
{
    color : #fff;
    text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
    margin-left : 10px;
    margin-right : 10px;
}

#Menu a:hover
{
    color : #f8f8f8;
    text-decoration : none;
    text-shadow: rgba(0, 0, 0, 0.6) 0px 0px 5px;
}

#Menu a:active
{
    color : #fff;
    text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 5px;
}
.Form fieldset
{
    border: 1px solid #ddd;
    margin-top: 15px;
    padding-bottom: 10px;
    max-width: 500px;
    _width: 500px;
}

.Form h3
{
    margin-top: 0px;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom : 0px;
}

.Form div
{
    padding: 10px 10px 0px 10px;
}

.Form label
{
    display: inline-block;
    width: 200px;
    vertical-align: text-top;
    margin-right: 10px;
    font-weight: bold;
    font-size: 12px;
    line-height : 1.1em;
}

.Form label span
{
    display: block;
    font-weight: normal;
    font-size: 11px;
    margin-top: 3px;
}

.Form input, .Form textarea
{
    vertical-align: text-top;
}

.Form .CheckBoxList, .Form .RadioButtonList
{
    display: inline-block;
    *display:inline;
    *zoom: 1;
    vertical-align: text-top;
    width: 270px;
    margin : 0px;
    padding : 0px;
}

.Form .CheckBoxList li, .Form .RadioButtonList li, .Form .CheckBoxList ul, .Form .RadioButtonList ul
{
    margin : 0px;
    text-indent : 0px;
    padding : 0px;
    list-style : none;
    height : 20px;
    line-height : 20px;
    *margin-left : -17px;
}

.Form .CheckBoxList input, .Form .RadioButtonList input
{
    vertical-align:bottom;
    position : relative;
    top : -3px;
}

.Form .CheckBoxList label, .Form .RadioButtonList label
{
    display: inline-block;
    width: auto;
    vertical-align: text-top;
    margin : 0px;
    margin-left: 5px;
    padding : 0px;
    font-size: 10px;
    height : 20px;
    line-height : 20px;
}

.Form .TextBox, .Form .TextArea, .Form .DropDownList, .Form .FileUpload
{
    border: 1px solid #ccc;
    width: 268px;
}

.Form .TextBox, .Form .TextArea
{
    font-size: 11px;
    width : 260px;
    padding: 2px 4px 2px 4px;
}

.Form .FileUpload
{
    background : #fff;
}

.Form .TextArea
{
    height: 75px;
}

.Form .Vaya_Button
{
    margin-left : -9px;
    background: <Form-Button>;
    border: 1px solid <Form-Button>;
    padding: 1px 5px 1px 6px;
    color: <Form-Button-Text>;
    font-weight: bold;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size : 11px;
    box-shadow: 2px 2px 3px #888;
    -moz-box-shadow: 2px 2px 3px #888;
    -webkit-box-shadow: 2px 2px 3px #888;
    margin-right : 1px;
    margin-bottom : 1px;
}

.Form fieldset .Vaya_Button
{
    margin-left : 0px;
}

.Form .Vaya_Button input
{
    width: 1px;
    height: 1px;
    background: none;
    border : 0px;
    margin : 0px;
    padding : 0px;
}

.Form .Vaya_Button:hover
{
    cursor: pointer;
}

.Form .Vaya_Button:active
{
    margin-left : -8px;
    margin-top : 1px;
    box-shadow: 1px 1px 2px #888;
    -moz-box-shadow: 1px 1px 2px #888;
    -webkit-box-shadow: 1px 1px 2px #888;
    margin-right : 0px;
    margin-bottom : 0px;
}

.Form fieldset .Vaya_Button:active
{
    margin-left : 1px;
}

.Form .Error
{
    display : block;
    padding: 10px 10px 0px 10px;
    font-weight : bold;
    font-size : 11px;
    color : #800;
}
#pluto
{
	display:none;
}








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

body
{
	text-align : center;
	background : #fff url('templates/layout_2/Images/Body-Background.png') center 150px repeat-x;
}

#Container-1
{
    background : url('templates/layout_2/Images/Container-Background.png') center 150px no-repeat;
}

#Container-2
{
	width : 740px;
	padding : 10px;
	margin : auto;
	text-align : left;
	position : relative;
}

.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 : 11px;
	color : #333;
	text-align : left;
}

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

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

p
{
	margin-top : 1em;
}

ul, ol, dl
{
	margin-bottom : 1em;
	margin-top : .5em;
	margin-left : 30px;
}

li
{
    line-height : 1.4em;
    margin-top : .5em;
}

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

dd
{
    line-height : 1.4em;
}

h2
{
	font-size : 1.5em;
	margin-top : 2em;
	margin-bottom : 1em;
	color : #690;
}

h3
{
	font-size : 1.2em;
	margin-top : 1.33em;
	margin-bottom : .5em;
	color : #444;
}

h4
{
	font-size : 1em;
	margin-top : .9em;
	margin-bottom : .4em;
}

h2:first-child, h3:first-child, h4:first-child
{
    margin-top : .5em;
}




