﻿html, body, p, table, tr, td, a, img, form
{
  margin: 0;
  padding: 0;
  border: 0;
}

a    {text-decoration: none;}

body 
{
  font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
  font-size: 12px;
  padding: 20px 0px 20px 0px;
  border-top: 8px solid #666666;
  background: url(./images/stripes.jpg);
  text-align: center;
}

/* Layout Blocks */

#container
{
  width: 800px;
  margin: auto;
  text-align: left;
}

#header
{
  width: 800px;
  height: 153px;
  background: transparent url(./images/header_air.png) no-repeat top;
}

#menu
{
  width: 800px;
  height: 26px;
  background: transparent url(./images/menubar.png) no-repeat top;
  padding-top: 7px;
  text-align: center;
}

#main
{
 width: 800px;
 min-height: 460px;
 height:auto !important;
 height:460px;
 background: white url(./images/shadow_side.png) repeat-y;
 padding-top: 10px;
}

#footer
{
  width: 800px;
  height: 25px;
  background: transparent url(./images/shadow_bot.png) no-repeat top;
}

#copyright
{
  width: 800px;
  padding-top: 8px;
  text-align: center;
  font-size: 10px;
  color: #666666;
}

/* Sub Layout Blocks */

#sidebar
{
  font-size: 11px;
  color: #666666;
  padding: 10px 10px 10px 10px;
}

#main_news
{
  height: 300px;
}

#content
{
  font-size: 11px;
  color: #666666; 
  padding: 0px 5px 0px 20px;
}

#content2
{
  font-size: 11px;
  color: #666666; 
  padding: 0px 0px 0px 10px;
}

#content3
{
  font-size: 11px;
  color: #666666; 
  padding: 0px 5px 0px 5px;
}
/* Menu Link Stlye */
#menu a {
padding: 0 6px 0 6px;
text-decoration: none;}
#menu a:link       {color: #FFFFFF;}
#menu a:visited {color: #FFFFFF;}
#menu a:active   {color: #66CD00;}
#menu a:hover     {color: #66CD00;}

/* General GREEN Link Style */
a.tlink{text-decoration: none;}
a.tlink:link       {color: #66CD00}
a.tlink:visited {color: #66CD00}
a.tlink:active   {color: #66CD00}
a.tlink:hover     {color: #66CD00; text-decoration: underline;}

/* Sidebar Link Style */
a.flink{text-decoration: none;}
a.flink:link       {color: #33A1C9}
a.flink:visited {color: #33A1C9}
a.flink:active   {color: #33A1C9}
a.flink:hover     {color: #33A1C9; text-decoration: underline;}

/* General classes*/

.name  /*description title bar*/
{
  height: 22px;
  font-weight: bold;
  font-size: 13px;
  color: black;
  border-top: 1px solid #66CD00;
  border-bottom: 1px solid #66CD00;
  padding: 5px 0px 0px 0px;
}

.name2  /*description title bar*/
{
  font-weight: bold;
  font-size: 13px;
  color: black;
  border-top: 1px solid #66CD00;
  border-bottom: 1px solid #66CD00;
  padding: 5px 0px 5px 0px;
}

.title /* heading for spec, features, apps */
{
  font-weight: bold;
  color: black;
  padding-bottom: 6px;
}

.tbl_title /* table headings*/ 
{
  color: black;
  font-weight: bold;
}

.category /* sidebar category header */
{
  color: #66CD00;
  font-size: 12px; font-weight: bold;
  border-bottom: 1px solid #666666;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.category2 /* sidebar category header , with black*/
{
  color: #000000;
  font-size: 12px; font-weight: bold;
  border-bottom: 1px solid #666666;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.linklist /* sidebar link lists w/ square bullet */
{
  padding: 0px 0px 0px 13px;
  background: transparent url(./images/link.png) no-repeat left center;
  margin-bottom: 5px;
}

.linklist3 /* sidebar link lists w/ square bullet */
{
  padding: 0px 0px 0px 13px;
  background: transparent url(./images/link.png) no-repeat left 5px;
  margin-bottom: 0px;
}

.linklist4 /* sidebar link lists w/ square bullet */
{
  padding: 0px 0px 0px 13px;
  background: transparent url(./images/link.png) no-repeat left 5px;
  margin-bottom: 0px;
  text-align: justify;
  line-height: 14px;
}

.linklist2 /* sidebar link lists w/out square bullet */
{
  padding: 0px 0px 0px 13px;
  margin-bottom: 5px;
}

.linklist2t /* sidebar link lists w/out square bullet */
{
  padding: 0px 0px 0px 13px;
  margin-top: 5px;
}

.linklist5 /* sidebar link lists for press releases */
{
  padding: 0px 0px 0px 13px;
  background: transparent url(./images/link.png) no-repeat left 5px;
  margin-bottom: 15px;
}

.type_title  /* prodcut type heading*/
{
  color: #66CD00;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  padding: 0px 0px 10px 0px;
  text-align: right;
  font-variant: small-caps; 
}

.artist_title  /* prodcut type heading*/
{
  color: black;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  padding: 0px 0px 10px 0px;
  text-align: left;
  font-variant: small-caps; 
}

.list 
{padding-bottom: 3px;} /* feature list line spacing*/

.green  
{color: #66CD00;} /* color green*/  
   
.break 
{padding-bottom: 15px;}  /*defined break distance*/

.break2
{padding-bottom: 10px;}  /*defined break distance*/

.h_center 
{	margin: auto;	} /* horizontal centering*/
.v_align   
{margin-top: 5px;} /* vertical alignment*/

.justify /* justify paragraph*/					
{
  text-align: justify;
  line-height: 14px;
}

.justify15 /* justify paragraph*/					
{
  text-align: justify;
  line-height: 15px;
}

.right /* justify paragraph*/					
{
  text-align: right;
}

.float_left
{
  float: left;
  margin-right: 5px;
}

.img2
{
  margin-left: 10px;
  padding: 5px 0px 5px 0px;
  border: 1px solid black;
  text-align: center;
}

.img_main
{
  height: 280px;
  border: 1px solid black;
  text-align: center;
}

.img_side
{
  height: 150px;
  border-top: 1px solid white;
  text-align: center;
  background: transparent url(./images/pic_shadow.png) no-repeat top;
}

.img_cat
{
  width: 280px;
  height: 126px;
  border: 1px solid black;
  text-align: center;
  margin: auto;

}

.linkpic
{
  width: 180px;
  height: 120px;
  background: #FAFAFA;
  float: left;
}

.linktext
{
  padding-top: 10px;
  padding-right: 5px;
  margin-left: 185px;
  color: black;
  font-weight: bold;
}

.linktext2
{
  padding-top: 10px;
  padding-right: 5px;
  margin-left: 185px;
  font-size: 10px;
  text-align: justify;
  height: 64px;
}

.linktext3
{
  display:block;
  padding: 4px 0px 5px 5px;
  color: black;
  font-weight: bold;
}

.linktext4
{
  display:block;
  padding: 4px 0px 5px 5px;
}

a.prod_link 
{
  display: block;
  width: 495px;
  height: 120px;
  text-decoration: none;
  border-top: 1px solid #66CD00;
  padding: 0px;

}
a.prod_link:link       {color: #666666;}
a.prod_link:visited {color: #666666;}
a.prod_link:active   {color: #666666;}
a.prod_link:hover     {color: #666666; background: #F2F2F2;}

/* ================== */
a.block_link 
{
  text-decoration: none;
  padding: 0px;
}
a.block_link:link       {color: #666666;}
a.block_link:visited {color: #666666;}
a.block_link:active   {color: #666666;}
a.block_link:hover     {color: #666666;}
/* ================== */

.category a:link       {color: #66CD00; text-decoration: none;}
.category a:visited {color: #66CD00; text-decoration: none;}
.category a:active   {color: #66CD00; text-decoration: none;}
.category a:hover     {color: #66CD00; text-decoration: none;}

a:link img       {color: #66CD00; text-decoration: none;}
a:visited img {color: #66CD00; text-decoration: none;}
a:active img   {color: #66CD00; text-decoration: none;}
a:hover img     {color: #66CD00; text-decoration: none;}

a.pic_link 
{
  display: block;
  text-decoration: none;
  padding: 0px;

}

a.pic_link:link       {color: #666666;}
a.pic_link:visited {color: #666666;}
a.pic_link:active   {color: #666666;}
a.pic_link:hover     {color: #66CD00;}

.index_pic
{
  color: #66CD00;
  font-weight: bold;
  padding: 2px 0px 5px 0px;
  margin: 0px 8px 0px 8px;
  border-top: 1px solid black;
}

.main_news
{
  height: 50px;
  margin-bottom: 4px;
  line-height: 15px;
}

.news
{
  width: 495px;
  height: 180px;
  border-top: 1px solid #66CD00;
}

.news_title
{
  padding: 5px 0px 3px 0px;
  font-size: 13px;
  font-weight: bold;
  color: black;
}

.news_text
{
  margin-left: 130px;
}

.news_pic
{
  padding-top: 5px;
  float: left;
}

.prod_link2
{
  display: block;
  width: 495px;
  height: 120px;
  text-decoration: none;
  border-top: 1px solid #66CD00;
  padding: 0px;

}

.top_line
{

  border-top: 1px solid #66CD00;
  padding: 0px;

}

.artist_link
{
  display: block;
  width: 405px;
  height: 90px ; 
  text-decoration: none;
  padding: 0px;

}
a.artist_link:link       {color: black;}
a.artist_link:visited {color: black;}
a.artist_link:active   {color: black;}
a.artist_link:hover     {color: #66CD00;}

.quote_top
{
  width: 495px;
  height: 30px;
  background: #C4E2A0 url(./pics/art/quote_top.png) no-repeat top left;
}

.quote
{
  background: #C4E2A0;
  color: black;
  padding: 0px 40px 0px 40px;
  line-height: 15px;
  text-align: justify;
}

.quote_bot
{
  width: 495px;
  height: 30px;
  background: #C4E2A0 url(./pics/art/quote_bot.png) no-repeat bottom right;
}

.art_block
{
  color: black;
  width: 495px;
  min-height: 90px;
  height:auto !important;
  height:90px;
  background: transparent url(./pics/art/artists_corner.png) no-repeat top right;
}

.bio
{
  color: black;
  padding: 0px 13px 0px 13px;
  line-height: 15px;
  text-align: justify;
}

.info
{
  color: black;
  padding: 0px 13px 8px 0px;

}

a.feature_link 
{
  color: red;
  font-weight: bold;
  text-decoration: none;
  padding: 0px;

}

a.feature_link:link       {color: red;}
a.feature_link:visited {color: red;}
a.feature_link:active   {color: red;}
a.feature_link:hover     {color: red; text-decoration: underline;}

.form_text
{
  color: black;
  padding: 3px 0px 0px 0px;
}

.red
{
  color: red;
}

.top_link
{
  text-align: right;
  padding-right: 40px;
  padding-top: 35px;
 }
 
a.top_link 
{
  text-decoration: none;
  padding: 0px;
  font-size: 10px;

}

a.top_link:link       {color: black;}
a.top_link:visited {color: black;}
a.top_link:active   {color: black;}
a.top_link:hover     {color: white;}

a.sub_link 
{
  text-decoration: none;
  padding: 0px;
  font-size: 10px;

}

a.sub_link:link       {color: black;}
a.sub_link:visited {color: black;}
a.sub_link:active   {color: black;}
a.sub_link:hover     {color: #66CD00;}
a.sub_link2{  text-decoration: none;  padding: 0px;  font-size: 11px;}a.sub_link2:link       {color: black;}a.sub_link2:visited {color: black;}a.sub_link2:active   {color: black;}a.sub_link2:hover     {color: #66CD00;}
.sub_menu
{  color: #66CD00;  text-decoration: none;  padding: 0px;  font-size: 10px;}.sub_menu2{  color: #66CD00;  text-decoration: none;  padding: 0px;  font-size: 11px;}.main_content{  font-size: 12px;  /*color: #666666; */  padding: 0px 10px 0px 10px;}.axg_submen{  color: #ac1e2c;  text-decoration: none;  padding: 0px;  font-size: 11px;}a.axg_sublnk{  text-decoration: none;  padding: 0px;  font-size: 11px;}a.axg_sublnk:link       {color: black;}a.axg_sublnk:visited {color: black;}a.axg_sublnk:active   {color: black;}a.axg_sublnk:hover     {color: #ac1e2c;}a.axg_tlink{text-decoration: none;}a.axg_tlink:link       {color: #ac1e2c}a.axg_tlink:visited {color: #ac1e2c}a.axg_tlink:active   {color: #ac1e2c}a.axg_tlink:hover     {color: #ac1e2c; text-decoration: underline;}.axg_content1{  font-size: 12px;  color: #000000;}.axg_content_heading{  font-size: 12px;  font-weight: bold;  color: #000000;  padding-bottom: 4px;  padding-top: 6px;}.axg_title {  font-weight: bold;  font-size: 14px;  color: #000000;  padding-bottom: 12px;}
.axg_name  /*description title bar*/{  height: 22px;  font-weight: bold;  font-size: 14px;  color: black;  border-top: 1px solid #ac1e2c;  border-bottom: 1px solid #ac1e2c;  padding: 5px 0px 0px 0px;}.axg_topline{  border-top: 1px solid #ac1e2c;  padding: 0px;}
a.test
{
  display: block;
}

.ices_header /* CAKE ARTISTRY HEADLINE */
{
  font-weight: bold;
  color: black;
  font-size: 46px;
  text-align: center;
}

.ices_box /* text box */
{
  background: #F2F2F2;
  padding: 10px 20px 10px 20px;
}

.ices_box2 /* text box2*/
{
  padding: 10px 0px 0px 10px;
}