/*
THEME NAME: Aquawinn Theme
THEME URI: http://cvladan.com/
DESCRIPTION: Aqua theme with clean design.
VERSION: 1.0
AUTHOR: Colovic Vladan
AUTHOR URI: http://cvladan.com/
*/

* { margin: 0; padding: 0; }
img { border: 0; }

.break { font-size: 0; width: 0; height: 0; clear: both; }

body {
	text-align: center;
	font: 11px Verdana;
	color: #373737;
	background: #3f4d58 url(images/body-bg.png) repeat-x 0 0;
}

a { text-decoration: none; color: #D64D21; }

.alignleft { float: left; margin: 4px 10px 5px 0; }
.alignright { float: right; margin: 4px 0 5px 10px; }
.hidden { display: none; }

#wrapper { width: 968px; margin: auto auto; text-align: left; }

/** BEGIN header **/
/* #header { background: url(images/header-01.jpg) no-repeat right top; } */

#header h1 { height: 125px; padding: 0px 0px 0px 0px; }
#header h1 a { display: block; position: absolute; width: 150px; height: 150px; margin: 8px 0px 0px 22px; text-indent: -9999px; background: url(images/logo.png) no-repeat 0 0; outline: none; }
#header a.title { display: block; position: absolute; width: 250px; height: 55px; top: 0px; margin: 65px 0px 0px 195px; text-indent: -9999px; background: url(images/title.png) no-repeat 0 0; outline: none; }
#header ul {
		height: 40px;
		background: url(images/navigation.gif) repeat-x 0 0;
		list-style-type: none;
		margin: 0 4px 0 196px;
		padding-left: 10px;
	}
		#header ul li {
			float: left;
			text-transform: uppercase;
			font-size: 0.9em;
			font-weight: bold;
			font-family: Verdana;
			padding-left: 10px;
			background: url(images/btn.png)  repeat-x scroll 10 0 center;
		}
		
		#header ul li.hometab {
			padding-left: 0;
			
		}
		#header ul li a {
			color: #000000;
			padding: 13px 20px;
			display: block;
				background: url(images/btn.png)  repeat-x scroll 0 center;
		}
		#header ul li a:hover {
			color: #D0522C;
		background: url(images/btn_h.png) repeat-x scroll 0 center
		}
/** END header **/

/** BEGIN page **/

#page
{
	background: url(images/wrapper.png) repeat-y 0 0;
	width: 960px;
	padding: 0px 4px 50px 4px;
}

	#sidebar { width: 175px; float: left; font-size: 12px; color: #7E7E7E; padding: 0px 0 0 10px; }
	#sidebar h2 { text-transform: uppercase; padding: 10px 0 0 5px; }

	#sidebar ul { list-style-type: none; border-bottom: 1px dotted #979797; padding: 5px 0 5px 0; }
	#sidebar ul ul { border: 0; padding: 5px 0 0 0; }

	#sidebar ul li { font-weight: bold; padding: 10px 0px 5px 0px; }
	#sidebar ul li li { font-size: 12px; font-weight: normal; padding: 8px 0px 0px 15px; }

	#sidebar ul li a { color: #7E7E7E; }
	#sidebar ul li a:hover { color: #000000; }
	#content {
		float: right;
		width: 704px;
		padding: 10px 32px 10px 32px;
	}
		#content #latest {
			
		}
			#content #latest h2 {
				font-size: 1.6em;
				margin-bottom: 15px;
			}
			#content #latest img {
				float: left;
			}
			#content #latest div {
				width: 270px;
				float: left;
				padding: 10px 10px 10px 10px;
				background-color: #F1F2F4;
			}
				#content #latest div p {
					margin-bottom: 15px;
				}
				#content #latest .readmore {
					float: right;
					font-weight: bold;
					margin: 20px 20px 0 0;
				}
		#content .box {
			width: 210px;
			float: left;
			margin: 20px 20px 0 0;
			border-top: 2px solid #DB4A2F;
			padding: 10px 0;
		}
		#content .end {
			margin-right: 0 !important;
		}
			#content .box h2 {
				font-size: 1em;
				text-transform: uppercase;
				color: #DB4A2F;
				margin-bottom: 10px;
			}
			#content .box img {
				border: 1px solid #E6E6E6;
				padding: 2px;
			}
			#content .box p {
				margin: 10px 0;
			}
			#content .box .readmore {
				float: right;
				font-weight: bold;
				margin-bottom: 20px;
			}
			#content .box ul {
				list-style-type: none;
				clear: both;
			}
				#content .box ul li {
					border-bottom: 1px dotted #959595;
					padding: 5px 0;
				}
				#content .box ul li a {
					color: #2498BF;
				}
				#content .box ul li a:hover {
					
				}
/** END page **/

/** BEGIN footer **/
#footer {
	background: url(images/footer.gif) no-repeat 0 0;
	padding: 40px 0 20px;
}
	#footer p {
		color: #7E7E7E;
		line-height: 1.6em;
	}
	#footer a {
		color: #1A9DC9;
	}
/** END footer **/

/** BEGIN misc **/
div.single {
	padding-top: 25px !important;
}
.post {
	padding: 0 20px 20px 0;
}
	.post p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	.post img {
		margin: 0 10px 5px 0;
		padding: 3px;
		// border: 1px solid #e1e1e1;
	}
	.post h3 {
		font-size: 1.4em !important;
		padding-bottom: 10px;
	}
	.post .details {
		clear: both;
		padding: 5px 0;
		border-bottom: 1px #e0e0e0 dotted;
		margin-top: 10px;
	}
	.post .details p {
		margin-bottom: 0;
	}
	.post .l {
		float: left;
	}
	.post .r {
		float: right;
	}
	.post ol {
		padding: 0 0 10px 20px;
	}
	.post ul {
		padding: 0 0 10px 15px;
	}
	.post li {
		margin: 2px 0;
	}
	.post blockquote {
		font-style: italic;
		padding: 10px;
		background-color: #EEEEEE;
		border-width: 1px 0;
		border-style: solid;
		border-color: #E3E3E3;
		margin-bottom: 10px;
	}
	.post h3 {
		margin-bottom: 5px;
		font-size: 1.3em;
	}
#comments {
	
}
	#comments h2 {
		margin: 10px 0;
		font-size: 1.5em;
		font-weight: normal;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
	#respond {
		padding-top: 20px;
	}
/** END misc **/




/* table about products */

table.infotable
{
	padding: 10px 0px 10px 0px;
	margin: 20px 0px 20px 0px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	width: 330px;
	border-collapse: collapse;
}

table.infotable tr td
{
	background: #AAB6BF;
	padding: 4px 5px 4px 5px;
	border-bottom: 1px solid #708395;
	vertical-align: top;
	text-align: left;
}

table.infotable tr.even td
{
	background: #F7E2BD;
	border-bottom: 1px solid #708395;
}

table.infotable tr td.packing
{
	text-align: center;
	border-top: 1px solid #F2D49E;
	background: #708395;
	color: #ffffff;
}

table.infotable col#col1
{
	width: 150px;
	font-weight: bold;
}

table.infotable col#col2
{
	font-style: italic;
}


.roundtable { float: left; font-size: 11px; text-align: left; border-collapse: collapse; margin: 10px 0px 10px 0px;}
.roundtable thead th.roundtable-head-left  { background: #b9c9fe url(images/roundtable-head-left.png) left -1px no-repeat;}
.roundtable thead th.roundtable-head-right { background: #b9c9fe url(images/roundtable-head-right.png) right -1px no-repeat;}
.roundtable th { font-size: 11px; color: #3F4D58; background: #b9c9fe; padding: 8px 10px 7px 10px;}
.roundtable td { background: #e8edff; border-top: 1px solid #ffffff; color: #3F4D58; padding: 6px 15px 6px 15px; }
.roundtable tfoot td.roundtable-foot-left  { font-size: 10px; color: #96A6B4; background: #e8edff url(images/roundtable-foot-left.png) left bottom no-repeat; }
.roundtable tfoot td.roundtable-foot-right { background: #e8edff url(images/roundtable-foot-right.png) right bottom no-repeat; }
.roundtable tbody tr:hover td { background: #d0dafd; }
