/* CSS Document */
html,body,img,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,table,tr,td {
	margin:0;
	padding:0;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
	color:#666666;
	margin-top:20px;
	margin-bottom:20px;
	line-height:1.4em;
	/*background-image:url(/images/pattern.gif);
	background-repeat:repeat;*/
}

p {
	margin-bottom:10px;
}

div#container {
	margin-left:auto;
	margin-right:auto;
	width:790px;
}


/************ HEADER & NAVIGATION & CONTENT ************/
div#header {
	width:793px;
}

div#nav {
	width:793px;	
}

div#content {
	width:793px;
	background-image:url(/images/bg.gif);
	background-repeat:repeat-y;
	padding-top:15px;
	padding-bottom: 10px;
}

/************ HEADINGS ************/

h1#welcome {
	background-image:url(/images/heading_welcome.gif);
	background-repeat:no-repeat;
	position:relative;
	width:410px;				/** same height and with as the image **/
	height:41px;
	margin-bottom:5px;
}

h1#popular {
	background-image:url(/images/heading_popular.gif);
	background-repeat:no-repeat;
	position:relative;
	width:162px;
	height:37px;
	margin-bottom:5px;
}

h1#contactHome {
	background-image:url(/images/heading_contact_home.gif);
	background-repeat:no-repeat;
	position:relative;
	width:162px;
	height:38px;
	margin-bottom:5px;
}

h1#about {
	background-image:url(/images/heading_about.gif);
	background-repeat:no-repeat;
	position:relative;
	width:410px;
	height:38px;
	margin-bottom:5px;
}

h1#product {
	background-image:url(/images/heading_product.gif);
	background-repeat:no-repeat;
	position:relative;
	width:410px;
	height:45px;
	margin-bottom:5px;
}

h1#wedding {
	background-image:url(/images/heading_wedding.gif);
	background-repeat:no-repeat;
	position:relative;
	width:602px;
	height:45px;
	margin-bottom:10px;
}

h1#sympathy {
	background-image:url(/images/heading_sympathy.gif);
	background-repeat:no-repeat;
	position:relative;
	width:602px;
	height:45px;
	margin-bottom:10px;
}

h1#friendship {
	background-image:url(/images/heading_friendship.gif);
	background-repeat:no-repeat;
	position:relative;
	width:602px;
	height:45px;
	margin-bottom:10px;
}

h1#corporate {
	background-image:url(/images/heading_corporate.gif);
	background-repeat:no-repeat;
	position:relative;
	width:602px;
	height:45px;
	margin-bottom:10px;
}

h1#faq{
	background-image:url(/images/heading_faq.gif);
	background-repeat:no-repeat;
	position:relative;
	width:410px;
	height:45px;
	margin-bottom:10px;
}

h1#contact{
	background-image:url(/images/heading_contact.gif);
	background-repeat:no-repeat;
	position:relative;
	width:410px;
	height:45px;
	margin-bottom:10px;
}

h1#thank{
	background-image:url(/images/heading_thankYou.gif);
	background-repeat:no-repeat;
	position:relative;
	width:410px;
	height:45px;
	margin-bottom:10px;
}

h1#privacy{
	background-image:url(/images/heading_privacy.gif);
	background-repeat:no-repeat;
	position:relative;
	width:410px;
	height:45px;
	margin-bottom:10px;
}



h1 span {
	display:none;
}

h1 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:5px;
	color:#165d92;
}

h2 {
	font-size:2em;
	font-weight:bold;
	margin-bottom:15px;
	color:#165d92;
	line-height: 1em;
}

h3 {
	font-size:1em;
	font-weight:bold;
	color:#165d92;
}

/************ LINKS ************/
a:link, a:visited {
	color:#165d92
}

a:active, a:hover {
	color:#666666;	
}

#subMenu a:link, #subMenu a:visited {
	color:#165d92;
	text-decoration:none;	
}

#subMenu a:active, #subMenu a:hover {
	color:#666666;
	text-decoration:none;	
}

a.back:link, a.back:visited{
	font-weight:bold;
	color:#165d92;
}

a.back:active, a.back:hover{
	font-weight:bold;
	color:#666666;
}

a img:active, a img:hover {
	text-decoration:none;	
}

/************ LAYOUT ************/
div#homeLayout {
	width:765px;
	background-image: url(/images/bg_home.gif);
	background-repeat:repeat-y;
	margin-left:15px;
}

div#genericLayout {
	width:762px;
	background-image: url(/images/bg_generic.gif);
	background-repeat:repeat-y;
	margin-left:15px;
}

div#productLayout {
	width:602px;
}

/************ SUB MENU ************/

div#subMenu {
	float:left;
	width:121px;
	display: inline;		/*to solve IE float margin problem (which adds 3 extra pixel)*/
	margin-left:3px;
}

#subMenu img {
	margin-bottom:10px;
	border:1px solid #7cc1df;
}


/************ HOME ************/

div#homeContent {
	width:410px;
	float:left;
	margin-left:32px;
	display:inline;
}

#homeFeature {
	border:1px solid #7cc1df;
	margin-bottom:15px;
}

div#sideBar {
	float:left;
	display:inline;
	width:163px;
	margin-left:30px;
}

div.sideBarBox {
	width:162px;
	margin-bottom:15px;
}

div.popularL img{
	float:left;
	width:76px;
	height:76px;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid #7cc1df;
}


div.popularR img  {
	float:left;
	width:76px;
	height:76px;
	margin-bottom:5px;
	border:1px solid #7cc1df;
}

/************ GENERIC PAGES ************/
div#genericContent {
	width:410px;
	float:left;
	margin-left:32px;
	display:inline;
}

div#genericSide {
	float:left;
	display:inline;
	width:177px;
	margin-left:15px;
}

/*div.genericSideBox {
	width:175px;
	background-color:#FFFFCC;
	border:1px solid #165d92;
	margin-bottom:10px;
}*/

#genericSide img {
	border:1px solid #7cc1df;
	margin-bottom:10px;
}

/************ PRODUCT GALLERY ************/
div.occassionBox {
	width:410px;
	margin-bottom:30px;
}

.occassionBox div.icon {
	
	float:left;
	margin-right:15px;
}

.occassionBoxTxt {
	float:left;
	width:330px;
}

.occassionBox a:link, .occassionBox a:visited {
	color:#165d92;
	font-weight:bold;
}

.occassionBox a:active, .occassionBox a:hover {
	color:#666666;
	font-weight:bold;
}

/************ WEDDING/SYMPATHY/COPRPORATE/FRIENDSHIP ************/
div#productContent {
	margin-left:32px;
	width:602px;
	float:left;
	display:inline;
}

div#productBoxContainer {
	width:482px;
	margin-left:60px;
}

div.productRow {
	background-image:url(/images/bg_box.gif);
	background-repeat:repeat-y;
}

div.rowClear {
	height:15px;
	clear:both;
}

div.productBoxL {
	width:148px;
	float:left;
	margin-right:15px;
	border: 1px solid #b6e3f6;
	margin-bottom:15px;
}

div.productBoxR {
	width:148px;
	float:left;
	border: 1px solid #b6e3f6;
	margin-bottom:15px;
}

.productBoxL img, .productBoxR img {
	border:0px;
}

.productDetails {
	width:128px;
	padding:10px;
	background-color:#b6e3f6;
	text-align: center;
}

.productBoxL p, .productBoxR p {
	margin:0px;
}

/************ PRODUCT DETAILS ************/
div#productDescp{
	width:345px;
	margin-left:32px;
	float:left;
	display: inline;
        
}

#productImg {
	border:1px solid #b6e3f6;
	float:left;
	margin-left:15px;
	display: inline;
}

/************ CLASSES ************/
fieldset {
	border: 1px solid #b6e3f6;
	color:#165d92;
}

fieldset ol {
	margin: 0;
	padding: 0;
}

fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: both;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	float: left;
	width: 150px;
}

select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	float: left;
	width: 110px;
}

fieldset label {
	display: block;
	line-height: 1.5em;
	vertical-align: top;
	width: 130px;
	float: left;
}

textarea {
	float:left;
	width:180px;
	height:80px;
}

legend {
	color:#165d92;
}

/************ FOOTER ************/
div#footer {
	width:790px;
}

div#footerText {
	width:774px;
	margin-left:8px;
	padding-top:5px;
}

div#footerText p {
	font-size:7pt;
	font-style:italic;
}

div#affiliation {
	width:300px;
	float:left
}

div#copyright {
	width:470px;
	float:left;
	text-align:right
}

/************ CLASSES ************/
.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.marginBottom {
	margin-bottom:5px;
}

.subHeading {
	color:#165d92;
	font-weight:bold;
}

.nextLink {
        float:right;
        font-size:0.9em;
}

.nextLink a:link, .nextLink a:visited {
        text-decoration:none;
}

.prevLink {
        float:left;
        font-size:0.9em;
}

.prevLink a:link, .prevLink a:visited {
        text-decoration:none;
}