body {
color: #e8ab11; font-family: century gothic;
background: #2e0101 url('http://breakthrough-designs.com/skins/Reactivate/bg.jpg') repeat;}

#bottombg {
background: url('http://breakthrough-designs.com/skins/Reactivate/bottom bg.jpg') bottom repeat-x;}

#topbg {
background: url('http://breakthrough-designs.com/skins/Reactivate/top bg.jpg') top repeat-x;}

#topimage1 {
background-image: url('http://breakthrough-designs.com/skins/Reactivate/images/index_01.jpg');
width: 953px;
height: 137px;
padding-top: 0px; background-repeat: no-repeat; padding-left: 0px;}

#topimage2 {
background-image: url('http://breakthrough-designs.com/skins/Reactivate/images/index_02.jpg');
width: 953px;
height: 136px;
padding-top: 0px; background-repeat: no-repeat; padding-left: 0px;}

#topimage3 {
background-image: url('http://breakthrough-designs.com/skins/Reactivate/images/index_03.jpg');
width: 953px;
height: 151px;
padding-top: 0px; background-repeat: no-repeat; padding-left: 0px;}

#image1 {
background-image: url('http://breakthrough-designs.com/skins/Reactivate/images/index_04.jpg');
width: 112px;
padding-top: 0px; background-repeat: no-repeat; padding-left: 0px;}

#image2 {
background-image: url('http://breakthrough-designs.com/skins/Reactivate/images/index_05.jpg');
width: 174px;
padding-top: 20px; background-repeat: no-repeat; padding-left: 0px;}

#image3 {
background-image: url('images/index_06.jpg');
width: 29px;
padding-top: 0px; background-repeat: no-repeat; padding-left: 0px;}

#image4 {
background-image: url('http://breakthrough-designs.com/skins/Reactivate/images/index_07.jpg');
width: 518px;
padding-top: 180px; background-repeat: no-repeat; padding-left: 0px;
font-size: 14px;}

#image5 {
background-image: url('http://breakthrough-designs.com/skins/Reactivate/images/index_08.jpg');
width: 120px;
padding-top: 0px; background-repeat: no-repeat; padding-left: 0px;}

a:link,a:visited,a:active {
color: #7f0602;
letter-spacing: 0px;

}
	
a:hover {
color: #f07a01;
letter-spacing: 0px;
}

input, textarea {
background-color: #651502;
background-image: url('http://breakthrough-designs.com/skins/Reactivate/textarea bg.jpg');
background-position: repeat-x;
font-family: century gothic; 
font-size: 10px;
color: #39c3f2;
border-color: #39c3f2;
border-width: 1px;
border-style: solid;
}


b {
font: 13px palatino linotype;
letter-spacing: 2px;
color: #3cc6f3;}


.bgs {
border : 5px solid #490705; margin : 2px;
}

.avabgs {
border : 5px solid #490705; margin : 12px;
}

h1 {
background: url('http://breakthrough-designs.com/skins/Reactivate/header 1.png') no-repeat;
color: #d16903;
font-family: century gothic;
font-size: 18px; text-transform: lowercase;
letter-spacing: 3px; line-height: 30px;
text-align: left;
height: 66px;
padding-top: 0px;}

h2 {
background: #2a0403;
font-weight: bold;
border-bottom: #450200 solid 3px;
border-right: #450200 solid 5px;
border-left: #450200 solid 2px;
border-top: #450200  solid 1px;
font-family: arial;
text-align: center;
font-size: 18px;
height: 25px;
color: #7f0602;
padding-left: 20px;
text-transform: uppercase;
letter-spacing: 3px;}

h4 {
background: url('http://breakthrough-designs.com/skins/Reactivate/header nav.png') no-repeat;
color: #f7b70f;
font-family: century gothic;
font-size: 18px; text-transform: uppercase;
letter-spacing: 3px; line-height: 10px;
text-align: center;
height: 25px;
padding-top: 5px;}

.arrowlistmenu{
width: 173px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 0px 0px 0px 1px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #f9c50a;
font:  10px century gothic;
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #c64d08;
font-size: 80%;
text-transform: lowercase;
background-color: #640404;
margin-bottom: 1px;
}

.arrowlistmenu ul li a:visited{
color: #f9c50a;
font:  10px century gothic;
font-weight: bold;
font-size: 80%;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #3cc6f3;
font:  10px century gothic;
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #3cc6f3;
font-size: 80%;
text-transform: lowercase;
background-color: #640404;
margin-bottom: 1px;}

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 500px;
height: 600px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid #450200;
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #2a0403;
padding: 5px;
visibility: hidden;
width: 500px;
}
/*
 Total glidecontent width: 430px+10px+10px=490px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 500px;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"*/
background: #450200; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */

display: inline-block;
border: 1px solid #c64d08;
color: #f7b70f;
padding: 1px 3px;
margin-right: 3px;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #640404;
color: #3cc6f3;
}

.glidecontenttoggler a:hover{
background: #450200;
color: #3cc6f3;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #450200;
color: #f7b70f;
}

#motioncontainer {
/*margin:2 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 200px; /* Set to gallery height */
}

#motioncontainer a img {
border: 4px solid #490705; /* Set image border color */
}

#motioncontainer a:hover img {
border: 4px solid #13a9e4; /* Set image border hover color */
}

#statusdiv {
background-color: #490705;
border: 1px solid #f68817;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: #f68817; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */







