
body
{
    background-color: #000000;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family: Helvetica, Arial, san-serif;
    font-size: 12px;
    color: #e4e4e4;
    background: #000000 url('../images/fractal1.jpg') no-repeat ;
}

a:link, a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-size: medium;
}
a:active, a:hover
{
    color: #FFFF00;
    text-decoration: underline;
}

p
{
    margin: 0px 0px 0px 40px;
    padding: 0px;
}
.cleaner
{
    clear: both;
    width: 100%;
    height: 1px;
    font-size: 1px;
}

.cleaner_with_height
{
    clear: both;
    width: 100%;
    height: 30px;
    font-size: 1px;
}

.readmore a
{
    clear: both;
    float: left;
    height: 21px;
    width: 100px;
    padding: 2px 0 0 10px;
    margin: 0 15px 10px 0;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    border: none;
    background: url("../images/readmore_button.jpg") no-repeat;
}

.download a
{
    clear: both;
    float: left;
    height: 21px;
    width: 100px;
    padding: 2px 0 0 10px;
    margin: 0 15px 10px 0;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    border: none;
    background: url("../images/readmore_button.jpg") no-repeat;
}

#container
{
    width: 960px;
    margin: 0 auto;
}

/* header panel */
.rdo-logo
{
    display: inline-block;
    height: 60px;
    background: url(../images/rdo-logo.png) 0px 0px no-repeat;
    padding: 20px 0 0 130px;
    font: 18px Helvetica, sans-serif;
    color: #ccc;
    text-decoration: none;
    margin-top: 18px;
}

#header_panel
{
    width: 880px;
    height: 80px;
    padding: 10px 30px 30px 50px;
    background: #202020 url("../images/header_bg2.jpg") top center no-repeat;
}

#header_panel #site_title
{
    float: left;
}

#site_title h1
{
    font-size: 40px;
    margin: 0px;
    padding: 10px 0;
    color: #218dfb;
}

#site_title h1 span
{
    color: #fff;
}

#site_title h2
{
    font-size: 16px;
    color: #878181;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

#header_panel #search_box
{
    float: right;
}

#search_box form
{
    margin: 0;
    padding: 0;
    text-align: left;
}

#searchfield
{
    border: 1px solid #767676;
    background: #434343;
    color: #ffffff;
    font-size: 12px;
    font-variant: normal;
    height: 15px;
    line-height: normal;
    padding: 4px;
    width: 180px;
}

#search_box form #searchbutton
{
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin: 0 0 0 7px;
    padding: 0 6px;
    text-align: center;
    vertical-align: bottom;
    white-space: pre;
    width: 50px;
    background: url("../images/go_button.jpg") no-repeat;
    border: 0px;
}

/* end of header panel */

/* banner panel */
#banner_panel
{
    width: 880px;
    height: 263px;
    padding: 0px 30px 0px 50px;
    background: #000000 url("../images/banner_bg3.jpg") top center no-repeat;
}

#banner_panel #banner_section
{
    float: left;
    width: 370px;
    padding: 0px 0px 0px -50px;
}

#simplegallery1{ /*CSS for Simple Gallery Example 1*/
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0px;
padding: 0px 0px 0px -50px;
}
#simplegallery1 .gallerydesctext{ /*CSS for description DIV of Example 1 (if defined)*/
text-align: left;
padding: 2px 5px;
}

#banner_section h1
{
    font-size: 24px;
    color: #0fb1cb;
    margin: 0px;
    padding: 5px 0 30px 0;
}

#banner_section p
{
    padding-bottom: 30px;
}

#banner_panel #menu_section
{
    float: right;
    width: 220px;
    padding: 5px 15px 0px 15px;
}

#menu_section ul
{
    clear: both;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.menu1
{
    clear: both;
    margin: 0px;
    list-style: none;
    padding: 0px 0px 0px 7px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    width: 220px;
}

.current
{
    color: #fff;
    text-decoration: none;
}

.level1
{
    height: 13px;
    padding: 9px 0px 6px 0px;
    font-weight: bold;
    background: url("../images/menu_item_bg.jpg") left bottom no-repeat;
    font-size: 16px;
}

.level1 a
{
    height: 13px;
    padding: 8px 0px 11px 15px;
    font-weight: bold;
    color: #2bb9ec;
}

.level1 a:hover
{
    color: #fff;
}

.level2
{
    height: 13px;
    padding: 8px 0px 11px 0px;
    font-weight: bold;
    font-size: 16px;
    background: url("../images/menu_item_bg.jpg") left bottom;
}

.level2 a
{
    height: 13px;
    padding: 8px 10px 6px 35px;
    font-weight: bold;
    color: #2bb9ec;
}

.level2 a:hover
{
    color: #fff;
}
/*
#menu_section ul li
{
    height: 13px;
    padding: 8px 0px 10px 7px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    background: url("../images/menu_item_bg.jpg") left bottom no-repeat;
}

#menu_section ul li a
{
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #2bb9ec;
}

#menu_section ul li a span
{
    margin: 0px;
    padding: 0px;
    margin-left: 50px;
    font-size: 13px;
    font-weight: bold;
    color: #2bb9ec;
}

#menu_section ul li a span:hover
{
    color: #fff;
}

#menu_section li a:hover, #menu_section li .current
{
    color: #fff;
    text-decoration: none;
}
*/
/* end of banner panel */


/* content */

#seal
{
    text-align: center;
    margin-bottom: 10px;
}

#content_top
{
    clear: both;
    width: 960px;
    height: 30px;
    background: url("../images/content_top.jpg") top center no-repeat;
}

#content
{
    clear: both;
    overflow: hidden;
    width: 880px;
    padding: 10px 20px 0 40px;
    margin: 0 10px;
    background-color: #1f1f1f;
}

#content_bottom
{
    clear: both;
    width: 960px;
    height: 30px;
    
}

/* content left */
#content #content_left
{
    float: left;
    width: 580px;
    font-size: 14px;
}

#content_left h1
{
    font-size: 22px;
    color: #efefef;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #000000;
}


#content_left p
{
    padding-bottom: 10px;
    text-align: justify;
}

#content_left .content_left_two_column
{
    float: left;
    width: 270px;
    margin-right: 20px;
}

.content_left_two_column h2
{
    color: #efefef;
    font-size: 18px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #000000;
    font-weight: normal;
}
.content_left_two_column h3
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
}

.content_left_two_column h4
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
}

.portfolio
{
    clear: both;
    width: 590px;
    padding: 10px 10px 8px 10px;
}
.portfolio .head
{
    width: 590px;
    height: 40px;
    background: url("../images/portfolio_bg.jpg") no-repeat;
    padding: 5px 0 20px 5px;
}

.portfolio .right
{
    float: right;
    width: 370px;
    padding: 20px 0 20px 5px;
}

.portfolio .left
{
    float: left;
    width: 215px;
    padding: 20px 0 30px 0;
}

.portfolio .testimonial
{
    clear: both;
    width: 590px;
    padding: 20px 0 30px 0;
}


/* end of content left */

/* content right */
#content #content_right
{
    float: right;
    width: 250px;
    padding-top: 20px;
    background-color: #1f1f1f;
}

#content_right h1
{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px 0;
    padding: 0px;
}

#content_right h2
{
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0px;
}

#content_right ul
{
    margin: 0 0 10px 0;
    padding: 0px;
}

#content_right ul li
{
    margin: 0 0 0 5px;
    padding: 0 0 5px 5px;
    list-style: none;
}

#content_right .content_right_product_01
{
    clear: both;
    height: 182px;
    padding: 18px 10px 0 10px;
    margin-bottom: 15px;
    background: url("../images/product_01_bg.jpg") no-repeat;
}

#content_right .content_right_product_02
{
    clear: both;
    height: 182px;
    padding: 18px 10px 0 10px;
    background: url("../images/produc_02_bg.jpg") no-repeat;
}

#content_right .content_right_product_03
{
    clear: both;
    padding: 18px 10px 0 10px;
    background: url("../images/produc_03_bg.jpg") no-repeat;
    height: 642%;
}

.center
{
    text-align: center;
}
.packages
{
    clear: both;
    float: left;
    margin: 10px 0px 10px 0px;
	padding: 2px 10px 2px 10px;
	border:0;
	width: 579px;
	background: #000000;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.main-form
{
    width: 700px;
    margin: auto;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.main-form .text-input
{
    width: 70%;
}

.main-form select
{
    min-width: 150px;
}
.submit
{
    padding: 7px 12px 7px 12px;
    background: #1E4164;
    color: #D2D9E0;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.text-input
{
    background: #fff;
    padding: 3px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font: 16px PTReg, sans-serif;
    color: #777;
}

.text-input:focus
{
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
}

/* ----- End of Footer ----- */
