div#buttons {
    margin-top: 1px; width: 900px; height: 100px;
}
div.btn {
	width: 285px; padding-top: 20px; height: 78px; margin-right: 19px; float: left; text-indent: -9999px; cursor: pointer;
}
div#content p {
	font-size: 12px;
}
div#container {
         background: transparent url(/images/roomtogrow/background-paper.jpg) top center repeat-y; 
}
div#container div.rtg_logo {
         width: 699px; margin: 10px auto;
}
div#content-wrapper div#content {
         float: left; margin-left: 20px; width: 340px; padding: 20px;
}
div#content-wrapper div#links {
         float: right; margin: 25px 20px 0 0; width: 450px; padding: 0px;
}
div#content-wrapper div#links div#progress {
         margin: 5px 0 20px 30px;
}

div#container div#footer {
         width:500px;margin: 10px auto;
}
div#btn_waumba {
	 background: transparent url(/images/roomtogrow/btn_waumba_3.png) top center no-repeat; 
}
div#btn_upstreet {
	background: transparent url(/images/roomtogrow/btn_upstreet_3.png) top center no-repeat; 
}
div#btn_xtreme {
	background: transparent url(/images/roomtogrow/btn_xtreme_3.png) top center no-repeat; 
}
div#btn_xtreme:hover, div#btn_upstreet:hover, div#btn_waumba:hover  {
        background-position: bottom center;
}

div#info_waumba, div#info_upstreet, div#info_xtreme {display:none;}
div#info_waumba p, div#info_upstreet p, div#info_xtreme p {
	margin: 10px; text-align: justify;
}
div#rtg_video {
     margin: 10px 0; float: left; width: 426px; padding: 20px; background: #e3e2f2 url(/images/roomtogro/video_box_bg) top left repeat-x;
}
div.rtg_video_wrapper {
        width: 426px; height: 240px; margin: 10px auto;
}
/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 132 2008-05-23 16:05:17Z emartin24 $
 *
 */

/* body {padding:0; margin:0; height:100%; width:100%;} */
/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer { width:600px; left:10%; top:15% }
#modalContainer a.modalCloseImg {background:url(/images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
