body {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    padding-bottom: 100px;
    font-family: Tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
    color: #484848;
    font-size: 11px;
    text-align: left;
}
h1 {
    display: block;
    margin: 0px;
    padding: 0px;
    font-family: "Palatino Linotype", "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #111111;
}
h2 {
    display: block;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    font-weight: bold;
    font-size: 14px;
    color: #111111;
}
h3 {
    display: block;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    font-weight: bold;
    font-size: 12px;
    color: #111111;
}
p {
    margin: 0px;
    padding: 0px;
}
ul {
    list-style: square inside;
    margin: 0px;
    padding: 0px 0px 2px 2px;
}
ol {
    list-style-position: inside;
    margin: 0px;
    padding: 0px 0px 2px 2px;
}
.Pt20 {
    padding-top: 20px;
}
.Pl20 {
    padding-left: 20px;
    display: block;
}


/************ Positioning Classes ************/
.clear {
    clear: both;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    height: 0px;
    font-size: 0px;
}
.clearLeft {
    clear: left;
    line-height: 0px;
}
.clearRight {
    clear: right;
    line-height: 0px;
}
.textLeft {
    text-align: left;
}
.textCenter {
    text-align: center;
}
.textRight {
    text-align: right;
}
.posCenter {
    margin: 0px auto;
    padding: 0px;
}
.VAtop {
    vertical-align: top;
}
.VAmiddle {
    vertical-align: middle;
}
.VAbottom {
    vertical-align: bottom;
}
.floatLeft{
    display: inline;
    margin: 0px;
    padding: 0px;
    float: left;
}
.floatRight{
    display: inline;
    margin: 0px;
    padding: 0px;
    float: right;
}
.block{
    display: block;
}
.wrapper {
    overflow: hidden;
}
.line_through {
    text-decoration: line-through;
}
ul.orange {
    list-style: square inside;
    margin: 0px;
    padding: 0px 0px 2px 0px;
    color: #e97e22;
}
ul.orange li {
    padding: 2px 0px;
}
.lh120 {
	line-height: 120%;
}

/************ Color Styles ************/
.white{
    color: #ffffff;
}
.black{
    color: #000000;
}
.normal{
    color: #484848;
}
.lightgrey{
    color: #8d8d8d;
}
.darkgrey{
    color: #171717;
}
.grey{
	color: #999999;
}
.red{
    color: #ff3300;
}
.orange{
    color: #e87817;
}


/************ Font Styles ************/
.menu_title{
    display: block;
    margin: 0px;
    padding: 0px;
    font-family: "Palatino Linotype", "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    /*letter-spacing: 1px;*/
    color: #666666;
}   
.orangeB{
    color: #e87817;
    font-weight: bold;
}   
.whiteB{
    color: #ffffff;
    font-weight: bold;
}
.grey10{
    color: #8d8d8d;
    font-size: 10px;
}
.fontOrange13B{
    color: #e87817;
    font-weight: bold;
    font-size: 13px;
}
.error_normal {
	font-weight: normal;
	color: #e87817;
}
.field_req {
	color: #e87817;
}


/************ Link Styles ************/
a:link, a:visited {
    color: #e87817;
    text-decoration: underline;
    font-weight: inherit;
}
a:hover {
    color: #171717;
    text-decoration: underline;
    font-weight: inherit;
}
a.bold:link, a.bold:visited {
    color: #e87817;
    text-decoration: underline;
    font-weight: bold;
}
a.bold:hover {
    color: #171717;
    text-decoration: underline;
    font-weight: bold;
}

a.boldNounder:link, a.boldNounder:visited {
    color: #e87817;
    text-decoration: none;
    font-weight: bold;
}
a.boldNounder:hover {
    color: #171717;
    text-decoration: underline;
    font-weight: bold;
}
a.nounder:link, a.nounder:visited {
    color: #e87817;
    text-decoration: none;
    font-weight: inherit;
}
a.nounder:hover {
    color: #171717;
    text-decoration: underline;
    font-weight: inherit;
}
a.nounder2:link, a.nounder2:visited {
    color: #e87817;
    text-decoration: none;
    font-weight: inherit;
}
a.nounder2:hover {
    color: #171717;
    text-decoration: none;
    font-weight: inherit;
}
#header a.menu:link, #header a.menu:visited  {
    display: block;
    margin: 0px;
    padding: 0px;
    font-family: "Palatino Linotype", "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
}   
#header a.menu:hover  {
    color: #111111;
    text-decoration: underline;
    font-weight: bold;
}   
a.nav:link, a.nav:visited {
    color: #999999;
    text-decoration: underline;
    font-weight: inherit;
}
a.nav:hover {
    color: #111111;
    text-decoration: underline;
    font-weight: inherit;
}
a.grey:link, a.grey:visited {
    color: #999999;
    text-decoration: underline;
    font-weight: inherit;
}
a.grey:hover {
    color: #111111;
    text-decoration: underline;
    font-weight: inherit;
}
a.site_sub:link, a.site_sub:visited {
    color: #999999;
    text-decoration: underline;
    font-weight: inherit;
    padding-left: 15px;
}
a.site_sub:hover {
    color: #111111;
    text-decoration: underline;
    font-weight: inherit;
    padding-left: 15px;
}
a.site_sub_sub:link, a.site_sub_sub:visited {
    color: #999999;
    text-decoration: underline;
    font-weight: inherit;
    padding-left: 30px;
}
a.site_sub_sub:hover {
    color: #111111;
    text-decoration: underline;
    font-weight: inherit;
    padding-left: 30px;
}
a.whiteimg:link, a.whiteimg:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: inherit;
}
a.whiteimg:hover {
    color: #ffffff;
    text-decoration: underline;
    font-weight: inherit;
}
a img {
border: 0;
}

.frame_lang {
    width: 16px;
    border: 1px solid #dddddd;
    padding: 1px;
    background-color: #ffffff;
    margin-bottom: 1px;
    height: 12px;
}
#header_nav a:link, #header_nav a:visited {
    color: #666666;
    text-decoration: none;
    font-weight: normal;
}
#header_nav a:hover {
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}
#header_nav a.lang:link, #header_nav a.lang:visited {
    display: block;
    color: #999999;
    text-decoration: none;
    font-weight: normal;
    background-color: #ffffff;
    text-align: center;
    width: 16px;
    height: 12px;
    line-height: 12px;
    font-size: 10px;
    font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
}
#header_nav a.lang:hover {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    background-color: #999999;
}

/************ Color Styles ************/
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
img.IEvalign {
    vertical-align: bottom;
}

/************ Table Styles ************/
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
}
td {
    margin: 0px;
    padding: 2px;
}
td.noborder {
    border: 0px;
}
table.hasborder{
    border: 1px solid #8d8d8d;
}
table.centered{
    margin: 0 auto;
}
table.hasborder td {
    border: 1px solid #8d8d8d;
}
table.hasborder td.noborder {
    border: 0px;
}
td.VAtop {
    vertical-align: top;
}


/************ Layout ************/
#container {
    display: block;
    margin: 0 auto;
    padding: 0px;
    width: 850px;
    /*background-color: green;*/
}
.fauxwraper {
    display: inline;
    float: left;
    overflow: hidden;
}

/*-----------HEADER-----------*/
#header {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    color: #666666;
    /*background-color: red;*/
}
    #header_nav {
        display: block;
        width: 850px;
        margin: 0px;
        padding: 30px 0px 10px 0px;
        /*background-color: blue;*/
    }
        #header_nav .coltype1 {
            display: inline;
            float: left;
            width: 200px;
            margin: 0px;
            margin-right: 12px;
            padding: 15px 0px 0px 10px;
            padding-bottom: 20000px;
            margin-bottom: -20000px;
            vertical-align: bottom;
            /*background-color: yellow;*/
        }
        #header_nav .coltype2 {
            display: inline;
            float: left;
            line-height: 190%;
            font-size: 10px;
            width: 131px;
            margin: 0px;
            margin-top: 0px;
            padding: 0px 10px 0px 10px;
            padding-bottom: 20000px;
            margin-bottom: -20000px;
            border-left: 1px solid #dddddd;
            vertical-align: top;
            /*background-color: red;*/
        }
        #header_nav .coltype3 {
            display: inline;
            float: right;
            width: 20px;
            margin: 0px;
            padding: 0px;
            padding-bottom: 20000px;
            margin-bottom: -20000px;
            /*background-color: yellow;*/
        }

    #header_img {
        display: block;
        width: 100%;
        margin: 0px;
        padding: 0px;
        /*background-color: yellow;*/
    }
        #header_img img {
            display: block;
            width: 842px;
            height: 100px;
            margin: 0px;
            padding: 3px;
            border: 1px solid #dddddd;
            vertical-align: bottom;
            /*background-color: yellow;*/
        }
/*-----------MAIN-----------*/
#main {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-bottom: 30px;
    /*background-color: #d3d5aa;*/
}
    #title_section {
        display: block;
        width: 830px;
        margin: 0px;
        padding: 5px 10px 0px 10px;
        border-bottom: 1px solid #dddddd;
        /*background-color: #d3d5aa;*/
    }
        #title {
            display: block;
            width: 100%;
            margin: 0px;
            padding: 0px;
            padding-bottom: 10px;
            /*background-color: #da7d4e;*/
        }
        #path {
            display: block;
            width: 100%;
            margin: 0px;
            padding: 0px;
            padding-bottom: 2px;
            color: #999999;
            /*background-color: #aadd99;*/
        }
    #content_section {
        display: block;
        width: 850px;
        margin: 0px;
        margin-top: 10px;
        padding: 0px;
        /*background-color: #ffaa33;*/
    }
        #main_content {
            display: inline;
            width: 564px;
            float: left;
            margin: 0px;
            padding: 0px;
            margin-left: 10px;
            text-align: justify;
            line-height: 150%;
            /*background-color: #da7d4e;*/
        }
            #main_content img {
                padding: 3px;
                border: 1px solid #dddddd;
                margin: 0px;
            }
            #main_content img.clean {
                border: 0px;
                margin: 0px;
                padding: 0px;
            }
            #main_content img.cleanIE {
                border: 0px;
                margin: 0px;
                padding: 0px;
                vertical-align: bottom;
            }
        #sidebar {
            display: inline;
            float: right;
            width: 225px;
            margin: 0px;
            padding: 3px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
        }
        .sidebar_box_title {
            display: block;
            width: 225px;
            margin: 0px;
            padding: 0px;
            background-color: #eeeddd;
        }
        .sidebar_box_content {
            line-height: 200%;
            display: block;
            width: 205px;
            margin: 0px;
            padding: 15px 10px 25px 10px;
            background-color: #eeeddd;
        }
        .cols2_left {
            display: inline;
            float: left;
            width: 435px;
            margin: 0px;
            padding: 0px;
            /*background-color: blue;*/
        }
        .cols2_right {
            display: inline;
            float: right;
            width: 435px;
            margin: 0px;
            padding: 0px;
            /*background-color: blue;*/
        }
        .cols3_faux {
            display: inline;
            float: left;
            width: 280px;
            margin: 0px;
            margin-right: 30px;
            padding: 0px;
            padding-bottom: 20000px;
            margin-bottom: -20000px;
            /*background-color: blue;*/
        }
        .cols3_faux_last {
            display: inline;
            float: left;
            width: 280px;
            margin: 0px;
            padding: 0px;
            padding-bottom: 20000px;
            margin-bottom: -20000px;
            /*background-color: red;*/
        }
        .cols4 {
            display: inline;
            float: left;
            width: 132px;
            margin: 0px;
            margin-right: 12px;
            padding: 0px;
        }
        .cols4_last {
            display: inline;
            float: left;
            width: 132px;
            margin: 0px;
            padding: 0px;
        }
        .cols4_p3b1 {
            display: inline;
            float: left;
            width: 124px;
            margin: 0px;
            margin-right: 12px;
            padding: 3px;
            border: 1px solid #dddddd;
        }
        .cols4_p3b1_last {
            display: inline;
            float: left;
            width: 124px;
            margin: 0px;
            padding: 3px;
            border: 1px solid #dddddd;
        }
            .cols4_imgtext {
                height: 15px;
                display: block;
                width: 113px;
                margin: 0px auto;
                padding: 1px 1px 1px 10px;
                background: url(../images/3d_print_top.gif) 0 0 no-repeat;
            }
        .img_p3b1 {
            display: inline;
            float: left;
            width: 564px;
            margin: 0px;
            padding: 3px;
            border: 1px solid #dddddd;
        }
            .imgtext {
                height: 15px;
                display: block;
                width: 553px;
                margin: 0px auto;
                padding: 1px 1px 1px 10px;
                background: url(../images/3d_print_top.gif) repeat-x;
            }
       .cols4_faux {
            display: inline;
            float: left;
            width: 192px;
            margin: 0px;
            margin-right: 0px;
            margin-bottom: -20000px;
            padding: 5px 5px 20005px 5px;
            background-color: #f1efe6;
        }
        .cols4_faux_last {
            display: inline;
            float: left;
            width: 192px;
            margin: 0px;
            margin-bottom: -20000px;
            padding: 5px 5px 20005px 5px;
            background-color: #f1efe6;
        }
        .img_example_p3b1 {
            display: block;
            float: left;
            width: 536px;
            height: 183px;
            margin: 0px;
            padding: 3px;
            border: 1px solid #dddddd;
            vertical-align: bottom;
        }
        .coltype1_Mr30 {
            display: inline;
            float: left;
            width: 150px;
            margin: 0px;
            padding: 0px;
            margin-right: 30px;
            /*background-color: blue;*/
        }
        .coltype2 {
            display: inline;
            float: left;
            width: 255px;
            margin: 0px;
            padding: 0px;
            /*background-color: blue;*/
        }
        
        .coltype3_Mr45 {
            display: inline;
            float: left;
            width: 150px;
            margin: 0px;
            padding: 0px;
            margin-right: 45px;
            /*background-color: blue;*/
        }
        .coltype4 {
            display: inline;
            float: left;
            width: 240px;
            margin: 0px;
            padding: 0px;
            /*background-color: blue;*/
        }

/*-----------FOOTER -----------*/
#footer {
    display: block;
    width: 850px;
    margin: 0px;
    padding: 0px;
    /*background-color: #eeeeee;*/
}
    #footer_nav {
        display: block;
        width: 830px;
        margin: 0px;
        padding: 0px 10px 2px 10px;
        border-bottom: 1px solid #dddddd;
        text-align: right;
        /*background-color: #678678;*/
    }
    #footer_copy {
        display: block;
        width: 830px;
        margin: 0px;
        padding: 0px 10px;
        /*background-color: violet;*/
    }



















/************ Forms ************/
form {
    display: inline;
    margin: 0px;
    padding: 0px;
}
label {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    padding-left: 2px;
}
textarea {
    font-family: Tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
    background-color: #ffffff;
    border: #8d8d8d 1px solid;
    font-size: 11px;
    color: #484848;
    margin: 0px;
    padding: 0px 2px;
    text-align: left;
}
input {
    font-family: Tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
    display: inline;
    background-color: #ffffff;
    border: #8d8d8d 1px solid;
    color: #484848;
    font-size: 11px;
    margin: 0px;
    padding: 1px 2px;
    text-align: left;
}
select {
    font-family: Tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
    display: inline;
    background-color: #ffffff;
    border: #8d8d8d 1px solid;
    color: #484848;
    font-size: 11px;
    margin: 0px;
    padding: 1px 0px;
    text-align: left;
}
input.hidden {
    display: none;
    border: none;
    background-color: #ffffff;
    width: 0px;
    height: 0px;
}
input.qqinput_1 {
    width: 146px;
}
input.qqinput_2 {
    width: 114px;
}
input.qqinput_3 {
    width: 115px;
}
input.qqinput_4 {
    width: 143px;
}
input.qqinput_5 {
    width: 145px;
}
input.qqinput_6 {
    width: 204px;
}
input.qqinput_7 {
    width: 199px;
}
input.qqradio {
	position: relative;
    border: 0px;
	background-color: transparent;
    margin-right: 5px;
}
input.input_1 {
    width: 200px;
}
input.input_2 {
    width: 300px;
}
input.input_3 {
    width: 400px;
}
input.input_4 {
    width: 143px;
}
input.input_5 {
    width: 145px;
}
input.input_6 {
    width: 199px;
}
input.radio {
    border: 0px;
    background-color: transparent;
}
input.radio_Mr_5 {
    border: 0px;
    margin-right: 5px;
    background-color: transparent;
}
table.actionForm td {
	margin: 0px;
	padding: 5px;
	vertical-align: top;
}
a.Submit:link, a.Submit:visited {
    background-color: #484848;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    margin: 0px;
    padding: 4px 15px;
    text-align: center;
    cursor: pointer;
    border: 0px;
    text-decoration: none;
}
a.Submit:hover {
    background-color: #e87817;
}

