@charset "utf-8";
/* CSS Document */

body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Geneva, "San Serif";
	font-size: 100%;
	line-height: 120%;
}
#container  {
	width: 1020px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: no-repeat;
} 
.b-15 {
	margin-bottom: 15px;
}

#header  {
} 
#top {
}
#photo {
	float: left;
	width: 360px;
}
#navbar {
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #E9E9E9;
	width: 1020px;
}
.nav {
	float: left;
	width: 110px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 20px;
	margin-left: 30px;
	text-align: center;
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 10px;
}
li {
	margin-bottom: 10px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.left-pad-10 {
	margin-left: 10px;
}

.copyright {
	font-size: x-small;
	text-align: center;
}
#left-col {
	width: 300px;
	margin-left: 7px;
	border: medium solid #333333;
	background-color: #530000;
	color: #FFCC00;
	text-align: left;
	padding-left: 3px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#left-col h2 {
	color: #FFCC00;
}
#mainContent  {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 335px;
	width: 360px;
} 
#footer  {
	background-color: #E9E9E9;
	float: left;
	width: 1020px;
	height: 75px;
} 



h1 {
	font-size: 140%;
	color: #600;
	line-height: 140%;
}
h2 {
	font-size: large;
	color: #600;
	line-height: 130%;
}
h3 {
	font-size: 110%;
	color: #333333;
	line-height: 120%;
	font-style: italic;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #20596C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #20596C;
}
a:hover {
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
#trailer {
	margin: 20px;
	height: 420px;
	width: 520px;
	background-color: #000;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 290px;
	margin-top: 20px;
	background-image: url(images/sp-Narrada.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	margin-left: 15px;
	padding-right: 5px;
	font-size: 90%;
	height: 700px;
}

#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	text-align: center;
	margin-top: 20px;
}

#insideContent  {
	margin: 0 350px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#insideContent2  {
	margin: 0 350px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#insideSidebar  {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#orderContent {
	width: 750px;
	margin-top: 0;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 150px;
	padding: 0;
	text-align: center;
}

#orderSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 360px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.google {
	width: 750px;
	margin-bottom: 8px;
}
.google-checkout {
	width: 600px;
	margin-left: 75px;
	border: thin solid #AB304C;
	padding-left: 10px;
}
.shipping {
	width: 600px;
	margin-left: 75px;
	padding-left: 10px;
}
.center {
	text-align: center;
}
