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

* {
	margin:0;
	Padding:0;
}

#wrapper {
	position:relative;
	width:900px;
	margin:auto;
}

#wrapper #header { 
        position: relative; 
        z-index: 2; 
} 

#logo {
	position:absolute;
	left:16px;
	top:10px;
	z-index:100;
	margin:0;
	padding:0;
	text-decoration:none;
	border:none;
}

#logo2 {
	position:absolute;
	left:16px;
	top:10px;
	z-index:10000;
	margin:0;
	padding:0;
	text-decoration:none;
}

#navbar {
	position:relative;
	top:3em;
	background-image:url(/stripes_blue3.jpg);
	background-repeat:repeat-x;
	height:100px;
	width:759.375px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:Right;
	clear:both;
	vertical-align:baseline;
    z-index:7;
	
}

#navbar ul, #footer ul {
	list-style-type:none;
}

#navbar li, #footer li {
	float:right;
	padding-right:10px;
	position:relative;
}

#navbar li ul {
	position:absolute;
	z-index:2;
	visibility:hidden;
}

#navbar li:hover ul {
	visibility:visible;
        z-index:2;
}

#navbar li:hover ul li a {
	background-color:#2F4048;
	color:#FFFFFF;
	display:block;
	width: 110px;
	height:24px;
	text-align:left;
	width:110px;
	padding-left:5px;
	padding-right:5px;
}

#navbar li:hover ul li a:hover {
	background-color:#CCCCCC;
	color:#FFFFFF;
}

#navbar a, #navbar a:link, #navbar a:visited {
	text-decoration:none;
	font-size:57%;
	color:#FFFFFF;
	display:block;
	height:22px;
	text-align:center;
	line-height:20px;
	position:relative;
	
}

h1 {
	color:#a1ced2;
	font-size:13px;
	font-weight:normal;
}

h2 {
	color:#a1ced2;
	font-size:13px;
	font-weight:normal;
}

#testimonialblue {
	background-color:#c7eef5; /*#EEF7FF;*/
	color:#000033;
	font-style:italic;
	padding:8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#testimonialred {
	background-color:#FFE8E8;
	color:#990000;
	font-style:italic;
	padding:8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#testimonialgreen {
	background-color: #DCFED9; /*#E6FFB2;*/ /*#D4EE94;*/  /*#CBF798;*/
	color:#339900;
	font-style:italic;
	padding:8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	

#navbar a:hover, #navbar a:active {
	background:#CCCCCC;
	color:#FFFFFF;
	
}

#leftcolumn {
	width:24px;
	margin: 0;
	padding:0;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	text-decoration:none;
	position:relative;
	top: 200px;
	left:35px;
	
}

#leftcolumn2 {
	width:8em;
	margin: 0;
	padding:0;
	font-size:0.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	text-decoration:none;
	position:absolute;
	top: 370px;
	left:35px;
	
}

#leftcolumn3 {
	float:left;
	width:120px;
	margin: 0;
	padding:0;
	font-size:0.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	text-decoration:none;
	position:absolute;
	top: 440px;
	left:35px;
	
}

#leftcolumn4 {
	float:left;
	width:8em;
	margin: 0;
	padding:0;
	font-size:0.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	text-decoration:none;
	position:absolute;
	top: 450px;
	left:35px;
	
}

#content {
	color:#003;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-decoration:none;
	line-height:15px;
	margin:0;
	padding:0;
	width: 744px;
	position:absolute;
        z-index:1;
	left:0px;
	top:160px;
	
}

#content2 {
	color:#003;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	text-decoration:none;
	line-height:1.5em;
	margin:0;
	padding:0;
	width: 744px; 
	position:relative;
	top:100px;
	left:0 px;
	
}

#content3 {
	color:#003;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	text-decoration:none;
	line-height:1.5em;
	margin:0;
	padding:0;
	width: 544px; 
	position:relative;
	top:100px;
	left:215px;
	
}

#content4 {
	color:#003;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-decoration:none;
	line-height:15px;
	margin:0;
	padding:0;
	width: 750px;
	position:absolute;
	left:0px;
	top:171.875px;
}

#content6 {
	color:#003;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	text-decoration:none;
	line-height:1.5em;
	margin:0;
	padding:0;
	width: 624px; 
	position:relative;
	top:100px;
	left:115px;
	
}

#footer {
	height:35.5px;
	width:925px;
	vertical-align:bottom;
	font-size:0.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
	top:480px;
	z-index:5;
	
}

#footer2 {
	height:35.5px;
	width:925px;
	clear:both;
	vertical-align:bottom;
	font-size:0.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
	top:120px;
	z-index:5;
	
}

#footer3 {
	height:35.5px;
	width:925px;
	clear:both;
	vertical-align:bottom;
	font-size:0.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
	top:200px;
	z-index:5;
	
}

#footer4 {
	height:35.5px;
	width:925px;
	vertical-align:bottom;
	font-size:0.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
	top:650px;
	z-index:5;
	
}

#content a:link, #content3 a:active, #content a:visited, #leftcolumn a:link, #leftcolumn a:visited {
	color:#666666;
	text-decoration:underline;
        border: 0;
}

#content a:hover, #content3 a:active, #leftcolumn a:hover {
	color:#0099FF;
        border: 0;
}

#content a:active, #content3 a:active, #leftcolumn a:active {
	color:#666666;
        border: 0;
}

#content2 ul {
  float: left;
  width: 450px;
  margin: 0 0 0 1.5em;
  padding: 0;
  list-style-type:circle;
}
 
#content2 li {
  float: left;
  width: 225px;
  margin: 0;
  padding: 0;
}  

#content2 ul.accordion 
{
	list-style-type: disc;
        list-style: outside;
}

#content2 ul li.accordion 
{	
	float: left;
  width: 100%;
  margin: 0;
  padding: 0;
list-style-type: disc; 
list-style: outside;
line-height: 1.5;
	color:#2f4048;
}
			
li span 
{
	color: #b0d9dd;
	}


#content2 a:link, #content2 a:visited, #leftcolumn a:link, #leftcolumn a:visited {
	color:#666666;
	text-decoration: none;
        border: 0;
}

#content2 a:hover, #content2 a:active {text-decoration: underline;}

#content3 ul {
  float: left;
  width: 450px;
  margin: 0 0 0 1.5em;
  padding: 0;
  list-style-type:circle;
}
 
#content3 li {
  float: left;
  width: 225px;
  margin: 0;
  padding: 0;
} 

#bottom {
	height:1em;
	width:925px;;
	text-align:center;
	font-size:0.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:auto;
	position:relative;
	z-index:2;
    top: 300px;

	text-decoration:none;
	color:#CCCCCC;
}

.bottom {
	height:1em;
	width:925px;;
	text-align:center;
	font-size:0.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:auto;
	position:relative;
	z-index:2;
    top: 300px;

	text-decoration:none;
	color:#CCCCCC;
}

#bottom a:link, #bottom a:visited, #bottom a:hover, #bottom a:active, .bottom a:link, .bottom a:visited, .bottom a:hover, .bottom a:active {
	color: #CCCCCC;
	text-decoration: none;
	text-align:center;
}

#contact {
	position:relative;
	top:110px;
	left:60px;
	width:60em;
	font-size:0.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#quicktalk {
	float:right;
	width:150px;
	position:absolute;
	left:780.125px;
	top: 48px;
	border:#CCCCCC solid thin;
}

#share {
	float:right;
	width:150px;
	position:absolute;
	top:618px;
	left:778.125px;
	margin:auto;
}
#share01 {
	float:right;
	width:150px;
	position:relative;
	top:690px;
	left:378.125px;
	margin:auto;
}
#share001 {
	float:right;
	width:150px;
	position:relative;
	top:690px;
	left:328.125px;
	margin:auto;
}

#share2 {
	float:right;
	width:150px;
	position:absolute;
	top:780px;
	left:228px;
	margin:auto;
}

#share3 {
	float:left;
	width:150px;
	position:absolute;
	top:700px;
	left:157px;
	margin:auto;
}

#share6 {
	float:right;
	width:150px;
	position:absolute;
	top:1350px;
	left:153px;
	margin:auto;
}

input.bigcheck {
height: 18px;
width: 18px;
} 

.portfolio {
	position:relative;
	z-index:1;
	left:607 px;
	top:-255px;
	color:#FFFFFF; 
	font-size:1em; 
	text-align:center;
	height:234.375px;
	width:135px;
} 

#content a:link, #content a:visited, #content a:hover, #content a:active {
color:#FFFFFF;
text-decoration:none;
border:0;
}

#content4 a:link, #content4 a:visited, #content4 a:hover, #content4 a:active {
color:#FFFFFF;
text-decoration:none;
}

.gettoknowus {
	position:relative;
	z-index:1;
	top:30px;
	color:#000000; 
	font-size:11px; 
	font-family:Georgia, "Times New Roman", Times, serif;
} 

.thelist {
	font-size:11px; 
	font-family:Georgia, "Times New Roman", Times, serif;
}

#portfolio {
	color:#003;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-decoration:none;
	line-height:15px;
	margin:0;
	padding:0;
	width: 756px;
	position:absolute;
	left:100px;
	top:250px;
	z-index:10;
	
}

#leftcolumnport {
	width:24px;
	margin: 0;
	padding:0;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	text-decoration:none;
	position:absolute;
	top: 350px;
	left:35px;
	z-index:999999999999;
	
}

#twitter {
	position:absolute;
	top:1000;
}





#imageContainer { height:352px; }  
#imageContainer img { display:none; 	
			position:absolute;
                        z-index:10;
                        border:#CCCCCC solid 0px; 	
			top:0px; left:0px; 	
			height:352px;  	
			width:755px; 	
			opacity: -0.01; } 	

#servicesimageContainer { height: 200px;}  

#servicesimageContainer img { display:none; 	
			position:relative;
                        z-index:10; 	
			top:0px; left:0px; 	
			height:200px;  	
			width:700px; 	
			opacity: -0.01; } 	

			
.feed {
	position: relative;
	vertical-align:top;
	padding-top:25px;
	padding-left:220px;
	color:#ccc;
	background-image:url(footer-images/blog.jpg); 
	background-repeat:no-repeat; 
	border-top:2px dotted #b8d5da; 
	border-left:2px dotted #b8d5da; 
	width:600px; 
	text-align:left;
}

#bottom .feed a{
	line-height:14px;
	vertical-align:bottom;
	color:#999;
}

.feedsweep_body {
	padding-bottom:7px;
}

.tweet {
	border-top:2px dotted #b8d5da; 
	padding-left:20px; 
	margin-top:20px; 
	padding-right:20px;
	width:350px;
	text-align:left;
	color:#999;
}

#content table tr td {
	padding-bottom:15px;
	vertical-align:top;
}

#shop {
	color:#003;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-decoration:none;
	line-height:15px;
	margin:0;
	padding:0;
	width: 620px;
	position:absolute;
    z-index:6;
	left:50px;
	top:210px;
	
}

#shop-detail {
	color:#003;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-decoration:none;
	line-height:15px;
	margin:0;
	padding:0;
	width: 670px;
	position:absolute;
    z-index:6;
	top:210px;
}

#shop table {
	text-align:left;
	width:100%;
	padding:0;
	margin:0;
}

P.catname {
	background-image: url('images/menu-button.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width: 212px;
	padding: 17px 10px 0px 0px;
}

td.catname {
	text-align:center;
	vertical-align:middle;
	height:45px;
	color:#B0D9DD;
}

IMG.catimage {
border: 1px solid #CCC;
padding: 10px;
vertical-align:top;
}

td.catimage {
	text-align:center;
}

P.pagenums {
	padding:10px;
	text-align:right;
}

#shop table .products {
	padding-left:30px;
	padding-right:30px;
}

.detailname {
	color:#a1ced3;
	font-size:14px;
}
div.prodname a{
	color:#B0D9DD;
}

td.detailimage {
		vertical-align:top;
}

.detaildescription {
	text-align:justify;
}

td.optiontext {
	color:#a1ced3;
	font-size:12px;
}

#mainbodyspan table { 
	width:100%
}

td.detailimage .prodimage{
	padding:5px;
	border: 1px solid #CCC;
}

td.catname a {
	color:#B0D9DD;
}

#main-cats a {
	color:#3D515A;
	position:relative;
	z-index:7;
}

.buybutton, .configbutton {
	border:0;
	background:#fff;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	color:#B0D9DD;
	text-align:right;
	width:100%;
}

.buybutton {
	font-size:18px;
	font-weight:800;
	font-variant:small-caps;
	padding-bottom:5px;
}

a.emailfriend, p.mint a {
	color:#B0D9DD;
	text-align:right;
}
td.options{
	border:1px solid #B0D9DD;
	text-align:right;
	width:100%;
}

textarea.prodoption, select.prodoption {
	text-align:justify;
	border:0;
	background:transparent;
	width:100%;
}
.detailprice {
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
}

#prodimage {
	text-align:left;
}

#cart-stuff {
	position:absolute;
	top:30px;
	left:570px;
	color:#3D515A;
	font-size:11px;
}
#top-login {
	position:absolute;
	top:30px;
	left:270px;
	color:#3D515A;
	font-size:11px;
}

#cart-stuff a {
	color:#3D515A;
}

#search {
	position:absolute;
	top:25px;
	left:780px;
	color:#3D515A;
	font-size:10px;
}

#search .sub {
	border:0;
	background-color:transparent;
}

.checkoutbutton {
	color: #B0D9DD;
	font-weight:bold;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}

.buybutton {
	padding-bottom:15px;
}

.clear {
    clear:both;
    }

#map{
background:#fff;
width:700px;
margin: 0;
height: 500px;
}


/***** Contact Form ********************/



input.contact-form, select.contact-form {
	background:#FFF;
	line-height:24px;
	float:right;
	border:#CCCCCC dotted thin;
	width:600px;
	height:20px;
}

p.contact-form {
	background:#FFF;
	line-height:24px;
	height:20px;
margin-bottom: 10px;
margin-top: 10px;
}


textarea.contact-form {
	background:#FFF;
	line-height:24px;
	float:right;
	border:#CCCCCC dotted thin;
	width:600px;
	height:60px;
margin: 5px 0 5px 0
}



textarea.wedding {
	background:#fff;
	line-height:24px;
	float:right;
	border:#CCCCCC dotted thin;
	width:600px;

}

input.submit {
	float:right;
	border:0;
	height:42px;
	width:68px;
	margin:0px;
	margin-bottom:0px;
	padding:10;
	color:#a1ced2;
	background:#fff;
	font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;

}

#gallery-container {
background-color: #FFFFF;
width: 700px; 
height: 400px;
margin: 0; 
padding: 0px;
float: left;

}

#gallery-container2 {
background-color: #FFFFF;
width: 700px; 
height: 220px;
margin: 0; 
padding: 0px;
float: left;

}

#gallery-container2 a img {
border: 1px solid #dcdcdc;

}

#gallery-container a img {
border: 1px solid #dcdcdc;

}

