body { /*contains background image*/
	margin: 5px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(../images/page_background-3.jpg);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	list-style-position: outside;
	list-style-type: disc;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

/********************************************************************************************************/
/*DIV Tables and Containers */
#mainLayout{ /* main layout div for all containers */
	width:770px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#topNav { /* top navigation for login, register links */
	width: 760px;
	margin: 0px;
	padding: 3px 8px 0px 0px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

#header { /* contains the logo, search bar, etc */
	width: 770px;
	margin: 0px;
	padding: 0px;
	height: 60px;
	display: block;
	background-color: #789EAB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#headerLogo {
	float: left;
	height: 42px;
	background-position: center;
	padding: 18px 10px 0px 10px;
}

#mainContentLayout {
	width: 770px;
	height: auto;
}

#contentContainerNavAd {
	float: left;
	width: 140px;
	height: auto;
}


#navigation { /* contains the main navigations */
	width: 140px;
	margin: 0px;
	padding: 0px;
	height: 200px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #A0C8D9;
}

#adSpace { /* contains the div for ads */
	width: 140px;
	margin: 0px;
	padding: 0px;
	height: auto;
	text-align: left;
	border: 0px solid #CCCCCC;
}


#contentContainer { /* container for the navigation and ad sections */
	width: 629px;
	height: auto;
	float: right;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

#mainContent{ /* main content area */
	font-size:11px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	height: auto;
	width: 609px;
	padding: 10px 10px 15px 10px;
	margin: 0px;
	text-align: left;
	display: block;
}

#footer { /* container for the footer */
	text-align: center;
	width: 752px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 25px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	color: #B6B6B6;
	clear: both;
}

/****************************************************************************************************************************************/
/* Links */

a {
	color: #0066FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}

a:link {
	color: #0066FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:active {
	color: #1171FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}

/***************************************************************************************************************************************/
/* Forms & Buttons */
input.form {
	padding: 3px;
	border: 1px solid #CCCCCC;
}

input.greybutton
{
   font-family:Trebuchet MS,sans-serif;
   font-weight:bold;
   background-color:#888888;
   border-color:#FFFFFF;
   cursor:pointer;
}
input.blackbutton
{
   font-family:Trebuchet MS,sans-serif;
   font-weight:bold;
   background-color:#000000;
   border-color:#FFFFFF;
   cursor:pointer;
   color:#CCCCCC;
}

input.button { /* search button */
	background-image:url(index_18.gif);
	background-repeat:repeat-x;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#353535;
	font-weight:bold;
	border:1px solid #999999;
	padding: 3px 5px 3px 5px;
}

/**************************************************************************************************************************************/
/* Heading & Subtitles */

.bigtext {
	font-family: fantasy;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	font-size: larger;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: justify;
	text-indent: 0ex;
	color:#666666;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
h5 {
	
}
h6 {
	
}

/**************************************************************************************************************************************/
/*Others */

.pricecontainer{
	width:100%;
	background-color:#FFFFFF;
	padding:10 10 10 10;
	height:20px;
}
.bottomborder{
	background-color:#000000;
	height:1px;
	
}
.priceleft{
	text-align:left;
	display:table-cell;
	width:inherit;

}
.priceright{
	text-align:right;
	display:table-cell;
	width:inherit;
}

.navigation_across {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding: 5px 8px 0px 0px;
}
.table1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid DFDFDF;
	padding: 5px;
}
.rounded_container {
   background: #add8e6 url(http://www.wishtogift.com/images/pod_grad.gif) repeat-x top left;
}
.rounded_container_top div {
   background: url(http://www.wishtogift.com/images/pod_tl.gif) no-repeat top left;
}
.rounded_container_top {
   background: transparent url(http://www.wishtogift.com/images/pod_tr.gif) no-repeat top right;
}
.rounded_container_bottom div {
   background: url(http://www.wishtogift.com/images/pod_bl.gif) no-repeat bottom left;
}
.rounded_container_bottom {
   background: transparent url(http://www.wishtogift.com/images/pod_br.gif) no-repeat bottom right;
}

.rounded_container_top div, .rounded_container_top,
.rounded_container_bottom div, .rounded_container_bottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.rounded_content { margin: 0 30px; }