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

html
{
   margin:0;
   padding:0;
   height:100%;
}

body 
{
	background-color: #FFFFFF;
	background-image: url(../_images/template/bkg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    padding:0; 
	height: 100%;
}

#container {
   min-height:100%;
   position:relative;
}

#header
{
	height: 190px;
	width: 950px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 11px;
}

#body 
{
   padding:0px;
   padding-bottom:100px;   /* Height of the footer */
}

#nav-holder
{
	float: right;
}

.divider
{
	color: #FFF;
	height: 1px;
}

#content-holder
{
	background-image: url(../_images/template/bkg-content-holder.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 100%;

}

#content
{
	background-image: url(../_images/template/bkg-content.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 950px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;	
	height: 100%;	
}

#content-inner
{
	min-height: 350px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 20px;	
}

#footer 
{
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;   /* Height of the footer */
  	background:#592a7a;
	background-image: url(../_images/template/bkg-footer.gif);
	background-repeat: repeat-x;   
}

#footer-inner
{
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;	
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 950px;
}


.tab
{
	float: left;
	clear: right;
}

a.nav-cd:link, a.nav-cd:visited
{
	display: block;
	width: 157px;
	height: 35px;
	background: url(../_images/nav/cd-duplication.gif);
	text-align: left;
	border-bottom: none;
   	text-decoration: none;
	border-bottom: 0px;	
} 

a.nav-cd:hover 
{ 
   background-position: -157px 0; 
	text-decoration: none;
	border-bottom: 0px;	
}


#cd a.nav-cd
{ 
   background-position: -157px 0; 

}

a.nav-home:link, a.nav-home:visited
{
	display: block;
	width: 78px;
	height: 35px;
	background: url(../_images/nav/home.gif);
	text-align: left;
	border-bottom: none;
   	text-decoration: none;
	border-bottom: 0px;	
} 

a.nav-home:hover 
{ 
   background-position: -78px 0; 
	text-decoration: none;
	border-bottom: 0px;	
}


#home a.nav-home
{ 
   background-position: -78px 0; 

}

a.nav-dvd:link, a.nav-dvd:visited
{
	display: block;
	width: 157px;
	height: 35px;
	background: url(../_images/nav/dvd-duplication.gif);
	text-align: left;
	border-bottom: none;
} 

a.nav-dvd:hover 
{ 
   background-position: -157px 0; 
   	text-decoration: none;
	border-bottom: 0px;	   
}

#dvd a.nav-dvd
{ 
   background-position: -157px 0; 
}

a.nav-design:link, a.nav-design:visited
{
	display: block;
	width: 141px;
	height: 35px;
	background: url(../_images/nav/design.gif);
	text-align: left;
	border-bottom: none;
} 

a.nav-design:hover 
{ 
   background-position: -141px 0; 
   	text-decoration: none;
	border-bottom: 0px;	   
}

#design a.nav-design
{ 
   background-position: -141px 0; 
}

a.nav-pricing:link, a.nav-pricing:visited
{
	display: block;
	width: 87px;
	height: 35px;
	background: url(../_images/nav/pricing.gif);
	text-align: left;
	border-bottom: none;
} 

a.nav-pricing:hover 
{ 
   background-position: -87px 0; 
   	text-decoration: none;
	border-bottom: 0px;	   
}

#pricing a.nav-pricing
{ 
   background-position: -87px 0; 
}

a:link, a:visited 
{ 
	color: #f32169; 
	text-decoration: none;
}

a:hover 
{
	color: #000000; 
	text-decoration: underline;
} 

a.otherlink:link 
{ 
	color: #ffffff; 
	text-decoration: none;
}

a.otherlink:visited 
{ 
	color: #ffffff; 
	text-decoration: none;
}

a.otherlink:hover 
{
	color: #ffffff; 
	text-decoration: none;
	border-bottom:1px dotted #ffffff;
} 


h1
{
	font-size: 20px;
	color: #592a7a;
}

h2
{
	font-size: 16px;
	color: #905bb5;
}

#mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	border-right: 1px solid #f26595;
	border-bottom: 1px solid #f26595;
	border-top: 1px solid #f26595;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #f32169 url(../_images/template/bkg-table.gif) no-repeat;
}

th.nobg {

	border-top: 0;
	border-left: 0;
	border-right: 1px solid #f26595;
	background: none;
}

td.my {
	border-right: 1px solid #f26595;
	border-bottom: 1px solid #f26595;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333333;
	text-align:center;
}

td.total {
	border-right: 1px solid #f26595;
	border-bottom: 1px solid #f26595;
	background: #eeebeb;
	padding: 6px 6px 6px 12px;
	color: #333333;
	background-color: #eae9e9;
	text-align: center;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	color: #333333;
	border-left: 1px solid #f26595;
	border-top: 0;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #eeebeb;
	text-align: left;
}

th.specalt {
	border-left: 1px solid #f26595;
	border-top: 0;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.line
{
	height: 25px;
	background-image: url(../_images/template/line.gif);
}

#side-col
{
	padding-top: 50px;


}

