@charset "utf-8";
/* CSS Document */

body {
background-image:url(orange/background.png); 
background-repeat:repeat-x; 
background-color: #A2A2A2;
margin: 0px;
}

/*HOLDERS*/
.outer {
width:780px;
margin:auto; 
border-left: 1px solid #E9E9E9; 
border-right: 1px solid #E9E9E9; 
display:table;  
}

.inner {
width:auto;
margin:0px;
}
/*END HOLDERS*/

/*CONTENT ELEMENTS*/

#content
{
background-image:url(orange/content_bg.png);
background-repeat:repeat-x;
background-color: #ffffff;
}

.content_holder {
padding-top: 90px;
padding-left: 70px;
padding-right: 70px;
color: #565656;
padding-bottom: 20px;
}

.content {
font-family: arial;
font-size: 12px;
}

/*PICK A LAYOUT ELEMENTS */
#picklayout
{
background-image:url(orange/pick_layout.png);
background-color: #ffffff;
}

.picklayout_holder {
padding-top: 60px;
padding-left: 40px;
padding-right: 40px;
color: #565656;
padding-bottom: 20px;
background-image:url(orange/pick_layout_bg.png);
background-repeat:no-repeat;
height: 170px;
}

.picklayout {
font-family: arial;
font-size: 12px;

}

.default_layout 
{margin: 1px;
float: left;}

.blue_layout {
margin: 1px;
float: left;
}

.orange_layout {
display:none;
}

.retro_layout {
margin: 1px;
float: left;
}

a:link img {filter:alpha(opacity=30);}
a:visited img {filter:alpha(opacity=30);}
a:hover img {filter:none;}

.layout_link {border: 1px solid #cccccc;}

/*OTHER ELEMENTS */

.image {
font-family: arial;
font-size: 12px;
background-image:url(orange/main.png);
height: 258px;
}

/*FOOTER */
#footer
{
background-color: #464646;
}

.footer_holder {
padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
color: #ffffff;
padding-bottom: 20px;
height: 100px;
}

.footer {
font-family: arial;
font-size: 12px;}


.footer a:link {color: #FF7014; text-decoration: none;}
.footer a:visited {color: #FF7014; text-decoration: none;}
.footer a:hover {color: #FF7014; text-decoration: underline;}


/*STYLES*/
h1 {font-size: 20px; color: #FF7014;}

.quote {padding: 10px; margin: 5px; border-bottom: 2px dashed #E6E6E6; border-top: 2px dashed #E6E6E6;}

b{font-size: 12px; color: #FF7014;}
i{font-weight: bold; color: #000000;}